body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
    color: #28547e;
    max-width: 100%;
  }

  header {
    background-color: #28547e;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .logo {
    font-size: 2.1rem;
    font-weight: bold;
  }
  
  .hamburger {
    font-size: 2rem;
    cursor: pointer;
    display: none;
  }
  
  .nav-links ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
  }
  
  .nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 25pt;
  }
  
  /* Hamburger Menu Overlay */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 10, 10, 0.95);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  
  .menu-overlay.active {
    display: flex;
  }
  
  .menu-overlay ul {
    list-style: none;
    text-align: center;
  }
  
  .menu-overlay a {
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    margin: 1rem 0;
  }
  
  .close-btn {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
  }

  .hero {
    padding: 0.75rem;
    text-align: center;
    background-color: #28547e;
    color: #fff;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
  }

  .herosummary {
    width: 40vw;
    font-size: 1.5rem;
  }

  .heroimage {
    max-width: 40vw;
  }

  .heroimage img {
    width: 100%;
    height: 100%;
  }

  section {
    padding: 2rem 1rem;
    background-color: #28547e;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
  }


  section h2 {
    color: white;
    font-size: 30pt;
  }
  
  .service-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 1.2rem;
    gap: 2rem;
  }
  
  .service {
    flex: 1;
    min-width: 220px;
    max-width: 350px;
    background-color: #f0f0f0;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;

  }
  
  .service img {
    max-width: 100%;
    max-height: 150px;
    border-radius: 4px;
  }

  .servicesleft {
    background-color: rgb(38, 92, 150);
    text-align: left;
    padding-left: 10%;
    width: 40%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .servicesright {
    margin-left: auto;
    background-color: rgb(38, 92, 150);
    text-align: right;
    width: 40%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .servicesright h2 {
    padding-right: 10%;
  }

  footer {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
    padding: 1rem;
  }

  #contact {
    background-color: #f0f0f0;

  }

  #contact h2 {
    color: black;
  }

  #about, #testimonials, h2 p {
    color: white;
  }

  #about p {
    padding: 10px;
    text-align: left;
    font-size: 1.5rem;
  }

  .aboutleft {
    max-width: 60%;
    margin-right: auto;
  }

  .aboutright {
    max-width: 60%;
    margin-left: auto;
  }

  #about h3 {
    font-size:24pt;
  }

  #about h4 {
    margin-top: -1.8rem;
    font-size: 18pt;
    font-weight: 200;
  }

  .examplesgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .example {
    flex: 1;
    min-width: 220px;
    max-width: 350px;
    background-color: #f0f0f0;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
  }

  .example img {
    max-width: 90%;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    gap: 1rem;
    margin: 0 auto;
  }
  
  .contact-form label {
    font-weight: bold;
    color: #333;
  }
  
  .contact-form input,
  .contact-form textarea {
    padding-top: 0.75rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    width: 100%;
  }
  
  .contact-form button {
    background-color: #0a0a0a;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #444;
  }
  
  #about img {
    max-width: 30% ;
    border-radius: 20px;
  }

  #about p {
    font-size: 20px;
  }

  /* Fade-in initial state */
.service, .aboutleft, .aboutright {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active class when visible */
.service.visible, .aboutleft.visible, .aboutright.visible {
  opacity: 1;
  transform: translateY(0);
}

.Indicators {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  background-color: #1d4a74;
  height: auto;
  padding: 20px;

}

/* Animation keyframes */
@keyframes flashPulse {
  0% {
    transform: scale(1) translate(10px, 10px);
    color: #ffffff;
    text-shadow: none;
  }
  50% {
    transform: scale(1.2) translate(10px, 10px);
    color: #2ecc71;
    text-shadow: 0 0 12px #2ecc71;
  }
  100% {
    transform: scale(1) translate(10px, 10px);
    color: #ffffff;
    text-shadow: none;
  }
}

/* Wrapper for label and counter */
.threat-counter-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin: 0 auto;

}

/* Label styling */
.threat-counter-wrapper h2 {
  font-size: 1rem;
  margin: 0;
}

/* Counter styling */
.threat-counter {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  transform: translate(10px, 10px);
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

/* Flash effect */
.threat-counter.flash {
  animation: flashPulse 0.6s ease-out;
}


  
  /* Responsive */
  @media (max-width: 969px) {
    .nav-links {
      display: none;
    }
  
    .hamburger {
      display: block;
    }

    .hero {
        display: flex;
        flex-direction: column;
  }

  .herosummary {
    width: 80%;

  }

  .heroimage {
    max-width: 100%;
  }

  .service {
    margin: 0 auto;
  }

  #about p {
    text-align: center;
  }

  .servicesleft {
    width: 60%;
  }

  .servicesright {
    width: 90%;
  }

  #about img {
    max-width: 80%;
  }

  .aboutright {
    margin: 0 auto;
    max-width: 100%;

  }

  .aboutleft {
    margin: 0 auto;
    max-width: 100%;
  }
  }