/* UMS Project Styles */
.ums-title {
  color: #ffffff !important;
  font-size:18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.ums-tech-header {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
}
/* Stylish GitHub link with animated effects */
.github-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(40, 40, 70, 0.7), rgba(20, 20, 40, 0.8));
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(100, 100, 255, 0.2);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.github-link::before {
  content: ""; 
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="white"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.9;
}

.github-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(60, 60, 100, 0.8), rgba(30, 30, 60, 0.9));
  color: #7df9ff; /* electric blue */
  box-shadow: 0 6px 18px rgba(0, 204, 255, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(100, 200, 255, 0.4);
}

.github-link:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}
/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Arial', sans-serif;
  overflow: hidden; /* This is overridden on pages that need to scroll */
  color: #f2f2f2;
}

/* Fullscreen Animated Gradient Background */
.animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%);
  z-index: -3;
}

/* Original Parallax Star Background Styles (for non-slide pages if needed) */
#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 
    100px 100px #FFF, 300px 400px #FFF, 450px 250px #FFF, 
    700px 300px #FFF, 200px 500px #FFF, 850px 150px #FFF,
    600px 350px #FFF, 350px 600px #FFF, 900px 700px #FFF,
    150px 800px #FFF, 500px 900px #FFF, 750px 950px #FFF,
    250px 1100px #FFF, 950px 1200px #FFF, 1100px 1050px #FFF,
    1300px 800px #FFF, 1400px 450px #FFF, 1200px 200px #FFF,
    1600px 650px #FFF, 1800px 300px #FFF, 1700px 900px #FFF,
    1500px 1100px #FFF, 1900px 500px #FFF, 200px 1300px #FFF,
    400px 1400px #FFF, 800px 1600px #FFF, 1100px 1700px #FFF,
    1400px 1800px #FFF, 1700px 1900px #FFF;
  animation: animStar 50s linear infinite;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 
    100px 100px #FFF, 300px 400px #FFF, 450px 250px #FFF, 
    700px 300px #FFF, 200px 500px #FFF, 850px 150px #FFF,
    600px 350px #FFF, 350px 600px #FFF, 900px 700px #FFF,
    150px 800px #FFF, 500px 900px #FFF, 750px 950px #FFF,
    250px 1100px #FFF, 950px 1200px #FFF, 1100px 1050px #FFF,
    1300px 800px #FFF, 1400px 450px #FFF, 1200px 200px #FFF,
    1600px 650px #FFF, 1800px 300px #FFF, 1700px 900px #FFF,
    1500px 1100px #FFF, 1900px 500px #FFF, 200px 1300px #FFF,
    400px 1400px #FFF, 800px 1600px #FFF, 1100px 1700px #FFF,
    1400px 1800px #FFF, 1700px 1900px #FFF;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 
    200px 150px #FFF, 450px 350px #FFF, 600px 200px #FFF,
    800px 450px #FFF, 300px 600px #FFF, 950px 250px #FFF,
    700px 500px #FFF, 500px 700px #FFF, 1000px 800px #FFF,
    250px 900px #FFF, 600px 1000px #FFF, 850px 1100px #FFF,
    350px 1200px #FFF, 1050px 1300px #FFF, 1200px 1150px #FFF,
    1400px 900px #FFF, 1500px 550px #FFF, 1300px 300px #FFF,
    1700px 750px #FFF, 1900px 400px #FFF, 1800px 1000px #FFF,
    1600px 1200px #FFF, 1950px 600px #FFF, 300px 1400px #FFF,
    500px 1500px #FFF, 900px 1700px #FFF, 1200px 1800px #FFF,
    1500px 1900px #FFF;
  animation: animStar 100s linear infinite;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 
    200px 150px #FFF, 450px 350px #FFF, 600px 200px #FFF,
    800px 450px #FFF, 300px 600px #FFF, 950px 250px #FFF,
    700px 500px #FFF, 500px 700px #FFF, 1000px 800px #FFF,
    250px 900px #FFF, 600px 1000px #FFF, 850px 1100px #FFF,
    350px 1200px #FFF, 1050px 1300px #FFF, 1200px 1150px #FFF,
    1400px 900px #FFF, 1500px 550px #FFF, 1300px 300px #FFF,
    1700px 750px #FFF, 1900px 400px #FFF, 1800px 1000px #FFF,
    1600px 1200px #FFF, 1950px 600px #FFF, 300px 1400px #FFF,
    500px 1500px #FFF, 900px 1700px #FFF, 1200px 1800px #FFF,
    1500px 1900px #FFF;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 
    150px 100px #FFF, 350px 300px #FFF, 500px 150px #FFF,
    750px 350px #FFF, 250px 550px #FFF, 900px 200px #FFF,
    650px 450px #FFF, 450px 650px #FFF, 950px 750px #FFF,
    200px 850px #FFF, 550px 950px #FFF, 800px 1050px #FFF,
    300px 1150px #FFF, 1000px 1250px #FFF, 1150px 1100px #FFF,
    1350px 850px #FFF, 1450px 500px #FFF, 1250px 250px #FFF,
    1650px 700px #FFF, 1850px 350px #FFF, 1750px 950px #FFF,
    1550px 1150px #FFF, 1900px 550px #FFF, 250px 1350px #FFF,
    450px 1450px #FFF, 850px 1650px #FFF, 1150px 1750px #FFF,
    1450px 1850px #FFF;
  animation: animStar 150s linear infinite;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 
    150px 100px #FFF, 350px 300px #FFF, 500px 150px #FFF,
    750px 350px #FFF, 250px 550px #FFF, 900px 200px #FFF,
    650px 450px #FFF, 450px 650px #FFF, 950px 750px #FFF,
    200px 850px #FFF, 550px 950px #FFF, 800px 1050px #FFF,
    300px 1150px #FFF, 1000px 1250px #FFF, 1150px 1100px #FFF,
    1350px 850px #FFF, 1450px 500px #FFF, 1250px 250px #FFF,
    1650px 700px #FFF, 1850px 350px #FFF, 1750px 950px #FFF,
    1550px 1150px #FFF, 1900px 550px #FFF, 250px 1350px #FFF,
    450px 1450px #FFF, 850px 1650px #FFF, 1150px 1750px #FFF,
    1450px 1850px #FFF;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

