body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('assets/Black Clean and Minimalist Project Overview Docs Banner 4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.overlay-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-logo {
  width: 200px;
  height: auto;
  margin-bottom: 1rem;
}


.yes-we-took-container {
  padding: 0 1rem;
  font-size: 1.4rem;
  max-width: 700px;
}

.yes-we-took {
  margin: 0.5rem 0;
  font-weight: 500;
  font-size: 1.4rem;
}

.access-lb-consultancy-comin {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.access-lb-consultancy,
.coming-back-stronger {
  font-weight: 400;
}

.span {
  font-family: 'Manjari', sans-serif;
}

.contact-section {
  margin-top: 2rem;
}

.contact-us {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.group-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.group-parent img {
  width: 36px;
  height: 36px;
}

.frame-parent {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.frame-item {
  width: 37px;
  height: auto;
}

.access-lb-consultancy1 {
  font-size: 1rem;
  font-weight: 500;
  white-space: pre-wrap;
}

@media (max-width: 768px) {
  .yes-we-took-container {
    font-size: 1rem;
  }

  .main-logo {
    width: 80px;
  }

  .frame-item {
    width: 28px;
  }

  .access-lb-consultancy1 {
    font-size: 0.9rem;
  }

  .group-parent img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .yes-we-took-container {
    font-size: 0.9rem;
  }

  .frame-parent {
    flex-direction: column;
    gap: 0.25rem;
  }

  .access-lb-consultancy1 {
    text-align: center;
  }

  .group-parent {
    gap: 1rem;
  }
}
