.metal-buildings-section {
  background-color: #2a2a2a;
  background-image: url('https://lirp.cdn-website.com/7ae2b340/dms3rep/multi/opt/gun-metal-2880w.png');
  background-size: 10px;
  background-position: center;
  padding: 80px 60px;
  box-sizing: border-box;
  width: 100%;
}

.metal-buildings-grid {
  max-width: 900px;
  margin: 0 auto;
}

.metal-buildings-group {
  display: flex;
  flex-direction: column;
}

.metal-buildings-content-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.metal-buildings-content-group.metal-buildings-visible {
  opacity: 1;
  transform: translateY(0);
}

.metal-buildings-headline-wrapper {
  margin-bottom: 16px;
}

.metal-buildings-headline {
  font-size: 52px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.metal-buildings-subheadline-wrapper {
  margin-bottom: 20px;
}

.metal-buildings-subheadline {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.metal-buildings-body-wrapper {
  display: flex;
  flex-direction: column;
}

.metal-buildings-body-wrapper p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  margin: 0 0 16px 0;
  font-weight: 400;
}

.metal-buildings-body-wrapper p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .metal-buildings-section {
    padding: 50px 24px;
  }

  .metal-buildings-headline {
    font-size: 36px;
  }

  .metal-buildings-subheadline {
    font-size: 17px;
  }

  .metal-buildings-body-wrapper p {
    font-size: 14px;
  }
}
.metal-climate-section {
  background-color: rgb(162 163 168);
  padding: 80px 60px;
  box-sizing: border-box;
  width: 100%;
}

.metal-climate-grid {
  max-width: 900px;
  margin: 0 auto;
}

.metal-climate-group {
  display: flex;
  flex-direction: column;
}

.metal-climate-content-group {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.metal-climate-content-group.metal-climate-visible {
  opacity: 1;
  transform: translateY(0);
}

.metal-climate-headline-wrapper {
  margin-bottom: 16px;
}

.metal-climate-headline {
  font-size: 28px;
  font-weight: 900;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.2;
}

.metal-climate-body-wrapper {
  display: flex;
  flex-direction: column;
}

.metal-climate-body-wrapper p {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.7;
  margin: 0 0 16px 0;
  font-weight: 400;
}

.metal-climate-body-wrapper p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .metal-climate-section {
    padding: 50px 24px;
  }

  .metal-climate-headline {
    font-size: 22px;
  }

  .metal-climate-body-wrapper p {
    font-size: 14px;
  }
}
.metal-services-section {
  background-color: #2a2a2a;
  background-image: url('https://lirp.cdn-website.com/7ae2b340/dms3rep/multi/opt/gun-metal-2880w.png');
    background-size: 10px;
  padding: 80px 60px;
  box-sizing: border-box;
  width: 100%;
}

.metal-services-grid {
  max-width: 900px;
  margin: 0 auto;
}

.metal-services-group {
  display: flex;
  flex-direction: column;
}

.metal-services-content-group {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.metal-services-content-group.metal-services-visible {
  opacity: 1;
  transform: translateY(0);
}

.metal-services-headline-wrapper {
  margin-bottom: 16px;
}

.metal-services-headline {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.metal-services-body-wrapper {
  display: flex;
  flex-direction: column;
}

.metal-services-body-wrapper p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  margin: 0 0 16px 0;
  font-weight: 400;
}

.metal-services-list {
  margin: 0 0 16px 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.metal-services-list li {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 400;
}

.metal-services-cta-wrapper {
  margin-top: 24px;
}

.metal-services-cta-btn {
  display: inline-block;
  padding: 14px 0;
  width: 240px;
  text-align: center;
  background-color: #909090;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background-color 0.25s ease, color 0.25s ease;
  box-sizing: border-box;
}

.metal-services-cta-btn:hover {
  background-color: #b0b0b0;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .metal-services-section {
    padding: 50px 24px;
  }

  .metal-services-headline {
    font-size: 22px;
  }

  .metal-services-body-wrapper p,
  .metal-services-list li {
    font-size: 14px;
  }

  .metal-services-cta-btn {
    width: 100%;
  }
}