.business-header {
  height: auto;
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 21%)),
    url(../../assets/images/Sustainable_page/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
}
.programme-box h2 {
  font-size: 24px !important;
  font-weight: 700;
  color: var(--orange-color);
  margin-bottom: 0;
}
.programme-sec .arrow-btn {
  left: auto;
  right: 0;
  top: 85%;
}
.programme-sec .arrow-btn div {
  background: var(--dark-blue-color);
}
.programme-sec .arrow-btn div:hover {
  background: var(--orange-color);
}
.slide-content {
  position: absolute;
  bottom: -10px;
  width: 90%;
  z-index: 999;
  background: #585858;
  color: #fff;
  padding: 1.2rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slide-content p {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0;
}
.slide-content:hover {
  background: var(--orange-color);
}
.goals-main-logo {
  width: 300px;
  margin: 0 auto;
}
.goals-logo-boxs {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); /* Ukuran minimum 60px untuk perangkat kecil */
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}

.goals-logo-boxs .logo-box {
  width: 100%; /* Mengisi area grid yang tersedia */
  padding-top: 100%; /* Rasio aspek 1:1 untuk kotak persegi */
  position: relative; /* Agar gambar bisa di-posisi-kan absolut di dalam kotak */
}

.goals-logo-boxs .logo-box .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; /* Gambar mengisi kotak sepenuhnya tanpa distorsi */
}

/* Media query untuk menyesuaikan ukuran di perangkat kecil */
@media (max-width: 600px) {
  .goals-logo-boxs {
    gap: 10px; /* Mengurangi jarak antar item di perangkat kecil */
  }

  .goals-logo-boxs .logo-box {
    padding-top: 80px; /* Ukuran gambar lebih kecil pada perangkat kecil */
  }
}

/* ==================== GCG Page Styling  ==================== */
.GCG-content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.GCG-content-box .content {
  display: block;
  flex: none;
}
.content {
  width: 60%;
}
.content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6rem;
  margin-bottom: 0;
}
.report-box {
  width: 300px;
}
.report-file {
  padding: 2rem 2rem 2rem 2rem;
  background: var(--light-gray-color);
  /* box-shadow: 0px -29px 28px -11px inset rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.download-btn button {
  background: var(--dark-blue-color);
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
.download-btn button {
  color: var(--white-color);
  font-size: 12px;
}
.download-btn button:hover {
  background: var(--orange-color);
}
.report-box {
  margin-bottom: 2rem;
}
.date-file-size p {
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 0.3rem;
}
.date-file-size p:first-child {
  border-right: 2px solid var(--gray-color);
}
.file-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-info {
  padding-top: 5rem;
}
.contact-info h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--balck-color);
  opacity: 1;
}

.upload-btn label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--balck-color);
}
/* #conflictOfInterest,
#gratificationControl,
#stateAdtWealthRepo,
#boardManual,
#WBSwhistle,
#WBSContact {
  display: none;
} */
.GCG-content-box .checkbox label {
  font-size: 1rem;
  font-weight: 400;
  color: #6b6b6b;
  opacity: 1;
}
.GCG-content-box .checkbox input {
  width: 15px;
  height: 15px;
}

.upload-btn input[type="file"] {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.upload-btn label.file-btn {
  background: #15135b;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  /* border: 1px solid #cbcaca; */
  outline: none;
  cursor: pointer;
}

.upload-btn button {
  background: #15135b;
}
.upload-btn button .file-btn:hover {
  background: #f06a25;
}
.upload-btn .files-type {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray-color);
  opacity: 0.7;
  margin: 0;
}
.contact-info p {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .content {
    width: 100%;
    order: 3;
  }
  .org-btn {
    width: 100%;
  }
  .corporate-file {
    width: 100%;
    order: 2;
  }
  .report-box {
    margin: 2rem auto;
  }
}

.programme-img {
  max-width: 412px;
  min-width: 412px;
  max-height: 275px;
  min-height: 275px;
}

.header-content .title {
  font-size: 24px !important;
}

.header-content .ps {
  font-size: 14px !important;
  max-width: 500px;
  min-width: 250px;
  margin-top: 1rem;
  padding-left: 1rem;
}

#btn-save {
  background: #f06a25;
}

#btn-save.enabled:hover {
  background: #15135b;
}

.file-btn {
  background: #efefef;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #cbcaca;
  outline: none;
  cursor: pointer;
}

#btn-upload {
  background: #15135b;
}

#btn-upload:hover {
  background: #f06a25;
}

#wbs-contact-us-form {
  min-width: 500px;
}

@media (max-width: 992px) {
  #wbs-contact-us-form {
    min-width: 400px;
  }
}

@media (max-width: 768px) {
  #wbs-contact-us-form {
    min-width: 100%;
  }
}
