/*==========================================================
UNIT SECTION tambhan yo
==========================================================*/
.unit-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
}

.unit-bengkel {
  background: linear-gradient(135deg, #0f5132, #198754, #20c997, #3fb6c1);
}

.unit-outsourcing {
  background: linear-gradient(135deg, #0f5132, #006400, #00CED1, #63c96a);
}

.unit-plasma {
  background: linear-gradient(135deg, #214f1f, #2d7d31, #4caf50, #9ccc65);
}
.unit-migas {
  background: linear-gradient(135deg, #008000, #00CED1, #4caf50, #9ccc65);
}
.unit-cafe {
  background: linear-gradient(135deg, #0f5132, #1d7a43, #2fae63, #63c96a);
}

.unit-section::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -180px;
  right: -150px;
  filter: blur(10px);
}

.unit-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  left: -100px;
  bottom: -120px;
}

.unit-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}

.unit-blob-1 {
  width: 220px;
  height: 220px;
  background: #ffffff;
  top: 8%;
  left: 5%;
}

.unit-blob-2 {
  width: 180px;
  height: 180px;
  background: #ffd54f;
  right: 10%;
  bottom: 15%;
}

.unit-blob-3 {
  width: 150px;
  height: 150px;
  background: #7ef9cc;
  left: 48%;
  bottom: 5%;
}

.unit-badge {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.unit-title {
  color: #fff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.unit-text {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.9;
}

.unit-image {
  width: 100%;
  max-width: 520px;
  height: 360px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.32);
  transition: 0.45s ease;
}

.unit-image:hover {
  transform: scale(1.03);
}

.unit-btn {
  background: #fff;
  color: #0f5132;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: 0.35s;
}

.unit-btn:hover {
  background: #f8f9fa;
  color: #0f5132;
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .unit-image {
    max-width: 100%;
    margin-top: 20px;
  }
}
