<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  /* Adding some padding to the navbar */
  nav.navbar {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* Adding animation when hovering over the "Hire Me" button */
  .btn-primary:hover {
    animation: bounce 0.5s;
    background-color: rgb(241, 119, 140);
    
  }
  .btn-primary{
    background-color: #005441;
    border: none;
    font-weight: bolder;
    color: #ffff;
    
    

    

}
.whatsapp-generator-section {
  padding: 100px 0;
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.work-experience-section {
  padding: 100px 0;
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.work-experience-item {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.work-experience-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #007bff;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.skill-progress-bar {
  height: 20px;
  background-color: #005441;
  margin-top: 10px;
  position: relative;
  color: white;
  font-weight: bolder;
}

.skill-progress-bar::after {
  content: "";
  display: block;
  height: 100%;
  background-color: #005441;
  position: absolute;
  top: 0;
  left: 0;
}
.yearly{
  color: #007bff;
  font-weight: 500;
}
p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

#qrCodeImage {
  max-width: 200px;
  margin-top: 20px;
}
.navbar-toggler{
    color: #007bff;
}

.testimonial-section {
  padding: 100px 0;
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.testimonial-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  width: 300px;
  margin: auto;
  margin-top: 5px;

}

.testimonial-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.client-img img {
  max-width: 100px;
  border: 2px solid #007bff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: block;
  border-bottom: 2px solid red;
  border-top: 3px double red;
}

.contact-section {
  padding: 100px 0;
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

textarea {
  resize: none;
}

.word-count {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}



.btn-primary:hover {
  background-color: #0056b3;
}
.client-name {
  font-size: 16px;
  font-weight: bold;
  color: #007bff;
}

.footer-section {
  background-color: #005441;
  padding: 30px 0;
  color: #fff;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.social-iconss li {
  display: inline-block;
  margin-right: 15px;
}

.social-icons li:last-child {
  margin-right: 0;
}
.social-iconss i{
  color: white;
  font-size: 18px;
  margin-left: 5px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #f0f0f0;
}

p {
  font-size: 16px;
  margin: 0;
}

p a {
  color: #f0f0f0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

p a:hover {
  color: #ccc;
}
  /* Define the bounce animation */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

  .name {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .designation {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #666;
  }

  .hero-section {
    background-color: #f9f9f9;
    padding: 50px 0;
  }

  .social-icons {
    list-style: none;
    padding: 0;
    
  }

  .social-icons li {
    margin-bottom: 10px;
  }

  .social-icons a {
    color: #333;
    font-size: 24px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #007bff;
  }

  .name {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    animation: moveUp 1s infinite alternate;
    color: #005441;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .fab{
    color: #007bff;
  }

  /* Animation for "Codescope" */
  @keyframes moveUp {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }



  .about-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    transition: opacity 0.5s ease;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
   
  }
hr{
    border-width: 3px;
    background-color: #007bff;
    width: 100px;
   
}
  p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .img-fluid {
    max-width: 100%;
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 5px solid #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  h4{
    color: #007bff;
  }

  /* Add a transition effect on hover */
  .img-fluid:hover {
    transform: scale(1.1);
  }

  /* Add additional CSS for the initial opacity */
  .about-section.fade-out {
    opacity: 0;
  }

  .services-section {
    padding: 50px 0;
    background-color: #f9f9f9;
  }

  .service-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
  }
  .service-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    width: 350px;
    margin: 2px auto;
   
  }

  .service-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }

  p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }
  .process-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity value (0.5) as needed */
  }

  h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  p {
    font-size: 18px;
    line-height: 1.6;
  }
  .badge{
    background-color: red;
    color: #ffff;
  }
  .portfolio-section {
    padding: 100px 0;
    text-align: center;
  }

  h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .project {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
  }

  .project img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .project h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .project p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }
  #particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
    background-color: rgba(196, 245, 223, 0.856);
  }
 
 
  @media screen and (max-width:768px){
    .social-icons {
        display: flex;
        justify-content: center;

    }
    .social-icons li{
        margin: 10px;
    }
  }</pre></body></html>