/*==========================================
        PROJECTS HERO — leadership style
===========================================*/

.proj-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0 140px;
}

.proj-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.proj-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proj-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 13, 14, .92) 40%, rgba(11, 13, 14, .7) 100%);
  z-index: 1;
}

.proj-hero-circle-1 {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(245, 130, 17, .15);
  border-radius: 50%;
  top: -100px;
  right: 10%;
  z-index: 1;
  pointer-events: none;
}

.proj-hero-circle-2 {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(245, 130, 17, .1);
  border-radius: 50%;
  bottom: 60px;
  left: 5%;
  z-index: 1;
  pointer-events: none;
}

.proj-hero .wrap {
  position: relative;
  z-index: 2;
}

.proj-hero-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.proj-hero-content .eyebrow {
  color: #FDC900;
}

.proj-hero-content h1 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin: 12px 0 20px;
  letter-spacing: -2px;
}

.proj-hero-content .accent {
  color: #FDC900;
}

.proj-hero-content>p {
  font-size: 17px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 480px;
}

/* Stats Card */
.proj-hero-card {
  display: flex;
  justify-content: flex-end;
}

.proj-hero-card-inner {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 36px;
  width: 340px;
}

.proj-hero-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.proj-hero-card-stat {
  display: flex;
  flex-direction: column;
}

.proj-hero-card-num {
  font-size: 30px;
  font-weight: 900;
  color: #FDC900;
  line-height: 1;
}

.proj-hero-card-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  margin-top: 6px;
}

.proj-hero-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin: 24px 0;
}

/* Cloud Divider */
.proj-hero-cloud {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 3;
}

/*==========================================
        PROJECTS HERO RESPONSIVE
===========================================*/

@media (max-width: 992px) {
  .proj-hero {
    padding: 80px 0 120px;
  }

  .proj-hero-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .proj-hero-content h1 {
    font-size: 42px;
  }

  .proj-hero-card {
    justify-content: flex-start;
  }

  .proj-hero-card-inner {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .proj-hero {
    min-height: auto;
    padding: 70px 0 100px;
  }

  .proj-hero-content h1 {
    font-size: 32px;
  }

  .proj-hero-card-inner {
    padding: 24px;
  }

  .proj-hero-card-num {
    font-size: 24px;
  }
}

/*==========================================
        INDUSTRY SHOWCASE (PROJECTS HERO)
===========================================*/

.industry-showcase {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  background: #ffffff;
}

.hero-cloud-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 20;
}

.industry-container {
  position: relative;
  z-index: 10;
  width: 92%;
  max-width: 1180px;
  margin: auto;
  padding-top: 80px;
}

.top-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ff7300;
  margin-bottom: 12px;
}

.industry-container h2 {
  font-size: 76px;
  line-height: .92;
  font-weight: 900;
  color: #14181b;
  margin: 0 0 28px;
  letter-spacing: -3px;
  max-width: 520px;
}

.industry-container p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 34px;
  max-width: 430px;
}

.industry-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #FDC900;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: .35s;
}

.industry-btn span {
  font-size: 18px;
  display: inline-flex;
}

.industry-btn:hover {
  transform: translateY(-5px);
  background: #df7206;
}

.cloud-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cloud-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .65);
}

.cloud-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oil-rig {
  position: absolute;
  left: 60%;
  bottom: 0;
  transform: translateX(-50%);
  width: 540px;
  height: 760px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.oil-rig img {
  max-height: 100%;
  width: auto;
  animation: oilRigFloat 4s ease-in-out infinite;
}

@keyframes oilRigFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.industry-showcase::after {
  content: "HEN & ASSOCIATES";
  position: absolute;
  left: -50px;
  bottom: 90px;
  font-size: 170px;
  font-weight: 900;
  white-space: nowrap;
  color: rgba(50, 65, 80, .08);
  letter-spacing: -5px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 992px) {
  .industry-showcase {
    height: 650px;
  }

  .industry-container h2 {
    font-size: 58px;
  }

  .oil-rig {
    width: 380px;
  }

  .industry-showcase::after {
    font-size: 110px;
    bottom: 60px;
  }
}

@media (max-width: 768px) {
  .industry-showcase {
    height: 620px;
  }

  .industry-container {
    padding-top: 60px;
  }

  .industry-container h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .industry-container p {
    font-size: 16px;
  }

  .oil-rig {
    width: 280px;
    opacity: .35;
  }

  .industry-showcase::after {
    display: none;
  }
}