.industries-focus-section {
  background-image: url("../Image/banner.png");
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
}
.industries-focus-section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}
.industries-focus-section .overlay .title {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.industries-sectionss {
  background-color: #fff;
}
.industries-sectionss .industry-category {
  color: #6c757d;
  font-weight: 600;
}
.industries-sectionss .industry-img-wrapper {
  border: 3px solid black;
  padding: 5px;
  display: inline-block;
  max-width: 150px;
}
.industries-sectionss .industry-img-wrapper img {
  width: 100%;
  height: auto;
}
.industries-sectionss .industry-description {
  font-size: 1rem;
  color: #333;
}

.industries-section-contact {
  background-color: #F6F6F6;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.industries-section-contact .bg-blur {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.5);
}
.industries-section-contact .industries-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.industries-section-contact .industries-content .left {
  flex: 1 1 40%;
  margin-bottom: 30px;
}
.industries-section-contact .industries-content .left h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
.industries-section-contact .industries-content .left h2 .highlight {
  color: #ffc107;
}
.industries-section-contact .industries-content .right {
  flex: 1 1 55%;
  padding: 30px;
  border-radius: 8px;
}
.industries-section-contact .industries-content .right h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 15px;
}
.industries-section-contact .industries-content .right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.industries-section-contact .industries-content .right .btn-yellow {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.industries-section-contact .industries-content .right .btn-yellow:hover {
  background-color: #e0a800;
}
@media (max-width: 768px) {
  .industries-section-contact {
    padding: 60px 0;
  }
  .industries-section-contact .industries-content {
    flex-direction: column;
  }
  .industries-section-contact .industries-content .left,
  .industries-section-contact .industries-content .right {
    flex: 1 1 100%;
    text-align: center;
  }
  .industries-section-contact .industries-content .left h2,
  .industries-section-contact .industries-content .right h2 {
    font-size: 36px;
  }
  .industries-section-contact .industries-content .right {
    padding: 20px;
  }
}/*# sourceMappingURL=industries.css.map */