body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    /* background: linear-gradient(to bottom right, #0f2027, #203a43, #2c5364);  */
    color: white;
    background: darkcyan;
  
  }
  html, body {
    height : 100% ;
     background-color: #273c46 !important; */ */
  }
  
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    background-color: transparent;

   
    padding: 10px 20px;
    
  }
  
  .logo {
    font-size: 24px;
  }
 
  
  nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
  }
  
  nav a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size:xx-large;
    transition: color 0.3s;
   

    
  }
  a{
     border: gold;
    border-radius: 50%;
    border-width: 2px;
  }
  nav a:hover  {
    color: #00ffff;
  }
  
  .hero {
    text-align: center;
    margin-top: 30px;
  }
  
  .hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  
  .hero h2 {
    font-size: 28px;
    font-weight: 300;
  }
  .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 60px 20px;
  }
  
  .hero-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 60%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
  
  .hero-text h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  
  .hero-text h2 {
    font-size: 28px;
    font-weight: 300;
  }
  .about-section {
    max-width: 800px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .about-section h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00ffff;
  }
  
  .about-section p {
    font-size: 18px;
    line-height: 1.6;
    color: white;
  }
  
  .btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #00ffff;
    color: #0f2027;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
  }
  
  .btn:hover {
    background-color: #00cccc;
  }
  .skills-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #0f2027;
    margin-top: 20px;
  }
  
  .skills-section h1 {
    font-size: 36px;
    color: #00ffff;
    margin-bottom: 40px;
  }
  
  .skills-category {
    margin-bottom: 60px;
  }
  
  .skills-category h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  .skills-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .skills-icons img {
    width: 100px;
    height: 100px;
    transition: transform 0.3s;
  }
  
  .skills-icons img:hover {
    transform: scale(1.2);
  }
  
  .skills-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  .skill-item {
    text-align: center;
    width: 150px;
  }
  
  .skill-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s;
  }
  
  .skill-item h3 {
    font-size: 16px;
    color: white;
    margin: 0;
  }
  
  .skill-item img:hover {
    transform: scale(1.2);
  }

  .container {
    max-width: 800px;
    margin: auto;
    background-color: #0f2027;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color:#ffffff;
    margin-bottom: 50px;
  }
  
  h1 {
    text-align: center;
    color: #00ffff;
    margin-bottom: 40px;
  }
  
  .project {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  
  .project h2 {
    color: #0077cc;
    margin-bottom: 10px;
  }
  
  .project p {
    color: #555;
    margin-bottom: 15px;
  }
  
  .buttons button {
    margin-right: 10px;
    padding: 8px 16px;
    border: none;
    background-color: gold;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .buttons button:hover {
    background-color:gold;
  }
  .project-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  
  .project-header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
  }

  .container-tes {
    max-width: 900px;
    margin: auto;
    
    /* padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
    
  }
  
 
  
  .testimonial {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;

  }
  
  .testimonial img {
    width: 350px;
    height: 200px;
    border-radius: 30%;
    object-fit: cover;
  }
  
  .text h2 {
    margin: 0 0 10px;
    color: #0077cc;
  }
  
  .text p {
    color: #ffffff;
    line-height: 1.6;
  }

  .reviews{
    padding: 10px 0px;
    text-align: center;
    background-color: #0f2027;
    margin-top: 10px;
  }

  hr {
    border: none;
    border-top: 3px solid #0077cc;
    margin: 20px 0;
  }
  
  .contact-container {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 40px auto;
    background-color: #0f2027;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  
  .contact-form {
    flex: 1;
    margin-right: 30px;
  }
  
  .contact-form h2 {
    margin-bottom: 20px;
    color: #333;
  }
  
  .contact-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .form-buttons {
    margin-top: 15px;
  }
  
  .form-buttons button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    background-color: #0077cc;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .form-buttons button:hover {
    background-color: #005fa3;
  }
  
  .contact-info {
    flex: 0.5;
    padding-left: 20px;
    border-left: 1px solid #ddd;
  }
  
  .contact-info h3 {
    margin-bottom: 15px;
    color:#0077cc;
  }
  
  .contact-info p {
    margin: 10px 0;
    color: #ffffff;
  }
  
  .social-footer {
    text-align: center;
    padding: 20px;
    background-color: #0f2027;
  }
  
  .social-footer a img {
    width: 30px;
    margin: 0 10px;
    vertical-align: middle;
  }
  .typewriter {
    overflow: hidden;
    border-right: 2px solid #0077cc;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 2px;
    animation: typing 3s steps(17, end), blink 0.7s ;
  }
  
  @keyframes typing {
    from { width: 0 }
    to { width: 50% }
  }
  
  @keyframes blink {
    30% { border-color: transparent }
  }
  
  .hamburger {
    display: none;
    font-size: 1.8em;
    cursor: pointer;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .nav-links {
      position: absolute;
      top: 60px;
      right: 0;
      background-color: rgba(255, 255, 255, 0.95);
      flex-direction: column;
      width: 200px;
      padding: 20px;
      display: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
  
    .nav-links.show {
      display: flex;
    }
  
    .hamburger {
      display: block;
    }
  }

  @media screen and (min-width: 762px) {
    nav a {
      font-size: 1.25rem; /* or use 'large' */
    
    }
  }
  
  /* Phone screens: 480px and below */
   @media screen and (max-width: 480px) {
    nav a {
      font-size: 0.9rem; /* slightly smaller for compact view */
    }
   }
   @media screen and (min-width: 480px) {
    header {
      flex-direction: column;
      align-items: center;
    }
    nav a{
        font-size: medium;
    }
    nav ul{
        gap: 20px;
        padding-right: 4px;
    }
.hero h1{
    font-size:larger;
}
h1{
    font-size:24px;
}
.about-section p{
    font-size: 15px;
    padding: 30px;
}
.container{
    max-width: 300px;
    padding: 30px;
}
.text p{
   padding: 50px; 
}
.testimonial img{
    padding-left: 10px;
    line-height: 0px;
}
.text h2{
    padding-right: 50px;
}
.form-buttons button{
    padding: 10px;
}
.contact-info {
    font-size: small;
    margin-right: 30px;
}

  }
  

  
  
  
 