.bg-naturindo {
  background-color: #0f6c37;
}
.text-naturindo {
  color: #0f6c37;
}
.border-naturindo {
  border-color: #0f6c37 !important;
}
.btn-outline-naturindo {
  color: #0f6c37;
  border-color: #0f6c37;
}
.btn-outline-naturindo:hover {
  background-color: #0f6c37;
  color: white;
}
.btn-naturindo {
  background-color: #0f6c37;
  border-color: #0f6c37;
  color: white;
}
.btn-naturindo:hover {
  background-color: #0d5a2e;
}
.product-image {
  max-height: 440px;
  object-fit: contain;
}
.product-actions {
  margin-top: auto;
}


.sidebar-title {
  letter-spacing: 0.04em;
}

.top-article-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.top-article-img {
  width: auto;
  height: 90px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.top-article-body {
  flex: 1 1 auto;
  min-width: 0;
}

.top-article-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .top-article-thumb {
    width: 96px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .product-panel {
    justify-content: center;
  }
  .product-image {
    max-height: 180px;
  }
  .product-actions {
    margin-top: 0;
  }
}


.trust-section {
    background: #0F6C37; 
    color: #fff;
    padding: 20px 0;
    border-radius: 6px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.trust-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.trust-image {
    flex: 0 0 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

/* .trust-image::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    z-index: 0;
} */
.trust-section::before {
    content: "";
    position: absolute;
    width: 450px; 
    height: 450px;
    /* background: rgba(255, 255, 255, 0.15);  */
    /* background-color: #32B44B; */
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%); 
    z-index: 1;
}
.trust-image img {
    width: 100%;
    max-width: 160px;
    height: auto;
    display: block;
    /* transform: rotate(-5deg); */
    /* margin-bottom: -18px; */
}
.trust-image::before {
    display: none; 
}

.trust-text {
    flex: 1;
    padding-bottom: 20px;
    padding-left: 100px;
}

.trust-text h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.trust-text p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .trust-wrap {
        flex-direction: column-reverse; 
        text-align: center;
        padding: 30px 20px 0 20px;
        gap: 10px;
    }
    .trust-text {
        padding: 0;
        padding-bottom: 30px;
    }
    .trust-text h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .trust-text p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .trust-image {
        margin: 0;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
    .trust-image img {
        max-width: 170px;
        transform: rotate(0);
        margin-bottom: -50px;
    }
    .trust-section::before {
        width: 340px;
        height: 340px;
        left: 50%;
        top: auto;     
        bottom: -80px; 
        transform: translateX(-50%); 
    }
    .trust-section {
         padding-bottom: 20px; 
    }
}