.tw-service-valu2e { */
background-image: url("../images/pattern/bg_pattern1.png");;
background-size: cover;
background-position: center;
background-repeat: no-repeat; 
padding: 100px 0;
position: relative;
text-align: center;
color: #fff;
} 

.tw-service-value2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay gelap */
  z-index: -1;
}

/* Lingkaran progress dengan CSS */
.circle {
  --size: 150px;
  --border: 12px;
  --color: #b4d6eb;
  --bg: #e0e0e0;
  --percent: 75; /* default value */

  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(
    var(--color) calc(var(--percent) * 1%),
    var(--bg) 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.circle span {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  border-radius: 50px;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-area .container {
  position: relative;
}

.banner-title {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.banner-heading {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 300px;
}

.breadcrumb {
  position: absolute;
  left: 45%;
  top: 55%;
  padding: 0;
  background: none;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.breadcrumb a {
  color: #fff;
}

/* About Section */
.about-pattern {
  padding: 100px 0;
  background-color: #f8f9fa;
  position: relative;
  z-index: 1;
  background-image: url("../images/pattern/bg_pattern1.png"); /* ubah ke path gambar kamu */
}

.about-desc {
  color: #333;
  line-height: 1.7;
}

.about-desc .column-title {
  font-family: "Roboto"; /* tambahkan font sans-serif */
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1c1c24;
}

.about-desc .column-title span {
  display: block;
  font-size: 18px;
  color: #000000; /* warna aksen */
  margin-bottom: 10px;
}

.about-desc .bold-text {
  font-weight: 600;
  margin-bottom: 9px;
}

.about-desc a {
  color: #000000;
  text-decoration: none;
}

.about-desc a:hover {
  text-decoration: underline;
}

.about-pattern img {
  font-family: "Roboto", "Open Sans", Arial, sans-serif; /* tambahkan font sans-serif */
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .about-desc {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Service Value
================================================== */
.tw-service-value {
  padding: 100px 0;
}

.percent-area {
  margin-top: 40px;
}

.percent-area .chart {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}

.percent-area .percent {
  font-size: 40px;
  font-weight: 700;
  color: #1c1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tw-service-value .column-title {
  margin-top: 15px;
  font-size: 18px;
  color: #1c1c24;
  font-weight: 600;
}

.percent-area .chart {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}

.percent-area .percent {
  font-size: 40px;
  font-weight: 700;
  color: #1c1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Features Light
================================================== */
.ts-features-light {
  background: #fff;
  padding: 100px 0;
}

.ts-features-light .section-title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c24;
}

.ts-features-light .section-title span {
  display: block;
  color: #da0f32;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ts-feature-box {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  flex: 1; /* isi penuh */
  height: 100%; /* agar sama tinggi */
  min-height: 400px; /* tinggi minimum kotak */
}

.ts-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ts-feature-info img {
  max-width: 80px;
  margin-bottom: 20px;
}

.ts-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c24;
  margin-bottom: 15px;
}

.ts-feature-info p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* Company Progress Section */
#tw-service-value {
  background-image: url(../images/crossword.png); /* ganti dengan path gambarmu */
  background-size: cover; /* gambar menutupi seluruh area */
  background-position: center; /* fokus di tengah gambar */
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  z-index: 1;
  color: #fff; /* teks putih agar kontras */
}

#tw-service-value .column-title {
  color: #1c1c24;
  font-family: "Roboto", "Open Sans", sans-serif;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
}

.percent-area .chart {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  width: 150px; /* ukuran lingkaran */
  height: 150px;
}

.percent-area .percent {
  font-size: 32px;
  font-weight: 700;
  color: #1c1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.percent-area .column-title {
  font-size: 18px;
  color: #444;
  margin-top: 10px;
}

#ts-features-light {
  background: linear-gradient(135deg, #ffffff 0%, #f0f3f8 100%);
  padding: 100px 0;
}
