
/* Background Image */
.section-background1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-background1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/background-keunggulan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
   opacity:0.07;
}

.same-size {
  width: 100%;
  height: 300px;
  /* Sesuaikan tinggi */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .same-size {
    height: 200px;
  }
}

.product-image-slider .swiper-slide img {
  width: 100%; 
  height: 400px;
  object-fit: cover;
}

.product-image-thumb .swiper-slide img {
  width: 100%; 
  height: 80px; 
  object-fit: cover;
}

/* Welcome Text */
.custom-border {
  position: relative;
  margin-bottom: 20px;
}

.custom-border::before {
  content: '';
  position: absolute;
  bottom: -10px;
  /* Jarak dari bawah */
  left: -10px;
  /* Jarak dari kiri */
  width: calc(100% + 10px);
  /* Menambah lebar agar border sesuai kontainer */
  height: calc(100% + 10px);
  /* Menambah tinggi agar border sesuai kontainer */
  border-left: 5px solid #5A2210;
  border-bottom: 5px solid #5A2210;
  /*border-radius: 8px;*/
  border-radius: 8px 8px 8px 16px; /* Kiri atas: 10px, Kanan atas: 20px, Kanan bawah: 30px, Kiri bawah: 40px */
}

@media (max-width: 600px) {
  .fs-30px {
    font-size: 22px;
  }
}

@media (max-width: 333px) {
  header .navbar [class*=col-] {
    padding: 0 0px !important;
}
}

/* CKE Editor*/
.description-list a{
    color: var(--main-color); 
}
.description-list ul li{
    list-style:initial;
}
