@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    padding: 12px 10px;
  }

.header-left img {
  height: 36px;
  margin-top: -5px;
}

  .header-center,
  .header-right {
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }

  .header-left img {
    height: 45px;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    gap: 0;
  }

  nav ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ffffff44;
  }

  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    color: white;
  }

  nav ul li a:hover {
    background-color: #005ec2;
    color: #FACC15;
  }

  .menu-toggle {
    display: none !important;
  }
}

.lead-form input,
.lead-form select,
.lead-form button {
  font-size: 16px;
  padding: 12px;
  width: 100%;
  margin-bottom: 12px;
}

.primary-button {
  font-size: 16px;
  padding: 14px 20px;
}
