.image-absolute {
  position: absolute;
  display: block;
  top: 790px;
  right: 150px;
  z-index: -9999;
  max-width: 200px;
  aspect-ratio: 1/1;
}

.image-absolute2 {
  position: absolute;
  display: block;
  top: -76px;
  left: 70px;
  z-index: 99;
  max-width: 300px;
  aspect-ratio: 1/1;
}

.logo-partner-section {
  position: relative;
  overflow: visible;
}

/* ======================================================
   BUSINESS HERO SLIDER (NON-FULLSCREEN) REST STYLE ON PAKET ACARA CSS DAN JS
====================================================== */

.business-hero-section {
  padding: 132px 0 56px;
}

.business-hero-section .container {
  max-width: 1280px;
  margin-inline: auto;
  /* padding-inline: 24px; */
}

.package-hero-slider--business {
  height: 460px;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
}

/* supaya tidak terlalu tinggi di mobile */
@media (max-width: 768px) {
  .package-hero-slider--business {
    height: 360px;
    border-radius: 20px;
  }
}

/* content lebih rapih */
.package-hero-slider--business .package-hero-content {
  padding: clamp(24px, 5vw, 56px);
}

.package-hero-slider--business .package-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  max-width: 880px;
  margin-inline: auto;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.package-hero-slider--business .package-hero-desc {
  font-size: 1rem;
  max-width: 720px;
  z-index: 2;
}

/* arrows lebih masuk */
.package-hero-slider--business .package-hero-nav--prev {
  left: 16px;
}

.package-hero-slider--business .package-hero-nav--next {
  right: 16px;
}

/* ======================================================
   BUSINESS HERO – DARKER IMAGE OVERLAY (handled by unified overlay)
====================================================== */

.package-hero-slider--business .package-hero-image {
  filter: brightness(0.85); /* base brightness sesuai tema */
  z-index: 0;
}

/* ======================================================
   BUSINESS HERO – NAV BUTTON STYLE
====================================================== */

/* DEFAULT */
.package-hero-slider--business .package-hero-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: none;
  /* transition: background 0.25s ease; */
}

.package-hero-slider--business .package-hero-arrow-icon {
  stroke: rgba(29, 136, 250, 1);
  stroke-width: 2.8;
  transition: stroke 0.25s ease;
}

/* HOVER (single source of truth) */
.package-hero-slider--business .package-hero-nav:hover {
  background: rgba(29, 136, 250, 0.85);
}

.package-hero-slider--business
  .package-hero-nav:hover
  .package-hero-arrow-icon {
  stroke: #ffffff;
}

/* ======================================================
   ABOUT US BUSINESS SECTION
====================================================== */

/* =================================
   ABOUT US – BUSINESS SECTION
================================= */
/* .about-business {
  padding: clamp(56px, 6vw, 100px) 0;
} */

.wahana-heading.business-about-heading {
  margin-bottom: 2rem;
}

.about-business__container {
  /* max-width: 1200px; */
  margin-inline: auto;
  padding-inline: 20px;

  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  justify-content: center;
}

/* MEDIA */
.about-business__media {
}

.about-business__media img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center 60%; /* Turun sedikit */
}

/* CONTENT */
.about-business__content {
  align-self: flex-start;
}

.about-business__description {
  font-size: 16px;
  line-height: 1.75;
  /* color: #4b5563; */
  margin-bottom: 32px;
  text-align: justify;
}

/* HIGHLIGHTS */
.about-business__highlights {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.about-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-highlight__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.about-highlight__text {
  font-size: 15px;
  font-weight: 500;
  /* color: #111827; */
}

/* =================================
   RESPONSIVE
================================= */
@media (max-width: 900px) {
  .about-business__container {
    grid-template-columns: 1fr;
  }

  .about-business__highlights {
    grid-template-columns: 1fr;
  }
}

/* ======================================================
   WHY US BUSINESS SECTION
====================================================== */
/* ======================================================
   WHY US – BUSINESS
====================================================== */
.why-us-business {
  position: relative;
  overflow: hidden;
  isolation: isolate; /* SSS-tier stacking fix */
}

/* ==========================================
   WHY US – RADIAL HOVER REVEAL
========================================== */
.why-us-business::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("/img/bisnis/bg-fruit.jpg") center/cover no-repeat;

  opacity: 0;

  mask-image: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0.6) 18%,
    rgba(0, 0, 0, 0) 28%
  );

  -webkit-mask-image: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0.6) 18%,
    rgba(0, 0, 0, 0) 28%
  );

  transition: opacity 600ms ease;

  pointer-events: none;
  z-index: -1;
}

.why-us-business.is-active::after {
  opacity: 1;
}

