.manufacture-hero {
  min-height: 520px;
  background-color: #0b0b0b;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  position: relative;
  padding-top: 140px;

  .eyebrow{
    i{
        color: rgb(201, 161, 28);
    }

    &:hover{
        text-decoration: underline !important;
        text-decoration-color: rgb(201, 161, 28) !important;
        text-underline-offset: 5px;
    }
  }

  .btn {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(201, 161, 28);
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;

    &:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
}

.btn-dark {
    background-color: #070707;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.btn-dark:hover {
    background-color: #070707;
}

.manufacture-hero .hero-figure {
  height: 360px;
  background: url('https://picsum.photos/700/700?random=200') no-repeat center
    center;
  background-size: contain;
}

.innovation-intro {
  background-color: #fff;
}

.services-strip {
  background-color: #0b0b0b;
}

.services-strip .strip-item {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.projects-preview .poster-card {
  position: relative;
  overflow: hidden;
}

.projects-preview .poster-card .caption {
  font-size: 11px;
  color: #555;
  margin-top: 6px;
}


.mosaic-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials{
    .box{
        border: solid 2px  rgb(182, 154, 94);
    }
}

.explore-services .overlay-tile {
  position: relative;
  overflow: hidden;
}

.explore-services .overlay-tile.large img {
  height: 100%;
}

.explore-services .overlay-tile .label {
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
}

.explore-services .overlay-tile .cta {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-work {
  background: url('https://picsum.photos/1200/400?random=55') no-repeat
      center/cover,
    #0b0b0b;
}

.manufacturing-services-list {
  margin: 0;
  padding: 0;
}

.service-item {
  margin-bottom: 1rem;
}

.service-item a {
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.service-item a:hover {
  color: #B69A5E !important;
}

.service-arrow {
  font-size: 0.8rem;
  opacity: 0.7;
}

.our-projects {
  background-color: #f8f8f8;
}

.project-card {
  transition: transform 0.3s ease;
}

.project-image {
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.project-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #070707;
  margin-bottom: 0.75rem;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.project-tag {
  font-size: 0.75rem;
  color: #666;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 1.4;
  position: relative;
}

.project-tag::before {
  content: "•";
  margin-left: 0.3rem;
  color: #6d6d6d;
}

.service-card {
  text-decoration: none;
  transition: transform 0.3s ease;
  min-height: 300px;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
  transition: background 0.3s ease;
}

.service-card:hover .service-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
}

.service-card img {
  transition: transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.cta-banner {
  height: 400px;
  min-height: 400px;
}

.cta-overlay {
  background: linear-gradient(-270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 90%);
}

.cta-banner img {
  filter: grayscale(20%);
}

.btn-outline-light.border-2 {
  border-width: 2px !important;
  transition: all 0.3s ease;
}

.btn-outline-light.border-2:hover {
  background-color: white;
  color: #000;
  transform: translateY(-2px);
}