
    
    body, html {
      margin: 0;
      padding: 0;
      font-family: 'poppins', sans-serif;
      color: white;
    }
input:focus, select:focus, textarea:focus {
  border: 2px solid #5dade2; /* Light blue color */
  outline: none; /* Optional: removes the default blue outline */
}
    header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 20px;
      z-index: 100;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 5px;
      width: 60px;
      height: 60px;
   
  vertical-align: middle;
}
    

  
.custom-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-left: 48%;
  background-color: transparent; /* or use black */
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;
      padding-right: 2%;
}

.custom-nav a {
  color: white;
  text-decoration: none;
  width: 70px;         /* force line break */
  text-align: center;  /* center the text */
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
  word-break: break-word; /* break long words if needed */
}

   .hero {
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg.png') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;


  z-index: 1;
}




    .hero h1 {
      font-size: 55px;
      margin: 0;
          margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    }

    .hero h2 {
      color: #00b540;
      font-size: 55px;
      margin: 10px 0;
          margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    }

   

    .hero p {
      max-width: 800px;
      font-size: 16px;
     
      
    }


    .btn-signup {
  background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);
  display: inline-block;
    font-weight: 400;
    width:9%;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin:5px;
    padding: .375rem .79rem;
    font-size: 1rem;
    border-radius: .25rem;
}
    .btn-signup:hover {
      background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);;
    }
   .signup-text {
  position: relative;
  top: -5px; /* move text slightly upward to align with icon */
  font-size: 15px;
  margin: 10px;
}

    .about-section {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 60px 130px;
      
        background: 
         url('https://e-registration.gos.pk/CitizenPortal/Content/images/Asset%2023.png') no-repeat left center/contain,
        url('https://e-registration.gos.pk/CitizenPortal/Content/images/Asset%2012.png') no-repeat right center/contain;
        
       background-size: contain;
      color: #333;
      
    }

    .about-text {
      flex: 1;
      padding-right: 40px;
    }

    .about-text h2 {
      color: #000;
      margin-bottom: 20px;
    }

    .about-text p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .about-text strong {
      font-weight: 600;
    }

    .about-text .btn-readmore {
      background-color:#00722D;
      color: white;
      padding: 10px 24px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      
    }

    .about-video {
      flex: 1;
    }

    .about-video video {
      
      border-radius: 0px;
    }

    .stats-section {
      background: url('https://e-registration.gos.pk/CitizenPortal/Content/images/statImg1.png') no-repeat left center/cover,
                  url('https://e-registration.gos.pk/CitizenPortal/Content/images/statImg2.png') no-repeat right center/cover;
      padding: 80px 40px;
      text-align: center;
      color: white;
      opacity: 90%;
    }

    .stats-section h2 {
      font-size: 31.55px;
      
    }

    .stats-container {
      display: flex;
      justify-content: center;
      gap: 180px;
      
      flex-wrap: wrap;
    }

    .stat-box {
      background-color: #b7ccb7;
      color: #000;
      padding: 30px;
         padding-right: 5%;
      width: 150px;
      text-align: center;
    }

    .stat-box img {
      height: 60px;
      margin-bottom: 15px;
    }

    .stat-box p {
      font-weight: 600;
      margin: 10px 0;
    }

    .stat-box h3 {
      font-size: 35px;
      margin: 0;
    }
    .testimonial-section {
      background: url('https://e-registration.gos.pk/CitizenPortal/Content/images/Asset%2054.png') no-repeat center center/cover;
      padding: 80px 40px;
      text-align: center;
      color: #222;
    }

    .testimonial-section h2 {
      font-size: 32px;
      margin-bottom: 30px;
      color: #000;
    }

    .testimonial-section p {
      max-width: 900px;
      margin: 0 auto 30px;
      font-size: 18px;
      line-height: 1.6;
    }

    .testimonial-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 20px;
    }

    .testimonial-dots span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color:#006400;
      
    }

    .testimonial-dots span.active {
      background-color: #000;
      opacity: 1;
    }
    
  