 /* Global Font Styles */
body {
       font-family: "Oswald", sans-serif;

}

h1, h2, h3, h4, h5, h6, .call-btn {
        font-family: "Oswald", sans-serif;

}
  .zerothreat-navbar {
  background-color: #111827; /* deep dark */
  border-bottom: 2px solid #1f2937;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}

.nav-list li {
  list-style: none;
}

.nav-list li a {
  color: #e0e0e0;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 10px;
  position: relative;
  transition: color 0.3s ease;
}

.nav-list li a:hover {
  color: #00ffd5;
}

.call-now-btn {
  background-color: #00ffd5;
  color: #111827;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.call-now-btn:hover {
  background-color: #00c8a8;
  color: #fff;
}

.mobile-menu {
  display: none;
  background-color: #0f172a;
}

.mobile-menu.active {
  display: block;
}

.mobile-toggle {
  background: none;
  border: none;
}
.zerothreat-banner {
  background-image: url('../images/logo/bn.jpg'); /* Replace with your banner image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  height: 90vh;
}

.zerothreat-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.75); /* Dark overlay */
  z-index: -1;
}

.zerothreat-banner h1 {
  font-size: 3rem;
  color: #ffffff;
}

.zerothreat-banner p {
  font-size: 1.25rem;
  color: #e5e5e5;
}

.explore-btn {
  background-color: #00ffd5;
  color: #111827;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background-color: #00c8a8;
  color: #fff;
}
