/* Custom extracted styles for specific components */

.hero-slide-visible {
  display: block;
}

.bg-hero-ideas {
  background-image: url("../images/01.-foto-header/foto-header-and-layer/04.-your-ideas.webp");
}

.bg-hero-precision {
  background-image: url("../images/01.-foto-header/foto-header-and-layer/01.-precision-backed-by-technology.webp");
}

.bg-hero-sustainable {
  background-image: url("../images/01.-foto-header/foto-header-and-layer/02.-sustainable-future.webp");
}

.bg-hero-purpose {
  background-image: url("../images/01.-foto-header/foto-header-and-layer/03.-made-with-purpose.webp");
}

.map-loc-daanmogot {
  --x: 16.62%;
  --y: 14.22%;
  --c: #d01e25;
}

.map-loc-rangkasbitung {
  --x: 12.31%;
  --y: 19.62%;
  --c: #1e6b3c;
}

.map-loc-majalengka {
  --x: 32.31%;
  --y: 26%;
  --c: #053255;
}

.map-loc-kalisabi {
  --x: 15%;
  --y: 17.57%;
  --c: #6b3fa0;
}

.map-loc-batang {
  --x: 51.03%;
  --y: 35.65%;
  --c: #e07b2a;
}

.marquee-speed-1 {
  --marquee-duration: 30s;
}

.marquee-speed-2 {
  --marquee-duration: 35s;
}

.marquee-speed-3 {
  --marquee-duration: 32s;
}

.marquee-speed-4 {
  --marquee-duration: 37s;
}

.bounce-slow {
  animation-duration: 1.5s;
}

.section-divider-gradient {
  height: 2px;
  background: linear-gradient(90deg, #fff 0%, #374151 100%);
  margin-bottom: 2rem;
}

.card-overlay-dark {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.1) 45%,
    transparent 65%
  );
}

.card-overlay-medium {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.05) 45%,
    transparent 65%
  );
}

.card-overlay-tall {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    transparent 70%
  );
}
