/* Custom Industrial Utility Styles */
html {
  overflow-x: clip;
}
body {
  background-color: #111315;
  color: #F5F3ED;
  font-family: 'Manrope', sans-serif;
  overflow-x: clip;
}
.heading-industrial {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.border-industrial {
  border-color: rgba(242, 122, 33, 0.25);
}
.bg-tech-grid {
  background-size: 32px 32px;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}
.bg-tech-grid-dark {
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
}
.hazard-stripe {
  background: repeating-linear-gradient(
    -45deg,
    #F27A21,
    #F27A21 12px,
    #111315 12px,
    #111315 24px
  );
}
.gsap-reveal,
[data-animate] {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #111315;
}
::-webkit-scrollbar-thumb {
  background: #262B2F;
  border: 2px solid #111315;
}
::-webkit-scrollbar-thumb:hover {
  background: #F27A21;
}
