.breadcumb-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-box-content {
    padding: 32px;
    text-align: center; 
}
.inner-box-content h3{
    font-size: 24px;
}
.inner-box-content h3 a{
    color: #101840;
}
.inner-box-title {
    margin-bottom: 8px;
}
.inner-box-text {
    margin-bottom: -0.4em;
}
.th-btn .inner-style2 {
    font-weight: 500;
    color: var(--title-color);
    border-color: var(--title-color);
}
.th-btn {
    margin-top: 16px;
}
.breadcumb-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.breadcumb-content {
    position: relative;
    z-index: 2; 
    color: #fff; 
}

.inner-title h5 {
  font-size: 18px;
}
.box-title_inner {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.inner-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.inner-title h5 a {
  color: #101840;
}
.inner-title h5 a:hover {
  color: #00a651;
}
.inner-card-header {
  background-color: #00a651;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.inner-card-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.inner-card-body {
  padding: 20px;
  text-align: left;
}

.inner-card-body h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}

.inner-card-body ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}

.inner-card-body ul li {
  margin-bottom: 10px;
}

.inner-product_page_link {
  text-decoration: none;
  display: flex;
  color: #101840;
  font-size: 1rem;
  transition: color 0.3s ease;
  align-items: baseline;
}

.inner-product_page_link:hover {
  color: #00a651;
}

.fa-star {
  color: #f1c40f;
}

.inner-content i {
  margin-right: 8px;
}
.product_detail{
  text-align: justify;
}

@media (max-width: 768px) {
  .inner-card-body h4 {
    font-size: 1rem;
  }

  .inner-product_page_link {
    font-size: 0.875rem;
  }
}