.why-us-business__grid {
  padding: 40px 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* ==============================
   ITEM
================================ */

.title-eyebrow.title-eyebrow-lighter {
  color: #b4b2b2;
}

.benefit-title.benefit-title-white {
  color: #ffffff;
}

.why-us-business__item {
  background: #f1f1f1;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 32px 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* ACTIVE CARD */
.why-us-business__item.is-active {
  background: linear-gradient(135deg, #3bbcff 0%, #b57cff 50%, #ff9b7a 100%);
  color: #ffffff;
}

/* ==============================
   ICON
================================ */

.why-us-business__icon {
  width: 124px;
  height: 124px;
  margin-bottom: 16px;
}

.why-us-business__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==============================
   TEXT
================================ */
.why-us-business__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-us-business__desc {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* ==============================
   HOVER
================================ */

.why-us-business__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .why-us-business__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .why-us-business__grid {
    grid-template-columns: 1fr;
  }
}

.section.why-us-business {
  background: #115caa;
}

/* ======================================================
   BUSINESS CARD
====================================================== */

.section.business-cards-section {
  padding-bottom: 64px;
}

.wahana-heading.business-cards-container {
  margin-bottom: 1rem;
}

.business-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 3.5rem;
  border-radius: 24px;
}

/* ======================================================
   BASE CARD
====================================================== */

/* ======================================================
   BASE CARD
====================================================== */

.business-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  padding: 32px 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.04);

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;

  transform: scale(1) rotate(0deg) translateX(0);
}

/* ======================================================
   HOVER
====================================================== */

.business-card:hover {
  animation: scaleShakeReturn 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.12),
    0 6px 14px rgba(0, 0, 0, 0.08);
}
/* ======================
   TITLE
====================== */
.business-card__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

/* ======================
   ICON
====================== */
.business-card__icon {
  width: 200px;
  height: auto;
  margin-bottom: 1.25rem;
}

/* ======================
   DESCRIPTION
====================== */
.business-card__desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #585e69;
  margin-bottom: 2rem;
}

/* ======================
   BUTTON
====================== */
.business-card__btn {
  margin-top: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.75rem 1.5rem;
  border-radius: 999px;

  background: #007cff;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.business-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 124, 255, 0.35);
  background-color: #0063cc;
}

/* ======================
   RESPONSIVE
====================== */
@media (max-width: 1024px) {
  .business-cards {
    grid-template-columns: 1fr;
  }
}

/* ======================================================
   RADIAL GLOW (BACKGROUND TETAP PUTIH)
====================================================== */

.business-cards {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  --x: 50%;
  --y: 50%;
}

/* ======================================================
   RADIAL GLOW – STATE DRIVEN
====================================================== */

.business-cards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.business-cards::before {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);

  width: 320px;
  height: 320px;
  border-radius: 70%;

  /* 🔥 LINEAR GRADIENT (wajib untuk glowingGradient) */
  background: linear-gradient(120deg, #31b0ff, #e082ff, #ff9271, #31b0ff);
  background-size: 400% 400%;

  filter: blur(70px);
  opacity: 0;

  /* 🔥 ANIMASI YANG KAMU MAU */
  animation: glowingGradient 10s ease-in-out infinite;

  transition: opacity 1s ease;

  pointer-events: none;
  z-index: -1;
}

/* glow aktif */
.business-cards.is-active::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ==========================================
   PATTERN LAYER (MASKED BY GLOW)
========================================== */
.business-cards::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("/img/bisnis/bg-fruit.jpg") center/cover no-repeat;

  opacity: 0;

  /* mask mengikuti posisi glow */
  mask-image: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 15%,
    rgba(0, 0, 0, 0.6) 25%,
    rgba(0, 0, 0, 0) 40%
  );
  -webkit-mask-image: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 15%,
    rgba(0, 0, 0, 0.6) 25%,
    rgba(0, 0, 0, 0) 40%
  );

  transition: opacity 1s ease;

  pointer-events: none;
  z-index: -2;
}

.business-cards.is-active::after {
  opacity: 1;
}

.business-card {
  position: relative; /* ⬅️ KUNCI */
  overflow: hidden;
}

/* ======================
   LOTTIE OVERLAY
====================== */
.business-card__lottie {
  position: absolute;
  inset: 0;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;

  opacity: 0;
  visibility: hidden;
  margin-top: -2rem;
  /* min-height: 580px; */
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.business-card__lottie.is-visible {
  opacity: 1;
  visibility: visible;
}

.business-card__lottie-player {
  margin: 0 auto;
  min-width: 440px;
  min-height: 550px;
}

/* ======================================================
   carousel business hero
====================================================== */

/* ======================================================
   PARTNER CAROUSEL (SSS TIER – INFINITE MARQUEE)
====================================================== */

.logo-partner-section {
  /* overflow: hidden; */
}

.partner-carousel {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.partner-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: partner-scroll 25s linear infinite;
  will-change: transform;
}

/* Infinite loop animation */
@keyframes partner-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
/* .partner-carousel:hover .partner-track {
  animation-play-state: paused;
} */

/* Logo container */
.partner-logo {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4rem;
}

.partner-logo img {
  max-height: 86px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition:
    filter 0.35s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* ======================================================
   HOVER BEHAVIOR (FIXED – CORRECT CASCADE)
====================================================== */
/* 1️⃣ Default state */
.partner-logo img {
  filter: grayscale(0%);
  opacity: 1;
  transition:
    filter 0.35s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* 2️⃣ Saat ADA logo yang di-hover → semua jadi grayscale */
.partner-track:has(.partner-logo:hover) .partner-logo img {
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.6;
}

/* 3️⃣ Logo yang benar-benar di-hover → override */
.partner-track:has(.partner-logo:hover) .partner-logo:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.05);
}
