.elementor-3061 .elementor-element.elementor-element-3949ae24{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS for html, class: .elementor-element-528b257 */.shipping-jnt {
  max-width: 900px;
  margin: auto;
  font-family: inherit;
  color: #333;
}

.shipping-jnt h2 {
  text-align: center;
  margin-bottom: 15px;
}

.shipping-jnt .intro {
  text-align: center;
  margin-bottom: 25px;
  color: #555;
}

.shipping-jnt .box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.shipping-jnt .box h3 {
  margin-bottom: 10px;
}

.shipping-jnt ul {
  padding-left: 20px;
}

.shipping-jnt li {
  margin-bottom: 6px;
}

.shipping-jnt .highlight {
  background: #f5fbff;
  border-left: 5px solid #00aaff;
}
/* ===== CARA MELIHAT ONGKOS KIRIM - 4 KOLOM ===== */
.shipping-jnt .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 15px;
}

/* Tablet */
@media (max-width: 1024px) {
  .shipping-jnt .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .shipping-jnt .steps {
    grid-template-columns: 1fr;
  }
}

.shipping-jnt .step {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  position: relative;
}

.shipping-jnt .step span {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.shipping-jnt .step p {
  margin-top: 12px;
  margin-bottom: 0;
}

.shipping-jnt .note {
  background: #fff3cd;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #856404;
}/* End custom CSS */