 body {
      font-family: 'Poppins', sans-serif;
    }
    .hero {
      background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4)), url('assets/bg6.jpg') center/cover no-repeat;
      color: white;
      text-align: center;
      padding: 140px 20px;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.3rem;
      font-weight: 300;
    }
    .navbar {
      font-weight: 500;
    }
    section h2 {
      font-weight: 600;
    }
    .icon-check {
      color: #28a745;
      margin-right: 8px;
    }
    ul li::marker {
   
      color: #28a745;
    }
    .services-box h5 {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .services-box h5:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .gradient-text {

        background: linear-gradient(to right, #000000, #004e92, #ffffff);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.navbar .nav-link:hover {
  color: #ffd700 !important; /* golden hover */
  text-decoration: underline;
}
.legend-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 50%;
  }
  .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
