
html, body {
    
    height: 100%;
    background-color: #f2f2f2;
    margin: 0; 
    font-family: sans-serif;
    overflow-x: hidden;
    }

main {
    flex: 1;
}
footer {
    background: #8E2DE2; 
    
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /*/ Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;   
}

.header {
    background: linear-gradient(to right, rgba(74, 0, 224, 0.9), rgba(142, 45, 226, 0.9));
backdrop-filter: blur(4px);


    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);z-index: 10;
    color: white;
    font-family: sans-serif;
    
    padding: 10px 10px;
    position: sticky; top: 0;
    z-index: 100;

}

.logo-title {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
  }

.hero {
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2; 
    position: relative;
    bottom:20px;
  }
   
  .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 80%;
    max-width: 100%;
    
  }
  
  .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
   
  }
  .hero-text h2 {
    font-size:40px;

  }
  .hero-text p {
    font-size:20px;
    
  }
  
  
     .tracking {
        width: 90%;
        max-width: 800px;
        padding: 80px 40px; 
        background-color:#f9f5ff;
        border: 1px solid #f9f5ff;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin: 40px auto; 
        font-size: 18px;
        font-family: sans-serif;
        
      }
      .tracking-timeline h3 span {
        background-color: rgb(7, 114, 7);
        color:white;
        letter-spacing:1px;
        
      }
      
.tracking-summary span {
  font-weight: bold;
  background-color: rgb(7, 114, 7);
  color: white;
  padding: 2px 8px;
  /* border-radius: 6px; */
}
      
  
  .tracking input {
    padding: 10px;
    width: 65%;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 20px;
    margin-bottom:40px;
  }
  
  .tracking-btn {
    padding: 10px 45px;
    margin-left: 10px;
    background-color: #8E2DE2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;
  } 
.tracking-btn:hover {
    background-color:#4A00E0;
    
}
  
  .tracking h1 {
    color: #6200ee;
    font-family: sans-serif;
    }
  .footer {
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  color: white;
  padding: 40px 20px 20px;
  font-family: sans-serif;
}

.footer-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
}

.column li {
  margin: 6px 0;
  font-size: 14px;
  list-style: none;
  padding:0;


}

.column a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.column a:hover {
  text-decoration: underline;
  color: #ffd700;
}

.footer-bottom {
  text-align: center;
  opacity: 0.8;
  font-size: 12px;
}

   .tracking-timeline {
    background-color: #e3dbf3;
    color:#4A00E0;
   }

   .tracking-timeline {
    max-width: 800px;
    margin: 60px auto;
    padding: 20px 20px 20px 40px;
    /* border: 2px solid #8E2DE2; */
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px rgb(126, 125, 125);
    
    
  }
  
  .step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
  }
  
  .step:last-child {
    margin-bottom: 0;
  }
  
  .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    border: 3px solid white;
    position: relative;
    z-index: 2;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
  }
  
  .step.completed .dot {
    background-color: rgb(7, 114, 7);
  }
  
  .step.active .dot {
    background-color: #8E2DE2;
  }
  
  .content h4 {
    margin: 0;
    color: #4A00E0;
    font-size: 18px;
  }
  
  .content p {
    margin: 4px 0;
    font-size: 16px;
    color: #333;
  }
  
  .content small {
    color: #888;
  }
  .step i {
    margin-right: 8px;
    color: #8E2DE2;
  }
 
    .logo-title {
      font-size: 30px;
      margin: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
  
  
    .header li {
      list-style: none;
    }
  
    .header li a {
      font-size: 16px;
      color: white;
      text-decoration: none;
    }
  
    .header li a:hover {
      text-decoration: underline;
    }
/* Default desktop header and nav styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .hamburger {
    display: none; /* Hide hamburger on desktop */
  }
  
  .navigation {
    display: flex;
    gap: 50px;
    margin-right: 50px;
  }
  
  .navigation li {
    list-style: none;
  }
  
  .navigation a {
    color: white;
    text-decoration: none;
    font-size: 16px;
  }
  
  .navigation a:hover {
    text-decoration: underline;
  }

  
  @media (max-width: 600px) {
    .header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      position: relative;
    }
  
    .hamburger {
      display: block;
      background: none;
      border: none;
      font-size: 24px;
      color: white;
      cursor: pointer;
      z-index: 2000;
    }
  
    .navigation {
      display: none; /* hidden by default */
      flex-direction: column;
      background-color: #4A00E0;
      position: absolute;
      top: 60px;
      right: 20px;
      padding: 10px;
      border-radius: 8px;
      z-index: 1000;
    }
  
    .navigation.show {
      display: flex; /* shown when toggled via JS */
    }
  
    .navigation li {
      padding: 6px 12px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  
    .navigation li:last-child {
      border-bottom: none;
    }
  
    .navigation a {
      display: block;
      font-size: 14px;
      color: white;
      text-decoration: none;
    }
  
    .navigation a:hover {
      text-decoration: underline;
    }
    .hero-img {
    object-fit: 
    }

    }
  