 
 .menu-section.sticky {
  position: fixed;
  top: var(--menu-sticky-top, 0);
  left: 0;
  right: 0;
  z-index: 999;
  background: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.menu-section{
    height: 100px;
    position: relative;
    left: 0;
    top: 0px; /* Adjust if your header is fixed, set to header height */
    z-index: 9999;
    background: #252734;
    transition: box-shadow 0.3s, background 0.3s;
     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}

.menu-section.sticky {
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    background: #252734;
}
 .services-section {
    position: relative; 
    top: 200px;
    width: 100%;
    background-color: #252734;
    padding: 40px 20px 20px 0; 
    height: 300px;
    z-index: 111;

}


 .service-text {
   position: relative;
    margin: 0 auto;
    text-align: center;
    width: 300px;
   
 }
 h1 {
    color: #ffffff;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    position: relative;
 }
 .border-text .service-text {
    margin-left: 10px;
 }
 
  .border-text  span {
    margin-top: 3px;
    margin-left: 10px;
    color: darkgray;
    font-size: 13px;
  }

  .border-text p {
    text-decoration: none;
    transition: 0.3 ease-in-out;
  }

  .border-text p:hover {
     color: #fff;
  }
  .border-text a {
    text-decoration: none;
  }

 .border-text {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 40px;
    background-color: #2a2c39;
    border-radius: 40px;
    gap: 20px;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
 }
  .border-text p {
    color: #76867e;
     font-size: 16px;
  }
  h5 {
    color:#ffffff;
  }


  .skills-section {
    position: relative;
    top: 250px;
    width: 100%;
    left: 0;
    margin: auto;
    background-color: #2a2c39;
    height: -400px;
  }
  .skills-container {
    width: 90%;
    margin: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }


  .skills-box {
    position: relative;
    top: 240px;
    margin-top: 50px;
    width: 350px;
    height: 550px;
    background-color: #252734;
    display: flex;
    margin: auto;
  }
  .skills-box li {
    list-style: none;
    margin-top: 10px;
  }

                                    /* Designing Container */

.icons-skill i{
  position: absolute;
  left: 60px;
  font-size: 60px;
  margin-left: 35px;
  margin-top: 60px;
  padding-top: 15px;
  color: #fff;
  border: 3px solid darkgray;
  width: 90px;
  height: 90px;
}
  

.skills-title-knowledge {
  position: relative;
  top: 50px;
  left: 60px;
  width: 80%;
  margin: auto;
  gap: 10px;
  display: grid;
  /* line-height: 60px; */
}
.skills-title-knowledge ul {
  margin-left: -40px;
}
.skills-title-knowledge h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: inter, sans-serif;
}

.skills-title-knowledge span {
  color: darkgray;
  aspect-ratio: auto;
  font-size: 14px;
  width: 100%;
  font-family: inter, sans-serif;
  white-space: nowrap;
  font-weight: 100;
  padding-left: 40px;
  margin-top: -10px;
}

.skills-title-knowledge i{
  font-size: 12px;
  color: darkgray;
}

.first-h4 {
  position: absolute;
  top: -53px;
  font-family: 'Courier New', Courier, monospace;
  
}
.divdev {
  margin-top: px;
}
.first-h2 {
  font-size: 13px;
  position: absolute;
  top: -55px;
  left: -40px;
}
.first-h3 {
  position: absolute;
  top: -53px;
  left: 0;
}

#first-h3 {
  font-size: 19px;
}
.h4h4 {
  position: absolute;
  top: -53px;
  border-bottom: 0.5px solid darkgray;
}
.note-msg {
  position: absolute;
  top: 20px;
  left: 300px;
  font-size: 20px;
  width: 40px;
  color: #fff;
  height: 40px;
  border-radius: 50%;
  border: 1px solid darkgray;
   display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  animation: beatUp 0.5s infinite alternate;
}

.note-msg:hover {
  background-color: darkgray;
  color: #5beb7a;
}

#paintbrush-icon {
  cursor: pointer;
  transition: 0.3s ease;
}
#paintbrush-icon:hover {
  color: yellow;
}








