* {
    margin: 0;
    padding: 0;
  }
  
  @font-face {
    font-family: 'UniNeue-Regular';
    src: url('../font/UniNeue-Regular.otf') format('opentype');
  
  }
  
  @font-face {
    font-family: 'UniNeue-Bold';
    src: url('../font/UniNeue-Bold.otf') format('opentype');
  }
  
  p,button,a,input {
    font-weight: 400;
    font-family: 'UniNeue-Regular';
  }
  
  h1, h2, h3, h4, h5, h6,span {
    font-family: 'UniNeue-Bold';
  }
  
  /* industries-journey */
  .industries_journey {
  
    padding: 30px;
  }
  
  .industries_journey_card {
    max-width: 400px;
    height: auto;
    border: 2px solid #333333;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    margin: 5px auto;
    background-color: #fff;
  }
  
  .industries_journey_image img {
    width: 25%;
    height: 60px;
    display: block;
    margin-bottom: 15px;
  }
  
  .industries_journey_card h4 {
    margin-bottom: 10px;
  }
  
  .industries_journey_card p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  @media (max-width: 768px) {
    .industries_journey_card {
      max-width: 90%;
    }
    .industries_journey_image img {
      height: 10%;
      width: 10%;
    }
  }

  .industries-sectoral-section  {
 padding:30px;
}
.advantage {
    margin: 30px 0;
    /* max-height: 250px; */
  }
.advantage p {
/* padding: 0 20px; */
font-size: 18px;
  }
.btn-dark{
    padding: 10px;
    border-radius: 10px;
}
.industries-sectoral-section p {
    margin-bottom: 0;
}

.industry-image-block {
  position: relative;
  overflow: hidden;
}

.overlay_industry {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; /* covers full height */
  background: linear-gradient(to top, rgba(0, 0, 0, 1.6), #0000003b); /* dark at bottom, transparent at top */
  z-index: 1;
}

.industry-image-block h5,
.industry-image-block p {
  position: relative;
  z-index: 2;
}



.industries-hero-section {
  padding: 80px 0;
  background-color: #fff;
}

.industries-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.9rem;
}

.industries-hero-span {
  background: #414040;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px 10px 10px 0px;
  font-weight: bold;
}
.industries-hero-span1 {
  background: #414040;
  color: #fff;
  padding: 8px 15px;
  /* margin-top: 10px !important; */
  border-radius: 0px 0px 10px 10px;
  font-weight: bold;
}
.industries-hero-span1 {
  display: inline-block;
  margin-top: 10px;
}
.industries-hero-desc {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 20px;
}

.industries-hero-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .industries-hero-title {
    font-size: 2rem;
  }

  .industries-hero-span {
    font-size: 1.0rem;
  }

  .industries-hero-desc {
    font-size: 1rem;
    padding: 0 10px;
  }

  .industries-hero-btn {
    padding: 10px 30px;
    font-size: 1rem;
  }

  .industries-hero-left,
  .industries-hero-right {
    padding-top: 20px;
  }
}


@media (max-width: 767.98px) {


 

  .industries_journey_card {
    margin-bottom: 2rem;
    text-align: center;
  }

  .industries_journey_image img {
    width: 80%;
    margin: 0 auto;
  }

  .industries-sectoral-section h5 {
    font-size: 1.1rem;
  }

  .industry-image-block {
    padding: 1rem;
    background-size: cover;
    min-height: 250px;
  }

  .industry-image-block p {
    font-size: 0.9rem;
  }

  .advantage .col-md-5,
  .advantage .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-sm {
    width: 100%;
    margin-top: 10px;
  }
}
