/* ===== HOW WE WORK ===== */

.how-we-work {
  background: #cccaca;
}

.HowWeWork-title {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700;
}

.HowWeWork-subtitle {
  font-size: 20px;
  font-weight: 500;
  max-width: 700px;
}

/* ===== HOW WE WORK ===== */
/* ===== HOW WE WORK ===== */

.how-we-work {
  background: #fff;
}

/* Flow headline */
.flow-main-title {
  font-weight: 600;
  color: #0d6efd;
  letter-spacing: 0.5px;
}

/* Wrapper */
.flow-box-wrapper {
  position: relative;
  text-align: center;
  padding-top: 30px;
}


/*
.flow-box-wrapper {
  position: relative;
  padding-top: 55px;   
  max-width: 280px;    
  margin: 0 auto;
  z-index: 2;
}
*/

/* Icon */
.flow-icon {
  width: 48px;
  height: 48px;
  border: 2px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  z-index: 3;
}

.flow-icon i {
  font-size: 22px;
  color: #000;
}


.flow-box {
  border: 1px solid #777;
  padding: 12px 18px;   /* LEBIH RINGKAS */
  font-weight: 600;
  font-size: 15px;     /* SEDIKIT LEBIH KECIL */
  background: #fff;
  position: relative;
  z-index: 2;
}


/* Description */
.flow-desc {
  margin-top: 18px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Connector line + arrow (desktop only) */
@media (min-width: 992px) {
  .flow-line::before {
    content: "";
    position: absolute;
    top: 52px;              /* TURUNKAN GARIS */
    left: 5%;               /* LEBIH PANJANG */
    right: 5%;
    height: 6px;
    background: #888;
    z-index: 0;             /* DI BELAKANG BOX */
  }

  .flow-line::after {
    content: "";
    position: absolute;
    top: 45px;              /* SESUAIKAN DENGAN GARIS */
    right: 3%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 28px solid #888; /* PANAH LEBIH PANJANG */
    z-index: 0;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .flow-desc {
    text-align: center;
  }
}