.note-container {
  /* Add styles here */
  position: relative;
  top: 0;
  left: 0;
  width: 0%;
  margin: auto;
  height: 680px;
}

.note-page-container {
  display: none;
  z-index: 11111;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2a2c39;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px;
  width: 600px;
}

.note-page-content {
  max-width: 300px;
  margin: 40px auto;
  text-align: center;
}

.note-msg {
  position: absolute;
  top: 10px;
  left: 96%;
  font-size: 24px;
  cursor: pointer;
}

.note-container h2 {
  position: absolute;
  top: 10px;
  left: 175px;
  color:  #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.note-container h2 span {
  color: orangered;
}
                                                                        /* CSS START about note message here */
.note-container p{
  text-align: start;
  width: 500px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-left: -100px;
}
                                                                      /* styles for the overlay */ 


.projects-completed {
  position: relative;
  top: 250px;
  width: 100%;
  height: 280px;
  background-color: #252734;
}

.projects-container {
  width: 90%;
  margin: auto;
  height: 100%;
  gap: 15px;
  display: flex;
}
.projects-box {
  max-width: 33.3%;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-left: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.icon-projects {
 position: absolute;
 top: 100px;
 left: 30px;
}
.projects-box i {
  font-size: 50px;
  padding: 15px 40px;
  border: 1px solid rgb(179, 164, 164);
   display: flex;
   border-radius: 12px;
  justify-content: center;
  color: whitesmoke;
  align-items: center;
}
.div-text-projects {
  font-family: 'inter', sans-serif;
  position: absolute;
  top: 80px;
  left: 140px;
  line-height: 60px;
}
.div-text-projects h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  margin-top: 10px;
  margin-left: 30px;
}
.div-text-projects p {
  color: darkgray;
   margin-left: 30px;
}

.works-with-trusted {
  width: 100%;
  height: 720px;
  background-color: #2a2c39;
  margin-top: 100px;
}

.title-works {
  position: relative;
  top: 200px;
  left: 120px;
  width: 900px;
  height: 150px;
  font-family: 'inter', sans-serif;
  color: gray;
  display: flex;
  gap: 20px;
}

.h1h1 {
  font-size: 30px;
  color: darkgray;
  margin-top: 15px;
}
.title-works span {
  color: #fff;
  font-size: 60px;
}

.company-dream-job {
  position: relative;
  top: 170px;
  width: 90%;
  height: 300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
.company-container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
  border: 0.5px solid  gray;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 15px;
}

.company-container-box:hover {
  background-color: #2a2c39;
  border: 1px solid  #2a2c39;
}



.service-footer {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border: 0.1px solid gray;
  border-left: none;
  border-right: none;
}

.service-logo {
  width: 200px;
  height: 200px;
}
.service-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 0;
  left: 0;
}
.service-content-footer a {
  text-decoration: none;
}
.service-content-footer p {
  color: gray;
  font-family: 'inter', sans-serif;
  font-size: 17px;
  position: absolute;
  top: 50px;
  left: 90px;
}
.service-content-footer span {
  color: #37bd54;
}

.service-logo {
  position: absolute;
  right: 100px;
  top: -50px;
}


.scroll-to-top-service {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:#252734;
  border: 1px solid rgb(73, 68, 68);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: nosne;
  transition: transform 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 60px;
}

.scroll-to-top-service h1 {
  font-size: 24px;
  margin-top: 4px;
}

.scroll-to-top-service:hover {
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}



.latest-updates {
  width: 100%;
  height: 300px;
}

.updates-header {
  width: 30%;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}
.updates-header h3 {
  font-size: 16px;
  color: darkgray;  
  font-family: 'Inter', sans-serif;
}
.updates-header span {
  margin-top: -4px;
  color: darkgray;
  font-size: 20px;
  font-weight: bold;
}

.update-contact {
  margin-top: 20px;
  width: 80%;
  height: 200px;
  margin: auto;
  display: flex;
}

.num {
  width: 30%;
  height: 100%;
  display: flex;
}

.num i {
  border: 0.5px solid #76867e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  margin-top: 60px;
}

