.bg-about{
    height: 533px;
      background-image: url('../../bgtentang.png');
      background-size: cover;
      background-position: center;
}
.bg-galeri{
    height: 533px;
      background-image: url('../../bggaleri.jpg');
      background-size: cover;
      background-position: center;
}
.bg-visimisi{
    height: auto;
      background-image: url('../../bgvisimisi.png');
      background-size: cover;
      background-position: center;
}


.bg-lowongan{
    height: 533px;
      background-image: url('../../bglowongan.jpg');
      background-size: cover;
      background-position: center;
}


.bg-kontak{
    height: 533px;
      background-image: url('../../bgkontak.jpg');
      background-size: cover;
      background-position: center;
}


.bg-artikel{
    height: 533px;
      background-image: url('../../bgartikel.jpg');
      background-size: cover;
      background-position: center;
}


.bg-bisnis{
    height: 533px;
      background-image: url('../../bgbisnis.jpg');
      background-size: cover;
      background-position: center;
}

.ln-24{
    line-height:24px;
}


.feature-card {
position: relative;
overflow: hidden;
}

.feature-card::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, #3D3900, #B09707);
opacity: 0.65; /* opacity hanya untuk background */
z-index: 1;
}

.feature-card > .content1 {
position: relative;
z-index: 2; /* agar icon & text tetap 100% jelas */
}

.content1 {
    background: transparent;
}

.text-keunggulan{
    font-size: 20px;
    line-height: 25px;
}


.section-trust .direksi-content {
    background: #F9F9F9;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.section-trust .direksi-content .img-content {
    position: relative;
    overflow: hidden;
    height: 500px
}

.section-trust .direksi-content .img-content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.color-gray-text{
    color:#878990;
}

.search-form {
  width: 250px;
  background: #fff;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 999;
}

.search-form.show {
  opacity: 1;
}