/* Industry Single Banner */
section.industry-single-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

section.industry-single-banner .industry-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0009;
  top: 0;
}

.single-banner-cta {
  gap: 20px;
}

.single-banner-cta .white--cta button {
  font-family: "GTWalsheim";
}

.single-banner-cta .white--cta a {
  border: 1px solid transparent;
}

.single-banner-cta .clear-cta button {
  background: var(--primary);
  color: var(--light-gray);
  font-family: "GTWalsheim";
  padding: 10px 30px;
  border: 1px solid var(--primary);
}

.single-banner-cta .clear-cta button:hover {
  background: var(--black);
  border: 1px solid #fff;
}

section.industry-single-banner .row {
  height: 700px;
  color: #fff;
  position: relative;
}

section.industry-single-banner h1 {
  font-size: 50px;
  color: #fff;
}

section.industry--single .industry-single-content p {
  margin-bottom: 30px;
}

section.industry--single h2.industrty--title {
  font-size: 50px;
}

/* Banner Cta */

.cf7-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.cf7-modal.show {
  display: block;
}

div#modal-audit h2 {
  text-transform: capitalize;
}

.cf7-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.cf7-modal-content .download-guide,
.cf7-modal-content .sumbit-assessment {
  background: var(--black);
  color: var(--light-gray);
  transition: all 0.5s ease-in-out;
}

.cf7-modal-content .download-guide:hover,
.cf7-modal-content .sumbit-assessment:hover {
  background: #fff;
  color: var(--black);
}

.cf7-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  section.industry-single-banner .industry-banner-content.text-center {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .single-banner-cta {
    gap: 0px;
  }
}

/* Industry Single Banner */

/* Industry Single First Section */
.industry-first-content h2 {
  margin-bottom: 30px;
}

.industry-first-content ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 5px;
}

.industry-first-content li {
  font-size: 18px;
  font-family: "GTWalsheimProRegular";
}

.industry-first-img img {
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  border-radius: 10px;
  height: 448px;
  object-fit: cover;
}
.industry-first-content ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/global/industries-icon/check.png);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.industry-first-content ul li {
  list-style: none;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .industry-first-content {
    padding-right: 80px;
  }
}

@media (max-width: 1199px) {
  section.industry-first .row {
    row-gap: 15px;
  }
}
/* Industry Single First Section */

/* Stakeholder Solutions */
section.stakeholder {
  background: var(--light-gray);
}

.stakeholder ul#myTab {
  justify-content: center;
  border: none;
  gap: 40px;
}

/* .stakeholder img.hovered {
  display: none;
  transition: 0.8s;
}

.stakeholder img.not-hovered {
  display: block;
  transition: 0.8s;
}

li.nav-item:hover img.not-hovered {
  display: none;
}

li.nav-item:hover img.hovered {
  display: block;
} */

li.nav-item h3 {
  height: unset !important;
}

/* li.nav-item .nav-link.active img.not-hovered {
  display: block !important;
}

li.nav-item .nav-link.active img.hovered {
  display: none !important;
} */

li.nav-item .nav-link {
  padding: 5px 10px !important;
  border-bottom: 3px solid transparent !important;
  gap: 10px;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  background: transparent !important;
}

.stakeholder .nav-link.active {
  gap: 10px;
  border: none !important;
  padding: 0;
  border-bottom: 3px solid var(--primary) !important;
  padding-bottom: 5px;
}

/* li.nav-item .nav-link.active img.not-hovered {
  display: none;
} */

.stakeholder .nav-link h3 {
  color: var(--black);
  font-size: 20px !important;
}

li.nav-item:hover h3 {
  color: var(--primary);
}

.stakeholder .nav-link img {
  width: 25px;
}

.stake-holder-img img {
  /* height: 450px; */
  width: 100%;
  /* object-fit: cover; */
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
}

@media (min-width: 1200px) {
  .stake-holder-content {
    padding-left: 150px;
  }
}

@media (max-width: 991px) {
  div#myTabContent .stake-holder-item .row {
    row-gap: 30px;
  }
}
/* Stakeholder Solutions */

/* Case Study */
.case-study-img img {
  border-radius: 5px;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  height: 450px;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .case-study-content {
    padding-right: 150px;
  }
}
/* Case Study */

/* Related Products */
section.related-products .row {
  row-gap: 24px;
}

section.related-products .card {
  height: 100%;
  color: var(--black);
  background: var(--light-gray);
  padding: 20px;
  outline: 2px solid var(--gray);
  outline-offset: -10px;
  border: none;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
}

section.related-products .card h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
}

section.related-products .card .clear-cta a {
  background: var(--primary);
}

section.related-products .card .white--cta a {
  padding: 9px 0;
  font-family: "GTWalsheimProRegular";
  font-weight: 500;
  background: var(--black);
  color: #fff !important;
  transition: 0.5s;
}

section.related-products .noise-control-img {
  height: 170px;
  overflow: hidden;
}

section.related-products .noise-control-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background: #fff;
  transition: 0.9s;
}

section.related-products .card:hover img {
  scale: 1.2;
}

section.related-products .card .clear-cta a,
section.related-products .card .white--cta a {
  width: 100%;
}

section.related-products .card .clear-cta a {
  background: var(--primary);
}

section.related-products .card .white--cta a {
  padding: 9px 0;
  font-family: "GTWalsheim";
  font-weight: 500;
  background: var(--black);
  color: #fff !important;
  transition: 0.5s;
}

section.related-products .card .white--cta a:hover {
  background: var(--primary);
}

section.related-products .card .clear-cta a:hover {
  background: var(--black);
}
/* Related Products */

/* Request / Enquiry Form */
section.single-industries-form {
    background: var(--light-gray);
}

section.single-industries-form a {
    color: var(--black);
}

.industries-contact-form input[type="text"],
.industries-contact-form input[type="email"],
.industries-contact-form select,
.industries-contact-form textarea {
  border: none;
  border-bottom: 1px solid var(--black);
  border-radius: 20px;
  background: none;
}
/* Request / Enquiry Form */