.num i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.num span {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}


.num2 {
  width: 40%;
  height: 100%;
  display: flex;
}
.num2 a {
  text-decoration: none;
}

.num2 i {
  border: 0.5px solid #76867e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  margin-top: 60px;
}

.num2 i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.num2 span {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.num .num-email {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
.icons-email-update {
  width: 30%;
  margin-left: 120px;
  height: 100%;
  display: flex;
  gap: 15px;
}

.icons-email-update i {
  border: 0.5px solid #76867e;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 27px;
  margin-top: 70px;
}

.icons-email-update i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.icons-email-update a {
  text-decoration: none;
}

.skills-container a {
  text-decoration: none;
}

.company-span {
  color: #fff;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  bottom: 40px;
  transition: 0.3s ease-in-out;
  position: absolute;
}


.company-img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  transition: 0.3s ease-in-out;
}

@keyframes beatUp {
  0% {
    transform: scale(1);
    color: yellow;
  }
  100% {
    transform: scale(1.1);
  }
}




 /* FOR MOBILE RESPONSIVE */

 @media (max-width: 800px) and (min-width: 467px) {
    .services-section {
      position: absolute;
      top: 130px;
      /* border: 1px solid #fff; */
      width: 100%;
    }
     .border-text {
       padding: 20px 40px;
       background-color: #2a2c39;
       border-radius: 40px;
       gap: 20px;
       font-size: 20px;
       font-family: 'Inter', sans-serif;
     }
     .note-msg {
      z-index: 111;
      position: absolute;
      top:20px;
      left: 20px;
     }
     .note-container h2 {
        font-size: 11px;
        margin-top: 20px;
        margin-left: 0px;
}
.note-container p {
  color: rgb(24, 23, 23);
  font-size: 13px;
}
  .skills-container {
    width: 90%;
    margin: auto;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
   .skills-container .skills-box {
    position: relative;
    top: 40px;
    margin-top: 50px;
    width: 400px;
    height: 480px;
    background-color: #252734;
    display: flex;
    margin: auto;
 }
 }

@media screen and (max-width: 767px) {
  body {
    .services-section {
      border: 1px solid red;
      margin-top: 80px;
    }
  }
  .skills-section {
   margin-top: -350px;
  }
  .skills-box {
    padding: 0 0 50px;
  }

  .skills-container {
    margin-top: 0px;
    z-index: 111;
  }
  .note-msg {
    z-index: 1111;
  }
  .projects-completed {
    width: 100%;
    line-height: 100px;
    margin: auto;
    margin-top: 180px;
    height: 700px;
  }
  .projects-container {
    display: flex;
    flex-direction: column;
    padding: 0 0 50px;
  }
  .projects-box p {
    white-space: nowrap;
  }
  .projects-box {
   display: flex;
   flex-direction: column;
   align-items: center;

  }
  .works-with-trusted {
    border: 1px solid red;
    height: 900px;
    margin-top: 300px;
  }
  .company-dream-job {
   border: 1px solid green;
     flex-grow: 1;
    flex-basis: 100%;
  }
  .company-container-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  }


  /* Spider web overlay (non-interactive) */
#spider-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* never intercept clicks */
  z-index: 9999;
  overflow: visible;
}
#spider-overlay line,
#spider-overlay path {
  stroke: rgba(255,255,255,0.14);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.45));
  mix-blend-mode: screen;
  will-change: stroke-dashoffset, opacity;
}
#spider-overlay .web-group {
  opacity: 1;
  transition: opacity 900ms ease 4s; /* fade out after draw completes */
}
#spider-overlay .web-hidden {
  opacity: 0;
}



 /* Back to Top Button Styles */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #2f2c31 0%, #222324 100%);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(137, 135, 139, 0.4);
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1000;
        }
        
        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 25px rgba(30, 28, 32, 0.6);
        }
        
        .back-to-top:active {
            transform: translateY(0);
        }
        
        .back-to-top svg {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s ease;
        }
        
        .back-to-top:hover svg {
            transform: translateY(-3px);
        }

 