/* Base styles */
:root {
  --color-bg:#000000;
  --color-bg-secondary:#000000;
  --color-text: #ffffff;
  --color-text-secondary: #9ca3af;
  --color-primary: #60a5fa;
  --color-primary-dark: #3b82f6;
  --container-width: 1200px;  
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    cursor: none;
  font-family: 'Quicksand' , sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: linear-gradient(to bottom, var(--color-bg), var(--color-bg-secondary));
  color: var(--color-text);
  line-height: 1.6;
}
.floating-pill,
.navbar3,
.pill-navbar,
.explore-menu{
  display:none;
}

.container {
  max-width: var(--container-width);
  margin-right: 40%;
  margin-bottom: 10%;
  padding: 0 1.5rem;
  /* padding-right: 50%; */
}
.project-container{

    max-width: var(--container-width);
    margin:0 auto;
    padding: 0 1.5rem;
    /* padding-right: 50%; */
  
}
.experience-background{
              position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: rgba(0, 0, 0, 10%);
  border-radius: 15px; /* Border radius */
  z-index: -1; /* Ensure it is behind the hero content */
  animation: parallax 10s infinite linear; /* Parallax scrolling effect */
}
.experience-container{

  max-width: var(--container-width);
  margin:0 auto;
  padding: 0 1.5rem;
  /* padding-right: 50%; */
      position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 z-index: -1; /* Ensure it is behind the hero content */
  animation: parallax 10s infinite linear; /* Parallax scrolling effect */
  
  

}
.contact-container{

max-width: var(--container-width);
margin:0 auto;
padding: 0 1.5rem;
/* padding-right: 50%; */

}
.about-container{

max-width: var(--container-width);
margin:0 auto;
padding: 0 1.5rem;
/* padding-right: 50%; */

}
.footer-container{

max-width: var(--container-width);
margin:0;
padding:0 1rem;
/* padding-right: 50%; */
}

@media screen and(max-width: 768px) {
.menu-icon{
    display: block;
}
}

.menu-icon{
display: none;
font-size: 24px;
color: white;
 cursor: none;
}


/* Navigation */
.navbar {
  position: fixed;
  top: 15px;
  right: 10rem;
  padding: 0.4rem 0;
  background: rgb(0 0 0 / 15%);
  transition: var(--transition);
  z-index: 1000;
  border-radius:15px
}
.navbar2 {
  position: fixed;
  top: 15px;
  right: 2rem;
  padding: 0.4rem 0;
  background: rgb(0 0 0 / 15%);
  transition: var(--transition);
  z-index: 1000;
  border-radius:15px
}
  /* Scrolled state */
  .navbar.scrolled,
  .navbar2.scrolled {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .navbar.scrolled a,
  .navbar2.scrolled a,
  nav.scrolled span,
  .navbar.scrolled span,
  .navbar2.scrolled span
  nav.scrolled li {
    color: #000000 !important;
  }


.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-content2 {
  display: flex;
}
.nav-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.nav-container2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}


.nav-links {
  display: none;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
    gap: 2rem;
  }
}

.nav-links a {
  color: var(--color-text);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--color-primary);
}

.nav-links a:hover::after {
  width: 100%;
}


/* Hero Section */
.hero {
  padding: 8rem 0 5rem;
  min-height: 110vh;
  display: flex;
  align-items: center;
  background-image: url(converted/1000266947\ \(1\).webp);
   /* background: rgba(0, 0, 0, 0.3);  */
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white; /* Text color */
  text-align: center; /* Center text */
  perspective: 1000px; /* Add perspective for 3D effect */
  overflow: hidden; /* Ensure content doesn't overflow */
  /* Parallax effect */
  background-attachment: fixed;
  will-change: background-position;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: rgba(0, 0, 0, 10%);
  border-radius: 15px; /* Border radius */
  z-index: -1; /* Ensure it is behind the hero content */
  animation: parallax 10s infinite linear; /* Parallax scrolling effect */
}

  .hero-content {
     max-width: 30rem;
    padding: 5%;
     align-items: center;/*  Aligns content to the left  */
     text-align: center;/* Ensures text is aligned to the left  */ 
     background: rgb(0 0 0 / 12%); /* Semi-transparent background */
     z-index: 1; /* Ensure it is above the background */
     border-radius:15px ;
     margin: 0px;
     animation: zoomIn 2s ease forwards;
     position: relative;
     box-shadow:  -17px 20px 30px -10px rgb(0 0 0 / 44%);
 } 

.hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: -0.5rem;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 2.5s ease forwards;
}
.hero h3{
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: -0.8rem;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
  color: #c4c4c4;
}
.hero h2{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 3.5s ease forwards;
  color: #d3d4d5;
}

.hero p {
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-right: 1%;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 4.5s ease forwards 0.2s;
  color: #c4c4c4;
}


@keyframes fadeInUp {

   0%{
    opacity: 0;
   }
    100%{
         opacity: 1;
    }

}

/* Section Styles */
section {
  padding: 5rem 0;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.section-header i {
  color: var(--color-primary);
  transition: var(--transition);
  transform: scale(1);
}

.section-header:hover i {
  transform: scale(1.2);
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
}

/* About Section */
.about {
  background-image: linear-gradient(to right top, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
}

.about-content {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .about-content {
    grid-template-columns: 1fr 1fr;
  }
}

.about-image {
  overflow: hidden;
  border-radius: 0.5rem;
}

.about-image img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

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

.about-text p {
  margin-bottom: 1.5rem;
  color: #d3d4d5;
}



/* skills section */

.skills{
  background-image: linear-gradient(to right bottom, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
     
  background-size: cover, auto;
  background-position: center, left center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
  will-change: background-position;
}
.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.skill-card {
  background:rgb(255 250 250 / 4%);
  padding: 1rem;
  border-radius: 0.5rem;
  transition: var(--transition);
   cursor: none;
  margin: -10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.skill-card:hover {
  transform: translateY(-5px);
  background: rgba(31, 41, 55, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.education{
  color: white;
  margin-bottom: 5%;
  font-size: 25px;
}
.education-list{
color: #9ca3af;
margin: 20px;
}

.skill-card h3 {
  margin-bottom: 0.5rem;
  color: #dbdbdb;
}

.skill-card p {
  color:  var(--color-primary);
  margin: 0;
}

/* certification */
.certification {
/*   background-image: linear-gradient(to right top, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000); */
background-image: linear-gradient(to left bottom, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
}

.certification-content {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
.certification-container{
  max-width: var(--container-width);
  margin:0 auto;
  padding: 0 1.5rem;
  /* padding-right: 50%; */
}

@media (min-width: 768px) {
  .certification-content {
    grid-template-columns:  1fr;
  }
}
 
.certification-grid {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 1rem;
  justify-content: space-evenly;
}

.certification-card h4{
  font-size: 15px;
  color:#888888;
  margin-top: 0%;
}
.certification-card {
  background: rgb(20 21 23 / 50%);
  padding: 1.5rem;
  border-radius: 0.5rem;
  transition: var(--transition);
   cursor: none;
  display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.certification-card:hover {
  transform: translateY(-5px);
  background: rgba(31, 41, 55, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.certification-card h3 {
  margin-bottom: 0.5rem;
  color: #d5d5d5;
  font-size: 1.2rem;
}

.certification-card p {
  color: #60a5fa;
  margin: 0;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.certification-link {
  font-size: 1rem;
  color:#888888;
  text-decoration: none;
  font-weight: bold;
  
}

.certification-card a:hover {
  text-decoration: underline;
}

/* Experience Section */
.experience{
  /* background-image: linear-gradient(to left top, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000),
    url(converted/1000266947\ \(1\).webp);
  background-size: cover, cover;
  background-position: left center;
  background-repeat: no-repeatt;
  background-attachment: scroll, fixed;
  will-change: background-position; */
  display: flex;
  align-items: center;
  background-image: url(converted/1000266947\ \(1\).webp);
 /* background: rgba(0, 0, 0, 0.3);  */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white; /* Text color */
  text-align: center; /* Center text */
  perspective: 1000px; /* Add perspective for 3D effect */
  overflow: hidden; /* Ensure content doesn't overflow */
  /* Parallax effect */
  background-attachment: fixed;
  will-change: background-position;
  
  
}

.experience-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}


.experience-card {
  background: rgb(20 21 23 / 50%);
  padding: 1.5rem;
  border-radius: 0.5rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.experience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-primary);
  transform: scaleY(0);
  transition: var(--transition);
  transform-origin: top;
}

.experience-card:hover {
  transform: translateX(10px);
  background: rgba(31, 41, 55, 0.8);
}

.experience-card:hover::before {
  transform: scaleY(1);
}

.experience-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  
}

.company {
  color: var(--color-primary);
}

.date {
  color: var(--color-text-secondary);
}

.experience-card ul {
  list-style-position: inside;
  color: var(--color-text-secondary);
  display: flex;
}


/* Projects Section */
.projects {
background-image: linear-gradient(to left top, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-card {
  background: rgb(52 58 59 / 50%);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: var(--transition);
  position: relative;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.project-card img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  transition: var(--transition);
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-content {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.project-content h3 {
  margin-bottom: 0.5rem;
  transition: var(--transition);
}

.project-card:hover h3 {
  color: var(--color-primary);
}

.project-content p {
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
}

.project-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-tags {
  display: flex;
  gap: 0.5rem;
}

.project-tags span {
  background: rgba(96, 165, 250, 0.2);
  color: var(--color-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: var(--transition);
}

.project-card:hover .project-tags span {
  background: rgba(96, 165, 250, 0.3);
}

.project-link {
  color: var(--color-primary);
  transition: var(--transition);
}

.project-link:hover {
  color: var(--color-primary-dark);
  transform: scale(1.2);
}

/* Contact Section */
.contact{
background-image: linear-gradient(to right bottom, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
}
.contact-content {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.contact-content p {
  color:#d7dce3;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.email-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color:#ffffff;
  text-decoration: none;
  transition: var(--transition);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: #c4c4c4;
  font-size: 1.1rem;
}

.email-link:hover {
  color: var(--color-primary-dark);
  background: rgba(96, 165, 250, 0.1);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.social-links {
  display: flex;
  gap: 1rem;
  /* animation: fadeInUp 5s ease forwards ; */
  justify-content: center;
}

.social-links a {
  color: var(--color-text);
  padding: 0.5rem;
  transition: var(--transition);
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
   cursor: none;
  pointer-events: auto;
}

.social-links a:hover {
  color: var(--color-primary);
  background: rgba(96, 165, 250, 0.1);
  transform: translateY(-2px);
}

.social-links a:hover .hero-social-svg {
  transform: scale(1.2) translateY(-5px) !important;
  filter: drop-shadow(0 8px 16px rgba(255, 255, 255, 0.3)) !important;
}

/* Footer */
footer {
  background: var(--color-bg);
  text-align: left;
}

footer p {
  color: var(--color-text-secondary);
  transition: var(--transition);
  font-size:0.9rem;
}

footer:hover p {
  color: var(--color-text);
}


.skills-column {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 20px;
  justify-content: center;
}
  /* max-width: var(--container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; */

@media (min-width: 768px) {
.skills-column {
  grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.skills-column {
  grid-template-columns: repeat(4, 1fr);
}
}
.skills-container{
max-width: var(--container-width);
margin:0 auto;
padding: 0 1.5rem;
}


.skills-box {
  /* background: #121212;
  border: 2px ;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s;
  display: block;
  gap: 2rem; */
    background: rgb(255 250 250 / 4%);
    padding: 1.5rem;
    border-radius: 0.5rem;
    transition: var(--transition);
     cursor: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
}

.skills-box:hover {
  /* transform: scale(1.05); */
  transform: translateY(-5px);
  background: rgba(31, 41, 55, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.skills-box h3 {
  /* color: #1e90ff;
  margin-bottom: 10px;
   */
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color:white; 
}
.skills-box p {
font-size: 1rem;
color: var(--color-text-secondary);
}
.icon{
margin-top: 0%;
size: 0px;
}

/* Tools Section Styles */
.tools-section {
padding: 4rem 0;
/*   background-image: linear-gradient(to left bottom, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000); */
background-image: linear-gradient(to right top, #a4a792, #8a8373, #6d6259, #4e4340, #2e2828, #211d1d, #141212, #000000, #000000, #000000, #000000, #000000);
}

.tools-header {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 2rem;
font-size: 2rem;
color: var(--color-primary);
font-weight: bold;
justify-content: center;
}

.tools-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
justify-items: center;
align-items: center;
}

@media screen and (max-width: 900px) {
.tools-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
}
.section-header.p {
margin-bottom: 1rem;
font-size: 1rem;
}
.tools-container{
max-width: var(--container-width);
margin:0 auto;
padding: 0 1.5rem;
/* padding-right: 50%; */

}
.tools-card {
background: transparent;
padding: 1.5rem 2rem;
border-radius: 1rem;
box-shadow: rgba(0,0,0,0.07);
display: flex;
flex-direction: column;
align-items: center;
min-width: 110px;
max-width: 180px;
transition: background 0.2s, transform 0.2s;
}

.tools-card:hover {
background: rgba(96, 165, 250, 0.13);
transform: translateY(-6px) scale(1.06);
}

.tools-icon {
font-size: 2.5rem;
margin-bottom: -0.25rem;
color: var(--color-primary);
}

.tools-name {
font-size: 1.1rem;
color: #fff;
text-align: center;
}

.tools-section p {
text-align: center;
font-size: 1.5rem;
margin-bottom: 2.5rem;
margin-top: 3.5rem;
color: #fff;
letter-spacing: 0.5px;
}

.tools-card .tools-icon svg {
width: 90px;
height: 90px;
display: block;
margin-bottom: 1.2rem; /* Increased gap between svg and name */
}

@media screen and (max-width: 900px) {
.tools-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.tools-card .tools-icon svg {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
}
.tools-section p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {
.tools-section {
  padding: 2rem 1rem;
}
.tools-header {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.tools-grid {
  gap: 1rem;
}
.tools-card {
  min-width: 90px;
  max-width: 120px;
  padding: 1rem 1.2rem;
}
.tools-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.tools-name {
  font-size: 1rem;
}
.tools-card .tools-icon svg {
  width: 55px;
  height: 55px;
  margin-bottom: 0.8rem;
}
.tools-section p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
}

.hero-social-svg {
width: 2.5em;
height: 2.5em;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: middle;
background: transparent;
transition: all 0.3s ease;
pointer-events: auto;
}

/* Custom Cursor Styles */
.cursor {
position: fixed;
width: 35px;
height: 35px;
background: radial-gradient(circle, #ff4081, #0288d1);
border-radius: 50%;
pointer-events: none;
transform: translate(-50%, -50%);
z-index: 9999;
mix-blend-mode: difference;
transition: transform 0.1s ease;
box-shadow: 0 0 20px rgba(255, 64, 129, 0.5);
}

.cursor-trail {
position: fixed;
width: 16px;
height: 16px;
background: rgba(255, 64, 129, 0.8);
border-radius: 50%;
pointer-events: none;
z-index: 9998;
transform: translate(-50%, -50%);
transition: all 0.1s ease;
box-shadow: 0 0 10px rgba(255, 64, 129, 0.3);
}
.cursor-trail:nth-child(2) {
background: rgba(255, 64, 129, 0.6);
width: 16px;
height: 16px;
box-shadow: 0 0 6px rgba(255, 64, 129, 0.2);
}

.cursor-trail:nth-child(3) {
background: rgba(2, 136, 209, 0.7);
width: 14px;
height: 14px;
box-shadow: 0 0 8px rgba(2, 136, 209, 0.3);
}

.cursor-trail:nth-child(4) {
background: rgba(255, 64, 129, 0.6);
width: 12px;
height: 12px;
box-shadow: 0 0 6px rgba(255, 64, 129, 0.2);
}

.cursor-trail:nth-child(5) {
background: rgba(2, 136, 209, 0.5);
width:10px;
height: 10px;
box-shadow: 0 0 4px rgba(2, 136, 209, 0.2);
}

.cursor-trail:nth-child(6) {
background: rgba(255, 64, 129, 0.4);
width: 8px;
height: 8px;
box-shadow: 0 0 3px rgba(255, 64, 129, 0.1);
}

.cursor-trail:nth-child(7) {
background: rgba(2, 136, 209, 0.3);
width: 6px;
height: 6px;
box-shadow: 0 0 2px rgba(2, 136, 209, 0.1);
}

.cursor-trail:nth-child(8) {
background: rgba(255, 64, 129, 0.2);
width: 4px;
height: 4px;
box-shadow: 0 0 1px rgba(255, 64, 129, 0.1);
}

.cursor-trail:nth-child(9) {
background: rgba(2, 136, 209, 0.15);
width: 2px;
height: 2px;
box-shadow: 0 0 1px rgba(2, 136, 209, 0.05);
}

/* Cursor hover effects */
a:hover ~ .cursor,
button:hover ~ .cursor,
.social-links a:hover ~ .cursor {
transform: translate(-50%, -50%) scale(1.5);
background: radial-gradient(circle, #ff4081, #ff4081);
}

/* Hide cursor on text elements */
p, h1, h2, h3, h4, h5, h6, span, div {
cursor: none;
}