/* Modern Navbar Container */
.button-container {
  display: flex;
  justify-content: center; /* Center the entire navbar */
  align-items: center;
  padding: 18px 40px; /* Equal padding on both sides */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.button-container:hover {
  background: rgba(15, 23, 42, 0.85);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5), 
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
}

/* Site logo styling */
.site-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px; /* Match the container's left padding */
}

.site-logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ffffff;
  background: linear-gradient(135deg, #4ca5ff, #b573f8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}

.logo-text:hover {
  filter: drop-shadow(0 2px 8px rgba(76, 165, 255, 0.6));
  transform: translateY(-1px);
}

/* Modern Nav Button Style */
.glow-on-hover {
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  outline: none;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 100px; /* Ensures buttons have a minimum width */
}

/* Active page indicator */
.glow-on-hover.active {
  color: #ffffff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 
              inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.glow-on-hover::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #4ca5ff, #b573f8);
  transition: width 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 10px rgba(76, 165, 255, 0.2);
}

.glow-on-hover:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.glow-on-hover:hover::before {
  width: 80%;
  box-shadow: 0 0 15px rgba(76, 165, 255, 0.4);
}

.glow-on-hover.active::before {
  width: 70%;
  height: 3px;
  box-shadow: 0 0 20px rgba(76, 165, 255, 0.6);
}

/* Button icons */
.nav-icon {
  margin-right: 12px;
  font-size: 17px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.nav-icon i {
  background: linear-gradient(135deg, #4ca5ff, #b573f8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.glow-on-hover:hover .nav-icon {
  transform: translateY(-2px) scale(1.1);
}

.glow-on-hover.active .nav-icon i {
  background: linear-gradient(135deg, #6ebfff, #d093ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 5px rgba(76, 165, 255, 0.4));
}

/* Navigation links container */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the navigation links */
  gap: 35px; /* Maintain the gap between navigation items */
  margin-left: auto; /* Push nav links to the right of the logo */
  margin-right: auto; /* Equal margin on both sides */
}

/* Mobile responsive menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
  /* Navigation improvements */
  .button-container {
    padding: 12px 15px;
    justify-content: space-between;
    height: 60px;
  }
  
  .menu-toggle {
    display: flex;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  
  .site-logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .logo-text {
    font-size: 18px;
    letter-spacing: 1px;
  }
  
  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(15px);
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }
  
  .nav-links.active {
    max-height: 400px;
    padding: 10px 0;
  }
  
  .glow-on-hover {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    justify-content: flex-start;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    min-width: auto;
  }
  
  .glow-on-hover.active {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }
  
  .glow-on-hover::before {
    left: 0;
    bottom: -1px;
    transform: none;
    height: 2px;
    border-radius: 0;
  }
  
  .glow-on-hover:hover::before {
    width: 25%;
  }
  
  .glow-on-hover:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
  }
  
  .nav-icon {
    margin-right: 10px;
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  
  /* Page content adjustments */
  .page-content {
    margin-top: 80px;
    padding: 15px;
    min-height: calc(100vh - 80px);
  }
  
  .page-content h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .page-content p {
    font-size: 1rem;
    line-height: 1.6;
    width: 100%;
  }
  
  /* Home page mobile optimizations */
  .slide-content {
    padding: 20px 15px;
    padding-top: 60px;
  }
  
  .slide-content h1 {
    font-size: 2.5rem !important;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  
  .slide-content h2 {
    font-size: 2rem !important;
    margin-bottom: 15px;
  }
  
  .slide-content p {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }
  
  /* Skills section mobile */
  .skill-container {
    padding: 15px !important;
    margin: 0 10px;
  }
  
  .skill-section {
    margin-bottom: 1rem;
  }
  
  .skill-section h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .skill-section span {
    font-size: 0.8rem;
    padding: 0.25rem 0.7rem;
    margin: 0.15rem;
  }
  
  /* Projects grid mobile */
  .projects-preview {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 0 10px !important;
  }
  
  .project-preview-card {
    margin-bottom: 15px;
  }
  
  .project-preview-card .p-5 {
    padding: 15px !important;
  }
  
  .project-preview-card h3 {
    font-size: 1.1rem !important;
  }
  
  .project-preview-card p {
    font-size: 0.9rem !important;
  }
  
  /* About section mobile */
  .about-container {
    flex-direction: column;
    gap: 25px;
    padding: 0 15px;
  }
  
  .about-image {
    flex: none;
    order: -1;
    text-align: center;
  }
  
  .profile-image {
    max-width: 200px;
  }
  
  .about-text h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  
  .about-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* Social media page mobile */
  .main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .contact-container {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0 15px;
  }
  
  .social-links-container,
  .contact-form-container {
    width: 100%;
    padding: 20px;
  }
  
  .social-button {
    padding: 12px 15px;
  }
  
  .social-button i {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  
  .social-button span {
    font-size: 16px;
  }
  
  /* Scroll indicators mobile */
  .scroll-indicator {
    margin-top: 15px;
  }
  
  .scroll-text {
    font-size: 0.75rem;
    margin-top: 6px;
  }
  
  .scroll-circle {
    width: 35px;
    height: 35px;
  }
  
  .scroll-circle-inner {
    width: 20px;
    height: 20px;
  }
  
  /* Connect section mobile */
  .connect-content {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
  }
  
  .connect-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .email-link {
    font-size: 1rem;
  }
  
  .location-text {
    font-size: 0.9rem;
  }
  
  /* Button improvements */
  .view-all-btn {
    padding: 12px 20px !important;
    font-size: 0.9rem;
  }
  
  .submit-button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  
  /* Form improvements */
  .form-group input,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  
  /* Education timeline mobile */
  .education-timeline {
    width: 95%;
    gap: 20px;
  }
  
  .education-item {
    padding: 20px 15px;
  }
  
  .education-item h3 {
    font-size: 1.1rem;
  }
  
  /* Achievement list mobile */
  .achievement-list {
    width: 95%;
    gap: 15px;
  }
  
  .achievement-item {
    padding: 15px;
  }
  
  .achievement-item h3 {
    font-size: 1.1rem;
  }
  
  /* Projects grid mobile */
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  
  .project-card {
    padding: 15px;
    height: auto;
    min-height: 180px;
  }
  
  .project-card h3 {
    font-size: 1.1rem;
  }
  
  .tech-stack span {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .button-container {
    padding: 10px 12px;
    height: 55px;
  }
  
  .menu-toggle {
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  
  .site-logo {
    left: 12px;
  }
  
  .logo-text {
    font-size: 16px;
  }
  
  .nav-links {
    top: 55px;
  }
  
  .page-content {
    margin-top: 70px;
    padding: 10px;
  }
  
  .slide-content {
    padding: 15px 10px;
    padding-top: 50px;
  }
  
  .slide-content h1 {
    font-size: 2rem !important;
  }
  
  .slide-content h2 {
    font-size: 1.6rem !important;
  }
  
  .page-content h1 {
    font-size: 1.8rem;
  }
  
  .main-title {
    font-size: 1.8rem;
  }
  
  .about-text h1 {
    font-size: 1.8rem;
  }
  
  .skill-container {
    padding: 10px !important;
    margin: 0 5px;
  }
  
  .skill-section span {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    margin: 0.1rem;
  }
  
  .profile-image {
    max-width: 150px;
  }
  
  .connect-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .social-button i {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  
  .social-button span {
    font-size: 14px;
  }
}

/* Page Content Styling */
.page-content {
  margin-top: 120px;
  text-align: center;
  padding: 20px;
  color: #f2f2f2;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-content h1 {
  font-size: 3em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-content p {
  font-size: 1.2em;
  line-height: 1.8;
  width: 70%;
  margin: 0 auto;
}

/* Hero Section with Wave Animation */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-section .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4973ff;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

.hero-section .wave span {
  position: absolute;
  width: 325vh;
  height: 325vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.hero-section .wave span:nth-child(1) {
  border-radius: 45%;
  background: rgba(20, 20, 20, 1);
  animation: animate 5s linear infinite;
}

.hero-section .wave span:nth-child(2) {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

.hero-section .wave span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate 15s linear infinite;
}

/* Text content */
.hero-section .content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-section .content h1 {
  font-size: 3em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-section .content h3 {
  font-size: 1.3em;
  font-weight: 400;
  color: #ddd;
}

/* Animation keyframes */
@keyframes animate {
  0% { transform: translate(-50%, -75%) rotate(0deg); }
  100% { transform: translate(-50%, -75%) rotate(360deg); }
}

/* Skills Section */
.skills-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
}

.skill-category {
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.skill-category h3 {
  margin-bottom: 20px;
  color: #fffb00;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #fffb00;
  padding-bottom: 10px;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
}

.skill-tag {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.skill-tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.skill-tag:hover::before {
  left: 100%;
}

.skill-tag:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Different gradient colors for different skill categories */
.skill-category:nth-child(1) .skill-tag {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
}

.skill-category:nth-child(1) .skill-tag:hover {
  background: linear-gradient(135deg, #ee5a24, #ff6b6b);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.skill-category:nth-child(2) .skill-tag {
  background: linear-gradient(135deg, #4834d4, #686de0);
}

.skill-category:nth-child(2) .skill-tag:hover {
  background: linear-gradient(135deg, #686de0, #4834d4);
  box-shadow: 0 8px 25px rgba(72, 52, 212, 0.4);
}

.skill-category:nth-child(3) .skill-tag {
  background: linear-gradient(135deg, #00d2d3, #54a0ff);
}

.skill-category:nth-child(3) .skill-tag:hover {
  background: linear-gradient(135deg, #54a0ff, #00d2d3);
  box-shadow: 0 8px 25px rgba(0, 210, 211, 0.4);
}

.skill-category:nth-child(4) .skill-tag {
  background: linear-gradient(135deg, #ff9ff3, #f368e0);
}

.skill-category:nth-child(4) .skill-tag:hover {
  background: linear-gradient(135deg, #f368e0, #ff9ff3);
  box-shadow: 0 8px 25px rgba(255, 159, 243, 0.4);
}

.skill-category:nth-child(5) .skill-tag {
  background: linear-gradient(135deg, #feca57, #ff9ff3);
}

.skill-category:nth-child(5) .skill-tag:hover {
  background: linear-gradient(135deg, #ff9ff3, #feca57);
  box-shadow: 0 8px 25px rgba(254, 202, 87, 0.4);
}

/* Education Timeline */
.education-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 80%;
  max-width: 800px;
}

.education-item {
  background: transparent;
  padding: 25px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  text-align: left;
}

.education-item h3 {
  color: #00ffd5;
  margin-bottom: 10px;
}

.degree {
  font-weight: bold;
  color: #fffb00;
  margin-bottom: 5px;
}

.date {
  color: #7a00ff;
  margin-bottom: 10px;
  font-style: italic;
}

.details {
  margin-top: 10px;
}

/* Achievement List */
.achievement-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  max-width: 800px;
}

.achievement-item {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  text-align: left;
}

.achievement-item h3 {
  color: #ff7300;
  margin-bottom: 10px;
}

/* Projects Grid */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  width: 90%;
  max-width: 1000px;
}

.project-card {
  background: transparent; /* MODIFIED: Changed from rgba(0, 0, 0, 0.5) */
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  text-align: left;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-card h3 {
  color: #48ff00;
  margin-bottom: 10px;
}

.tech-stack {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tech-stack span {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.8em;
}

/* Social Links */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  max-width: 400px;
}

.social-button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  backdrop-filter: blur(5px);
  transition: transform 0.3s, background 0.3s;
}

.social-button:hover {
  transform: translateY(-5px);
  background: transparent;
}

.social-button i {
  font-size: 1.5em;
  width: 30px;
}

.social-button:nth-child(1) i { color: #0077b5; }
.social-button:nth-child(2) i { color: #ffffff; }
.social-button:nth-child(3) i { color: #4267B2; }
.social-button:nth-child(4) i { color: #1DA1F2; }
.social-button:nth-child(5) i { color: #E1306C; }

/* --- STICKY PARALLAX SLIDE STYLES --- */

/* Each slide needs overflow: hidden to contain its own starfield */
.slide {
    overflow: hidden;
}

/* Generic container for the stars, positioned absolutely within each slide */
.star-background {
    position: absolute;
    inset: 0; /* (top: 0, right: 0, bottom: 0, left: 0) */
    z-index: 1;
}

/* The content of the slide needs a higher z-index to appear above the stars */
.slide-content {
    position: relative;
    z-index: 2;
}

/* --- Star Layer Styling for Slides --- */
.stars-small, .stars-medium, .stars-large {
    background: transparent;
    position: absolute;
    inset: 0;
}

.stars-small:after, .stars-medium:after, .stars-large:after {
    content: " ";
    position: absolute;
    top: 2000px; /* This must match the Y translation in the keyframe */
    width: 100%;
    height: 100%;
    background: transparent;
}

.stars-small {
    width: 1px;
    height: 1px;
    animation: animStar1 50s linear infinite;
}
.stars-small:after { 
    box-shadow: inherit; 
}

.stars-medium {
    width: 2px;
    height: 2px;
    animation: animStar2 100s linear infinite;
}
.stars-medium:after { 
    box-shadow: inherit; 
}

.stars-large {
    width: 3px;
    height: 3px;
    animation: animStar3 150s linear infinite;
}
.stars-large:after { 
    box-shadow: inherit; 
}

/* --- Animation Keyframes for Slide Stars --- */
@keyframes animStar1 {
    from { transform: translate(0, 0); }
    to { transform: translate(-200px, -2000px); }
}
@keyframes animStar2 {
    from { transform: translate(0, 0); }
    to { transform: translate(-100px, -2000px); }
}
@keyframes animStar3 {
    from { transform: translate(0, 0); }
    to { transform: translate(-50px, -2000px); }
}

/* Scroll Navigation Indicators */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.scroll-indicator:hover {
  opacity: 1;
}

.scroll-text {
  font-size: 0.9em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  animation: pulse 2s ease-in-out infinite;
}

.scroll-arrow {
  font-size: 2.5em;
  color: #ffffff;
  animation: smoothBounce 2.5s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.scroll-arrow:hover {
  color: #fffb00;
  transform: scale(1.3);
  text-shadow: 0 0 20px rgba(255, 251, 0, 0.8);
}

@keyframes smoothBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* About Section Layout */
.about-container {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  flex: 1;
  text-align: left;
}

.about-text h1 {
  text-align: center;
  margin-bottom: 30px;
}

.about-text p {
  width: 100%;
  margin: 0;
  text-align: justify;
}

.about-image {
  flex: 0 0 300px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.profile-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.profile-image:hover {
  transform: scale(1.05);
}

/* Responsive design for about section */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .about-image {
    flex: none;
    order: -1;
  }
  
  .profile-image {
    max-width: 250px;
  }
}

/* ======== Social Media Page Styles ======== */

/* Main Layout & Typography Styles */
.main-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.subtitle {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin-bottom: 40px;
  max-width: 600px;
  text-align: center;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e2e8f0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #00dbde, #fc00ff);
  border-radius: 3px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.social-links-container {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  background: rgba(15, 23, 42, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  padding: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-container {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  background: rgba(15, 23, 42, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  padding: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Enhanced Social Media Logo Styles */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 5px;
}

.social-button i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.social-button i::before {
  position: relative;
  z-index: 2;
}

.social-button i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: all 0.3s ease;
}

/* LinkedIn styling */
.social-button:nth-child(1) i {
  color: #0077b5;
  border-color: rgba(0, 119, 181, 0.3);
}

.social-button:nth-child(1):hover i {
  background: #0077b5;
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(0, 119, 181, 0.5);
}

/* GitHub styling */
.social-button:nth-child(2) i {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.social-button:nth-child(2):hover i {
  background: #2f363d;
  color: #fff;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Facebook styling */
.social-button:nth-child(3) i {
  color: #4267B2;
  border-color: rgba(66, 103, 178, 0.3);
}

.social-button:nth-child(3):hover i {
  background: #4267B2;
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(66, 103, 178, 0.5);
}

/* Twitter styling */
.social-button:nth-child(4) i {
  color: #1DA1F2;
  border-color: rgba(29, 161, 242, 0.3);
}

.social-button:nth-child(4):hover i {
  background: #1DA1F2;
  color: #fff;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 5px 15px rgba(29, 161, 242, 0.5);
}

/* Instagram styling */
.social-button:nth-child(5) i {
  color: #E1306C;
  border-color: rgba(225, 48, 108, 0.3);
}

.social-button:nth-child(5):hover i {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(225, 48, 108, 0.5);
}

/* Email styling */
.social-button:nth-child(6) i {
  color: #d44638;
  border-color: rgba(212, 70, 56, 0.3);
}

.social-button:nth-child(6):hover i {
  background: #d44638;
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(212, 70, 56, 0.5);
}

.social-button:hover i::after {
  opacity: 1;
}

.social-button span {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-button:hover span {
  transform: translateX(5px);
}

/* Tooltip styles */
.tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.tooltip::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}

.social-button:hover .tooltip {
  top: -50px;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}

/* Contact Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #e2e8f0;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #cbd5e1;
}

.form-group input,
.form-group textarea {
  padding: 12px 15px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(0, 219, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 219, 222, 0.2);
  outline: none;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #00dbde, #fc00ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
}

.submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.submit-button:hover::before {
  left: 100%;
}

.submit-button:active {
  transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.2rem;
  }
  
  .contact-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .social-links-container,
  .contact-form-container {
    width: 100%;
  }
}

/* Accessibility Enhancements */
.social-button:focus,
.form-group input:focus,
.form-group textarea:focus,
.submit-button:focus {
  outline: 2px solid #00dbde;
  outline-offset: 2px;
}

/* Focus styles for keyboard navigation */
.social-button:focus-visible,
.submit-button:focus-visible {
  outline: 3px solid #00dbde;
  outline-offset: 3px;
}

/* Page Animation Effects */
.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-fade-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Scroll-triggered variant for headings we want to control manually */
.animate-fade-down-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-delay-100 { transition-delay: 100ms; }
.animate-delay-200 { transition-delay: 200ms; }
.animate-delay-300 { transition-delay: 300ms; }
.animate-delay-400 { transition-delay: 400ms; }
.animate-delay-500 { transition-delay: 500ms; }

.animate-stagger-item {
  opacity: 0;
  transform: translateY(20px);
}

/* Custom Scroll Indicator Styles */
.scroll-indicator {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  position: relative;
  transition: all 0.3s ease;
}

.scroll-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.scroll-circle-inner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-circle {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.scroll-indicator:hover .scroll-circle-inner {
  opacity: 1;
  transform: scale(0.8);
  background: rgba(0, 255, 255, 0.15);
}

.scroll-text {
  font-size: 0.8rem;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-text {
  opacity: 1;
  transform: translateY(0);
}

.chevron-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chevron {
  width: 12px;
  height: 6px;
  opacity: 0;
  transform: scale(0.5);
  animation: pulse 2s ease-out infinite;
  animation-play-state: paused;
  position: absolute;
}

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 255, 255, 0.7);
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  transform: skewY(-30deg);
}

.chevron:first-child {
  animation-delay: 0s;
  top: 0;
}

.chevron:nth-child(2) {
  animation-delay: 0.2s;
  top: 5px;
}

.chevron:nth-child(3) {
  animation-delay: 0.4s;
  top: 10px;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.5) translateY(10px);
  }
}

.pulse {
  animation: circle-pulse 1.5s ease-out;
}

@keyframes circle-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 255, 0);
  }
}