/* DEBUGGING VIEWPORT */
/* * {
  outline: 1px solid red;
} */

/* * {
  font-family: "Nunito Sans" !important;
} */

/* html, body {
  border: 2px solid blue; 
}

.container {
  border: 2px dashed green; 
} */

/* AKHIR DEBUGGING VIEWPORT */

/* =====================Awal Homepage================== */
/* Override untuk semua col-* */
[class^="col-"],
[class*=" col-"] {
  flex: unset !important;
}

/* Override untuk col-{breakpoint}-{size} */
[class^="col-"] {
  flex: unset !important;
}
[class*=" col-sm-"],
[class*=" col-md-"],
[class*=" col-lg-"],
[class*=" col-xl-"],
[class*=" col-xxl-"] {
  flex: unset !important;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

.grecaptcha-badge {
  display: none;
}
input {
  border: none;
  box-shadow: none;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

h3 {
  font-size: 1.17em !important;
}

.object-fit-cover {
  object-fit: cover;
}

.rc-anchor-normal .rc-anchor-pt {
  left: 32px !important;
}

.modal-backdrop {
  z-index: 1001 !important;
}

.modal {
  z-index: 1055 !important;
}

html {
  scroll-behavior: smooth;
}
.goog-te-banner-frame {
  display: none !important;
}
body {
  padding-right: 0 !important;
  top: 0 !important;
}

.konsultasikan-sekarang {
  background-color: #0ab19e !important;
}

.button-4-section-amdal-new:hover {
  background-color: #00897a;
}

.btn-minta-our-works:hover {
  background-color: #00897a !important;
}

.konsultasikan-sekarang:hover {
  background-color: #00897a !important;
}

.btn-cp-footer:hover {
  background-color: #00897a !important;
}

.minta-penawaran-amdal {
  background-color: #0ab19e !important;
}

.minta-penawaran-amdal:hover {
  background-color: #00897a !important;
}

.baca-berita-lainnya:hover {
  background-color: #00897a !important;
}

.link-footer:hover {
  color: white !important;
}

.modal-content-compro {
  width: 60%;
}

.button-x-whatsapp:hover {
  background-color: #028474 !important;
}

.link-ready-collaborate {
  text-decoration: none;
}

.link-ready-collaborate:hover {
  text-decoration: underline;
}

.button-whatsapp {
  width: 60px;
  height: 60px;
}

.bg-animate {
  animation-name: zoomIn;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.all-body-default {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Awal Navbar */

.skiptranslate {
  display: none !important;
  z-index: 40; /* Menghilangkan elemen dan ruangnya */
}

.all-white {
  color: white !important;
}

.all-black {
  color: #262525 !important;
}
.navbar-button {
  font-size: 12px;
  font-weight: 400;
}

.rotate-icon {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.group-hover:hover .rotate-icon {
  transform: rotate(180deg);
}
/* Dropdown saat hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Dropdown default (disembunyikan) */
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

/* Dropdown saat memiliki kelas 'show' */
.dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  display: block !important; /* Pastikan elemen block */
  width: 100% !important;
}

/* Hover efek item */
.dropdown-item:focus,
.dropdown-item:hover {
  color: white !important;
  background-color: #02b4a1 !important;
  border-radius: 5px;
  width: 100%;
}

.kontak-kami {
  background-color: #02b4a1 !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.kontak-kami:hover {
  background-color: #00897a !important;
}
.custom-shadow {
  position: absolute;
  z-index: 50;
  background-color: #ffffff;
  top: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: none;
}
.group-hover:hover .custom-shadow {
  display: block;
}

.section-navbar {
  padding-right: 0 !important;
}
/* Awal navbar mobile */
.offcanvas {
  top: 56px !important;
}

.offcanvas-backdrop {
  top: 56px !important;
}

.offcanvas-header {
  padding-left: 0px !important;
  padding-right: 0 !important;
}

.offcanvas-body {
  padding-left: 0px !important;
  padding-right: 0 !important;
  scrollbar-width: none;
}

.offcanvas-body ul {
  list-style: none;
  padding: 0;
}

.offcanvas-body ul li a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas-body ul li button {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas-body ul li a:hover {
  background-color: #ddd;
  color: #02b4a1;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none !important;
}

.rotate-icon-mobile {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.rotate-icon-mobile.rotated {
  transform: rotate(180deg);
}

/* ==================Akhir navbar mobile=================== */

/* Akhir Navbar */

/* Banner Home */
.banner-home {
  background: url("../assets/foto/home/banner.png") no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.banner-text-kecil {
  font-size: 15px;
  font-weight: 400;
  color: white;
}

.font-utama-banner-home {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.banner-text-besar {
  font-size: 23px;
  font-weight: 600;
  color: white;
  line-height: 25px !important;
}
/* End Banner Home */

.judul-section-tosca {
  color: #0ab19e;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.judul-section-black {
  color: #262525;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.judul-angka-tosca {
  font-size: 48px;
  color: #0ab19e;
  line-height: 64px;
  font-weight: 600;
}

.isi-section {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.see-detail-discover-environesia {
  border: 1px solid #0ab19e !important;
  border-radius: 50%;
}

.see-detail-discover-environesia:hover {
  background-color: #0ab19e !important;
  color: white !important;
}

.deskripsi-peta-pinpoint {
  justify-content: start;
}

.home-judul-putih-24 {
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  line-height: 30px;
}

.home-deskripsi-putih-18 {
  font-size: 16px !important;
  color: white !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.home-deskripsi-putih-14 {
  font-size: 12px;
  color: white;
  font-weight: 400;
  line-height: 15px;
}

.icon-banner-home {
  width: 50px;
  height: 50px;
}

.icon-banner-home-project-delivered {
  width: 55px;
  height: 55px;
}

.icon-banner-home-customer-served {
  width: 55px;
  height: 55px;
}

/* Awal we provide total solutions */
.uji-emisi-udara {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("../assets/foto/home/4_section_new.webp") no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.uji-emisi-udara-mobile {
  background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.35) 100%
    ),
    url("../assets/foto/home/4_section_new.webp") no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.home-4-section-amdal {
  position: relative;
}

.home-4-section-amdal:hover .home-hide-hover-amdal {
  display: none;
  transition: all 0.3s ease;
}

.home-4-section-amdal .home-show-hover-amdal {
  display: none;
}

.home-4-section-amdal:hover::after {
  opacity: 0.8;
}

.home-4-section-amdal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Total transparan */
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.home-btn-konsultasikan {
  border: 1px solid #7d7d7d !important;
  color: white !important;
  background-color: #7d7d7d !important;
  border-radius: 50%;
}

.home-btn-konsultasikan:hover {
  border: 1px solid #0ab19e !important;
  color: white !important;
  background-color: #0ab19e !important;
}

.home-btn-lihat-layanan {
  background-color: #0ab19e !important;
}

.home-btn-lihat-layanan:hover {
  background-color: #00897a !important;
}
/* Akhir we provide total solutions */

.home-btn-400-another {
  border: 1px solid #0ab19e !important;
  border-radius: 50%;
}

.home-btn-400-another:hover {
  background-color: #0ab19e !important;
  color: white !important;
}

.home-more-insight {
  border: 1px solid #0ab19e !important;
  border-radius: 50%;
}

.home-more-insight:hover {
  background-color: #0ab19e !important;
  color: white !important;
}

.home-hitam-semibold-24 {
  font-size: 22px;
  color: black;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-div-card-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow lebih tegas */
  border-radius: 10px; /* Tambahan: sudut melengkung */
  overflow: hidden;
}
.card-img-top {
  border-radius: 10px;
}

.home-text-news-14 {
  text-decoration: none;
}

.home-text-news-14:hover {
  text-decoration: underline;
}

.home-text-news-10 {
  font-size: 10px;
  color: #666666;
  line-height: 18px;
}

.home-text-news-14 {
  font-size: 14px !important;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-text-envcompliance-14 {
  font-size: 13px !important;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}

.home-judul-putih-36 {
  font-weight: 600;
  font-size: 36px;
  color: white;
}

.home-judul-tosca-36 {
  font-weight: 600;
  font-size: 36px;
  color: #0ab19e;
}

.home-putih-semibold-18 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  line-height: 24px;
}

.home-putih-16-reguler {
  font-size: 14px !important;
  font-weight: 400;
  color: white !important;
  line-height: 20px;
}
.home-putih-12-reguler {
  font-size: 12px !important;
  color: white !important;
}

.home-grey-placeholder-12 {
  font-size: 12px !important;
  color: #262525;
  font-weight: 400;
}

.home-24-bold-tosca {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0ab19e;
}

.home-14-semibold-tosca {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #0ab19e;
}
.home-footer-caption-navigasi {
  margin-bottom: 10px !important;
}

.footer-btn-dapatkan-penawaran:hover {
  background-color: #00897a !important;
}

.footer-btn-lokasi:hover {
  background-color: #00897a !important;
}

.height-card-news-home {
  height: 252px !important;
}

.height-image-news-home {
  height: 175px !important;
}

.div-4-section-amdal-new {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
}

.div-4-section-amdal-new-ukl {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 25px 30px 25px 30px;
}

.home-judul-hitam-bold-24 {
  font-size: 18px !important; /* Proporsi lebih kecil */
  line-height: 20px;
  font-weight: 700;
}

.home-judul-hitam-24 {
  font-size: 18px !important; /* Proporsi lebih kecil */
  line-height: 20px;
}

.button-4-section-amdal-new {
  background-color: #0ab19e;
  color: white;
  font-size: 10px;
  line-height: 16px;
  border: none;
}

.gambar-4-section-new {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.ratio-custom {
  --bs-aspect-ratio: 95.25%;
}

/* =============Akhir Homepage==================== */

/* Awal Company Value */
/* Banner Company Value */
.banner-company-value {
  background: url("../assets/foto/company_value/banner_company_value.png")
    no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.company-banner-text {
  font-size: 29px;
  font-weight: 600;
  color: white;
  line-height: 40px;
}

/* End Banner Company Value */

.company-deepblack-18-reguler {
  font-size: 16px;
  color: #262525;
  line-height: 24px;
}

.company-tosca-24-semibold {
  font-size: 22px;
  color: #02b4a1;
  font-weight: 600;
  line-height: 25px;
}

.company-deepblack-16-reguler {
  font-size: 16px;
  color: #262525;
  font-weight: 400;
  line-height: 24px;
}
.company-deepblack-40-semibold {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: #262525;
}

.company-tosca-40-semibold {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: #02b4a1;
}

.company-putih-24-semibold {
  font-size: 20px !important;
  color: white !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}

.div-env-core-values {
  max-width: 150px;
  width: 150px;
}
.cek-legalitas-environesia:hover {
  background-color: #00897a !important;
}

/* Marquee */
/* Container untuk marquee */
.marquee-wrapper-cp {
  height: 100px; /* Tinggi marquee */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  width: 100%;
  max-width: 529.458px;
}

/* Baris animasi */
.marquee-cp {
  display: flex;
  gap: 2rem; /* Jarak antar logo */
  animation: marqueeAnimationcp 100s linear infinite; /* Durasi animasi */
}

/* Item logo */
.logo-item-cp {
  width: 50px; /* Lebar logo */
  height: auto;
}

@keyframes marqueeAnimationcp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Media query untuk layar kecil */
@media (max-width: 768px) {
  .logo-item-cp {
    width: 40px;
  }
  .marquee-cp {
    gap: 1rem;
  }
}
/* =====================Akhir marquee=================== */

.div-international-standard {
  height: 100px !important;
}

.company-image-berita {
  width: 118px;
}

.company-image-berita2 {
  width: 130px;
}

.section-bsi-cp {
  margin-top: 90px !important;
}

.cp-discover-enviro {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #fefefe !important;
}

.image-discover-enviro {
  width: 100% !important;
}
/* ==========================Akhir Company Value========================= */

/* Awal Sertifikat dan Akreditasi */
.banner-sertifikat-akreditasi {
  background: url("../assets/foto/sertifikat_akreditasi/banner_sertifikat.png")
    no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.sertifikat-banner-text {
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 40px;
}

.sertifikat-pebbleblack-18-reguler {
  font-size: 18px;
  color: #7d7d7d;
  line-height: 18px;
}

.sertifikat-tosca-semibold {
  font-size: 16px;
  line-height: 20px;
  color: #0ab19e;
  font-weight: 600;
}

.sertifikat-deepblack-reguler {
  font-size: 14px;
  line-height: 18px;
  color: #262525;
  font-weight: 400;
}
/* =============================Akhir Sertfikat dan Akreditasi============== */

/* Marquee */
/* Container untuk marquee */
.marquee-wrapper {
  height: 100px; /* Tinggi marquee */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  max-width: 800px;
}

/* Baris animasi */
.marquee {
  display: flex;
  gap: 3rem; /* Jarak antar logo */
  animation: marqueeAnimation 10s linear infinite; /* Durasi animasi */
}

/* Item logo */
.logo-item-wika-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item-jaya-home {
  width: 8rem !important;
  height: 8rem !important;
}

.logo-item-waskita-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item-hk-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item-adhi-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item-pp-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item-abhipraya-home {
  width: 5rem !important;
  height: 5rem !important;
}

.logo-item {
  width: 80px; /* Lebar logo */
  height: auto;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Media query untuk layar kecil */
@media (max-width: 768px) {
  .logo-item-wika-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 90px */
  }

  .logo-item-jaya-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 141px */
  }

  .logo-item-waskita-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 90px */
  }

  .logo-item-hk-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 84px */
  }

  .logo-item-adhi-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 65px */
  }

  .logo-item-pp-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 65px */
  }

  .logo-item-abhipraya-home {
    width: 2.5rem !important;
    height: 2.5rem !important; /* Proporsi mengecil dari 65px */
  }
  .logo-item {
    width: 40px;
  }
  .marquee {
    gap: 1rem;
  }
}
/* =====================Akhir marquee=================== */

/* Awal layanan */
.banner-layanan {
  background: url("../assets/foto/layanan/header.webp") no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.layanan-pebbleblack-20-reguler {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 20px;
}

.layanan-deepblack-18-reguler {
  font-size: 18px;
  line-height: 20px;
  color: #262525;
  font-weight: 400;
}

.layanan-black-18-reguler {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.layanan-black-18-bold {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
}

.nav-tabs-layanan {
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  background-color: #d9d9d9 !important;
  color: #5f686d !important;
  height: 69px;
  margin-bottom: 8px;
}

.nav-tabs-layanan.active {
  font-size: 24px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  background-color: #01b2a0 !important;
  color: white !important;
  height: 69px;
  margin-bottom: 8px;
}

.layanan-putih-semibold-24 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.layanan-putih-reguler-18 {
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 20px;
}

.hover-effect:hover {
  color: #262525;
  transition: all 0.3s ease;
  z-index: 500;
}

.hover-effect:hover p {
  transform: scale(1.05);
  color: #01b2a0;
}

.layanan-black-18-semibold {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  line-height: 28px;
}

.layanan-input {
  color: black;
  border: #cecece 1px solid;
}

.layanan-putih-16-semibold {
  font-size: 16px !important;
  color: white !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}
.layanan-24-tosca-semibold {
  font-size: 24px;
  color: #0ab19e;
  font-weight: 600;
  line-height: 24px;
}
.layanan-16-deepblack-reguler {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #262525;
}

.layanan-16-deepblack-extralight {
  font-size: 16px;
  color: #262525;
  line-height: 20px;
  font-weight: 100;
  font-style: italic;
}

/* Nav and tabs layanan utama */

.tab-pane {
  display: none;
}

.tab-pane.fade.active.show {
  animation: fadeIn 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
/* Akhir nav and tabs layanan utama */

/* Nav and tabs list project */
.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  top: -40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 1000px;
  width: 100%;
}

.tabs-content {
  margin-top: 20px;
}

.tab-contents.active {
  display: flex;
  flex-direction: column;
}
.tab-content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
}

.tab-item {
  position: relative;
  cursor: pointer;
  padding: 10px 10px;
  color: #333;
  transition: all 0.3s ease;
}

.tab-item.active {
  color: #0ab19e;
  font-weight: 600;
}

.tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0ab19e;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Akhir nav and tabs list projects */

.layanan-24-black-semibold {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}

.layanan-14-black-reguler {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  font-weight: 400;
}

/* ====Awal highlist prject========= */
.foto-list-of-project {
  height: 200px !important;
  width: 100%;
  border-radius: 10px;
}

.div-counter-project {
  width: 230px !important;
}

.div-foto-list-project-judul {
  height: 200px !important;
}

.foto-judul-list-project-industry {
  height: 262px !important;
  border-radius: 10px;
}

.foto-judul-list-project-power {
  height: 262px !important;
  border-radius: 10px;
}

.foto-judul-list-project-real {
  height: 262px !important;
  border-radius: 10px;
}

.foto-judul-list-project-waste {
  height: 262px !important;
  border-radius: 10px;
}

.foto-judul-list-project-gov {
  height: 290px !important;
  border-radius: 10px;
}

.foto-judul-list-project-transport {
  height: 262px !important;
  border-radius: 10px;
}

.banner-project {
  background: url("../assets/foto/highlight_projects/header.webp") no-repeat
    center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
/* =============Akhir highlight project */

.image-dokumen-lingkungan {
  overflow: hidden;
  object-fit: cover;
  scale: 1;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.div-layanan {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.div-layanan:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 2;
}

.div-layanan:hover .image-dokumen-lingkungan {
  transform: scale(1.1);
}

.modal-content {
  box-shadow: none !important;
  border: none !important;
}

.font-pop-up-modal-judul {
  font-size: 24px;
  line-height: 32px;
}

.font-pop-up-modal-konsul {
  font-size: 14px !important;
  line-height: 20px !important;
}

.div-layanan-bg-modal {
  border-radius: 10px;
}

/* ====================Akhir layanan================== */

/* Awal galeri */
.banner-galeri {
  background: url("../assets/foto/galeri/header.png") no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-galeri::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.shadow-banner-galeri::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.galeri-32-semibold-white {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: white;
}

.galeri-32-reguler-white {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: white;
}

.galeri-button-image {
  height: 100% !important;
  width: 100% !important;
}

.galeri-image-button {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.galeri-button-image {
  position: relative; /* Penting untuk pseudo-element */
  display: inline-block; /* Atur sesuai kebutuhan */
  overflow: hidden; /* Agar layer gelap tidak keluar dari elemen */
}

.galeri-button-image::before {
  content: ""; /* Membuat elemen pseudo */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Awalnya transparan */
  transition: background 0.3s ease; /* Efek transisi */
  z-index: 30;
}

.galeri-button-image:hover::before {
  background: rgba(0, 0, 0, 0.4); /* Layer gelap saat hover (40% gelap) */
}

/* =====================Akhir galeri================================ */

/* Awal berita */
.banner-berita {
  background: url("../assets/foto/berita/header_berita.png") no-repeat center
    center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.link-berita {
  text-decoration: none;
}

.link-berita:hover {
  text-decoration: underline;
}

.berita-32-semibold-deepblack {
  font-size: 24px;
  font-weight: 600;
  color: #262525;
  line-height: 32px;
}

.berita-12-reguler-silvergrey {
  font-size: 12px;
  color: #cecece;
  line-height: 16px;
  font-weight: 400;
}

.berita-utama-12-reguler-silvergrey {
  font-size: 12px;
  color: #cecece;
  line-height: 16px;
  font-weight: 400;
}

.berita-16-reguler-deepblack {
  font-size: 14px;
  color: #262525;
  line-height: 20px;
  font-weight: 400;
}

.berita-detail-16-reguler-deepblack {
  font-size: 16px;
  color: #262525;
  line-height: 20px;
  font-weight: 400;
}

.berita-h5-bold-nunito-deepblack {
  font-size: 20px;
  color: #262525;
  line-height: 28px;
  font-weight: 700;
  font-family: "Poppins";
}

.berita-body-s-nunito-silvergrey {
  font-size: 11px;
  color: #cecece;
  line-height: 16px;
  font-weight: 400;
  font-family: "Poppins";
}

.berita-hotnews-body-s-nunito-silvergrey {
  font-size: 12px;
  color: #cecece;
  line-height: 16px;
  font-weight: 400;
  font-family: "Poppins";
}

.berita-body-nunito-deepblack {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
}
.berita-clamp-4-baris {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.berita-clamp-3-baris {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.berita-judul-clamp-3-baris {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.berita-isi-clamp-4-baris {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.berita-24-semibold-deepblack {
  font-size: 20px;
  font-weight: 600;
  color: #262525;
  line-height: 28px;
}

.image-berita-full {
  height: 100%;
  width: 100%;
}

.div-berita-biasa {
  gap: 14px;
  margin-bottom: 40px;
  /* padding: 0.5rem !important; */
}

.icon-people-berita-biasa {
  width: 12px;
  height: 12px;
}

.icon-calendar-berita-biasa {
  width: 12px;
  height: 12px;
}

.section-berita-hotnews {
  margin-top: 60px;
}

.foto-detail-berita-utama {
  height: 300px;
}

.news-foto-biasa {
  height: 200px !important;
}

.news-detail-foto-biasa {
  width: 100% !important;
  height: 200px !important;
}

.page-item:not(.active) .page-link:hover {
  font-weight: bold;
}

.page-link {
  background-color: transparent !important;
  color: #0ab19e !important;
  border: none !important;
}

.active > .page-link,
.page-link.active {
  border: none !important;
  font-weight: 700;
}

.icon-hotnews-people {
  width: 15px !important;
  height: 15px !important;
}

.icon-hotnews-calendar {
  width: 15px !important;
  height: 15px !important;
}

.leading-the-way-news {
  margin-bottom: 100px;
}

.judul-berita-biasa-dikanan {
  text-decoration: none !important;
}

.judul-berita-biasa-dikanan:hover {
  text-decoration: underline !important;
}
/* ==============================Akhir Berita=========================== */

/* Awal Kontak Kami */
.banner-kontak-kami {
  background: url("../assets/foto/kontak_kami/header_kontak_kami.png") no-repeat
    center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.kontak-kami-32-semibold-white {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: white;
}

.kontak-kami-32-reguler-white {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: white;
}

.kontak-kami-image-full {
  width: 100%;
  height: 100%;
}

.kontak-kami-36-semibold-deepblack {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #262525;
}

.accordion-button {
  color: #262525 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  gap: 26px !important  ;
}

.accordion-body {
  color: #262525 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  margin-left: 40px !important;
}

.accordion-button::after {
  display: none !important;
}

.accordion-item {
  position: relative;
}

.accordion-item::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b3b3b3;
}

.accordion-icon {
  width: 16px !important;
  height: 16px !important;
}

.accordion-button .accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(0deg);
}

.accordion-button.collapsed .accordion-icon {
  transform: rotate(90deg);
}

.accordion-item.last-item::after {
  content: none;
}

.kontak-kami-18-black-reguler {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

/* ======================Akhir kontak kami================================ */
/* Awal Group env */
/* Awal vacancies */
.vacancies-font-utama-banner {
  color: white;
  font-family: "Poppins", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.vacancies-accordion-font .accordion-item .accordion-button {
  font-size: 16px !important;
  line-height: 20px !important;
  display: flex;
  font-weight: 400 !important;
  gap: 10px;
}

.vacancies-accordion-font .accordion-item .accordion-body {
  font-size: 16px !important;
  line-height: 20px !important;
}

.vacancies-accordion-font .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important; /* Contoh: Ubah background */
  color: #0ab19e !important; /* Contoh: Ubah warna teks */
  font-weight: 400 !important; /* Contoh: Teks lebih tebal */
}

.vacancies-accordion-item::after {
  display: none !important;
}

.vacancies-tosca-24-reguler {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #0ab19e;
}

.swiper-container-excellent {
  width: 350px;
  height: 250px;
  overflow: hidden;
}
.swiper-slide-excellent {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.vacancies-foto-job {
  max-width: 100%;
  height: 210px;
  border-radius: 10px;
  object-fit: cover;
}

.vacancies-16-deepblack-semibold {
  font-weight: 600;
  font-size: 16px;
  color: #262525;
  line-height: 20px;
}

.vacancies-16-deepblack-reguler {
  font-weight: 400;
  font-size: 16px;
  color: #262525;
  line-height: 20px;
}
.vacancies-16-red-reguler {
  font-weight: 400;
  font-size: 16px;
  color: #f6532e;
  line-height: 20px;
}

.vacancies-apply-now:hover {
  background-color: #f6a92e !important;
}

.fa-briefcase {
  color: #0ab19e !important;
  width: 15px !important;
}

.fa-user {
  color: #0ab19e !important;
  width: 15px !important;
}

.fa-house {
  color: #0ab19e !important;
  width: 15px !important;
}

.div-icon-vacancies-job {
  width: 20px !important;
}

.div-utama-vac-banner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* =====Akhir vacancies===== */

/* Awal entities */
.banner-entities {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../assets/foto/kontak_kami/header_kontak_kami.png") no-repeat center
      center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.entities-64-light-white {
  font-size: 64px;
  color: white;
  font-weight: 200;
  line-height: 70px;
}

.entities-48-light-tosca {
  font-size: 48px;
  color: #0ab19e;
  font-weight: 200;
  line-height: 70px;
}

.entities-48-light-deepblack {
  font-size: 48px;
  color: #262525;
  font-weight: 200;
  line-height: 70px;
}

.entities-deepblack-24-reguler {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #262525;
}

.entities-deepblack-14-reguler {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #262525;
}

.entities-image-4-utama {
  width: 100%;
  height: auto;
}

.entities-div-image-4-utama {
  height: 50px;
}

.entities-link-website {
  text-decoration: none;
}

.entities-link-website:hover {
  text-decoration: underline;
}

/* =====Akhir entities====== */

/* Awal events */
.events-16-deepblack-reguler {
  font-weight: 400;
  font-size: 16px;
  color: #262525;
  line-height: 20px !important;
}

.events-deepblack-24-reguler {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #262525;
}

.events-check-details:hover {
  background-color: #00897a !important;
}

/* ==============Akhir events============ */

/* Awal detail job */
.detail-vac-image-job-utama {
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.detail-vac-32-tosca-medium {
  font-size: 32px;
  line-height: 38px;
  color: #0ab19e;
  font-weight: 500;
}

.detail-vac-18-deepblack-reguler {
  font-size: 18px;
  line-height: 21px;
  color: #262525;
  font-weight: 400;
}

.detail-vac-16-deepblack-reguler {
  font-size: 16px;
  line-height: 20px !important;
  color: #262525;
  font-weight: 400;
}

.detail-vac-16-deepblack-semibold {
  font-size: 16px;
  line-height: 20px !important;
  color: #262525;
  font-weight: 600;
}
.detail-vac-tosca-24-reguler {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #0ab19e;
}

.detail-vac-deepblack-24-reguler {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #262525;
}

.detail-vac-16-red-reguler {
  font-weight: 400;
  font-size: 16px;
  color: #f6532e;
  line-height: 20px;
}

.detail-vac-16-tosca-medium {
  font-weight: 500;
  font-size: 16px;
  color: #0ab19e;
  line-height: 20px;
}

.detail-vac-apply-now:hover {
  background-color: #00897a !important;
}

.detail-vac-link-berita-lain {
  text-decoration: none !important;
}

.detail-vac-link-berita-lain:hover {
  text-decoration: underline !important;
}

/* ==========Akhir detail job========== */

/* Kumpulan breakpoint group env */
@media (max-width: 768px) {
  .entities-div-image-4-utama {
    width: 100px;
    height: auto;
  }
}

/* =====Akhir kumpulan breakpoint group env==== */
/* =====Akhir group env===== */

/* Kumpulan Breakpoints */
@media (min-width: 1400px) {
  .hidden-kurang-dari-1400 {
    display: block !important;
  }

  .display-kurang-dari-1400 {
    display: none !important;
  }

  .home-discover-environesia {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 1400px) {
  .hidden-kurang-dari-1400 {
    display: none !important;
  }

  .display-kurang-dari-1400 {
    display: block !important;
  }
  .home-discover-environesia {
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .deskripsi-peta-pinpoint {
    text-align: start;
  }
  .row-fueling-progress {
    justify-content: space-between;
  }

  .flex-caption-fueling-progress {
    max-width: 399px !important;
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Home */
  .swiper-slide-next {
    width: 376px !important;
    height: 257px;
  }

  .swiper-slide-prev {
    display: none;
  }

  .flex-wrap-1200 {
    flex-wrap: wrap;
  }

  .deskripsi-peta-pinpoint {
    text-align: start;
  }

  .row-fueling-progress {
    justify-content: center;
  }

  .flex-caption-fueling-progress {
    width: 100% !important;
    margin-bottom: 15px;
  }

  /* Akhir Home */
}

@media (min-width: 1071px) {
  .ul-navbar {
    gap: 16px !important;
  }
}

@media (max-width: 1071px) {
  .ul-navbar {
    gap: 5px !important;
  }
}

@media (min-width: 1023px) {
  .display-lebih-dari-1023 {
    display: flex !important;
  }
  .display-kurang-dari-1023 {
    display: none !important;
  }
  .home-4-section-amdal:hover .home-show-hover-amdal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.6s ease-in-out;
  }

  .home-flex-icon-banner {
    gap: 1rem !important;
    align-items: center;
    justify-content: center;
  }

  .home-display-flex-icon-banner {
    bottom: 35px !important;
    text-align: start;
    gap: 30px;
  }
}

@media (max-width: 1023px) {
  .display-kurang-dari-1023 {
    display: flex !important;
  }
  .display-lebih-dari-1023 {
    display: none !important;
  }

  .home-4-section-amdal:hover .home-hide-hover-amdal {
    display: block;
  }

  .home-4-section-amdal:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0 !important;
    max-width: 100%;
    width: 1000px;
    height: 0.5%;
    background-color: white;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
  }

  /* .home-4-section-amdal:hover .home-show-hover-amdal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 1s ease-in-out;
    height: 150px;
    overflow-y: auto; 
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1; 
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .home-show-hover-amdal::-webkit-scrollbar {
    width: 8px;
  }

  .home-show-hover-amdal::-webkit-scrollbar-thumb {
    background-color: transparent; 
    border-radius: 4px;
  }

  .home-show-hover-amdal::-webkit-scrollbar-thumb:hover {
    background-color: transparent; 
  }

  .home-show-hover-amdal::-webkit-scrollbar-button {
    display: none;
  } */

  .home-flex-icon-banner {
    gap: 0.5rem !important ;
    justify-content: center !important;
  }

  .home-display-flex-icon-banner {
    bottom: 10px !important;
    text-align: center;
  }
}

@media (max-width: 992px) {
  /* Navbar */
  .hidden-992 {
    display: block !important;
  }

  .div-kontak-kami-language {
    gap: 8px;
  }

  /* ===Akhir Navbar====== */

  .banner-text-kecil {
    font-size: 14px;
    font-weight: 400;
    color: white;
  }

  .banner-text-besar {
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
}

@media (min-width: 992px) {
  /* Navbar */
  .hidden-992 {
    display: none !important;
  }
  .div-kontak-kami-language {
    gap: 11px;
  }

  /* ===Akhir Navbar====== */
}

@media (min-width: 768px) {
  .display-kurang-dari-768 {
    display: none;
  }
  .display-lebih-dari-768 {
    display: flex;
  }

  .home-display-flex-footer {
    gap: 3rem;
  }

  /* Awal Company Value */
  .div-great-manajemen {
    margin-left: 2rem !important;
  }

  .display-flex-case-2-we-are {
    gap: 3rem !important;
  }

  .div-pembungkus-inti-div-we-are {
    gap: 3rem !important;
  }

  .div-inti-we-are {
    gap: 1.2rem !important;
  }
  /* ===================Akhir company value=================== */

  /* Awalo layana */

  /* ==========Akhir layanan min768 */
}

@media (max-width: 768px) {
  .button-whatsapp {
    width: 50px;
    height: 50px;
  }

  .modal-content-compro {
    width: 80%;
  }
  /* Home */
  .text-paragraph {
    display: block;
    white-space: normal;
  }
  .deskripsi-peta-pinpoint {
    justify-content: start !important;
  }
  .home-judul-putih-24 {
    font-size: 20px !important; /* Proporsi lebih kecil */
    line-height: 28px;
  }

  .home-deskripsi-putih-14 {
    font-size: 12px;
    line-height: 15px;
  }
  .home-text-envcompliance-14 {
    font-size: 12px !important;
    line-height: 18px;
  }
  .home-hitam-semibold-24 {
    font-size: 20px;
    line-height: 28px;
  }

  .home-text-news-10 {
    font-size: 9px;
    color: #666666;
    line-height: 18px;
  }

  .home-text-news-14 {
    font-size: 12px !important;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .display-kurang-dari-768 {
    display: flex;
  }

  .display-lebih-dari-768 {
    display: none;
  }

  .banner-text-kecil {
    font-size: 12px;
    font-weight: 400;
    color: white;
  }

  .banner-text-besar {
    font-size: 18px;
    font-weight: 600;
    color: white;
  }
  .home-font-size-utama-banner {
    font-size: 30px !important;
    line-height: 1.25;
  }
  .home-display-flex-footer {
    gap: 1.5rem;
  }
  .home-putih-semibold-18 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white !important;
    line-height: 20px;
  }

  .home-putih-16-reguler {
    font-size: 13px !important;
    font-weight: 400;
    color: white !important;
    line-height: 20px;
  }

  .judul-section-tosca {
    color: #0ab19e;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .banner-text-kecil {
    font-size: 12px;
    font-weight: 400;
    color: white;
  }

  .banner-text-besar {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 20px !important;
  }

  .isi-section {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }

  .mb-mobile {
    margin-bottom: 45px !important;
  }

  .home-discover-environesia {
    text-align: start;
    align-items: start;
  }

  .display-kurang-dari-576 {
    display: block !important;
  }

  .display-lebih-dari-576 {
    display: none !important;
  }

  .container-trusted-by-partners {
    padding: 1.5rem;
  }

  .row-peta-pinpoint {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .home-judul-putih-36 {
    font-weight: 600;
    font-size: 20px;
    color: white;
    line-height: 20px;
  }

  .home-deskripsi-putih-18 {
    font-size: 14px !important;
    color: white !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }

  .button-whatsapp {
    width: 50px;
    height: 50px;
  }

  .icon-banner-home {
    width: 40px !important;
    height: 40px !important;
  }

  .icon-banner-home-project-delivered {
    width: 45px;
    height: 45px;
  }

  .icon-banner-home-customer-served {
    width: 45px;
    height: 45px;
  }

  .home-btn-konsultasikan {
    font-size: 14px !important;
  }

  .font-indikator-sektor {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #61696e;
    font-weight: 500;
  }

  .height-card-news-home {
    height: 200px !important;
  }

  .height-image-news-home {
    height: 130px !important;
  }

  .home-judul-tosca-36 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0ab19e;
  }

  /* Akhir Home 768px*/

  /* Awal Company Value */
  .company-banner-text {
    font-size: 21px;
    font-weight: 600;
    color: white;
    line-height: 1.25;
  }

  .marquee-wrapper-cp {
    height: 100px; /* Tinggi marquee */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    width: 290px;
    max-width: 100%;
  }
  .div-great-manajemen {
    margin-left: 0 !important;
    margin-bottom: 0px !important;
  }

  .div-env-core-values {
    max-width: 100px;
    width: 100px;
  }
  .display-flex-case-2-we-are {
    gap: 1rem !important;
  }

  .div-pembungkus-inti-div-we-are {
    gap: 1rem !important;
  }

  .div-inti-we-are {
    gap: 0.75rem !important;
  }

  .company-deepblack-18-reguler {
    font-size: 16px;
    color: #262525;
    line-height: 24px;
  }

  .company-tosca-24-semibold {
    font-size: 16px;
    color: #02b4a1;
    font-weight: 600;
    line-height: 24px;
  }

  .company-deepblack-16-reguler {
    font-size: 14px;
    color: #262525;
    font-weight: 400;
    line-height: 20px;
  }
  .company-deepblack-40-semibold {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #262525;
  }

  .company-tosca-40-semibold {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #02b4a1;
  }

  .company-putih-24-semibold {
    font-size: 14px !important;
    color: white !important;
    line-height: 20px !important;
    font-weight: 600 !important;
  }

  .div-international-standard {
    height: 50px !important;
  }

  .img-international-standard {
    max-height: 50px;
  }

  .img_greenlab_png {
    width: 220px;
  }

  .company-icon-env-core {
    width: 60px !important;
    height: 60px !important;
  }

  .image-bsi {
    width: 50% !important;
  }

  .section-bsi-cp {
    margin-top: 50px !important;
  }

  .cp-discover-enviro {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fefefe !important;
  }
  /* ===================Akhir company value 768px=================== */

  /* ====Awal highlist prject========= */
  .foto-list-of-project {
    height: 160px !important;
    width: 250px !important;
    max-width: 100% !important;
    border-radius: 10px;
  }

  .layanan-24-tosca-semibold {
    font-size: 20px;
    color: #0ab19e;
    font-weight: 600;
    line-height: 24px;
  }
  .layanan-black-18-reguler {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
  }

  .layanan-black-18-bold {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
  }

  .expert-image {
    max-width: 100%;
    width: 100px;
    height: 100px;
  }

  .judul-angka-tosca {
    font-size: 32px;
    line-height: 48px;
  }

  .layanan-deepblack-18-reguler {
    font-size: 12px;
    line-height: 20px;
  }

  .div-counter-project {
    width: 150px !important;
  }

  .judul-section-black {
    color: #262525;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .layanan-pebbleblack-20-reguler {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 24px !important;
  }

  .tab-item.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0ab19e;
  }

  .layanan-16-deepblack-reguler {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #262525;
  }

  .layanan-16-deepblack-extralight {
    font-size: 13px;
    color: #262525;
    line-height: 20px;
    font-weight: 100;
    font-style: italic;
  }
  /* =============Akhir highlight project 768px */

  /* Awal layanan */
  .nav-tabs-layanan {
    font-size: 12px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
    background-color: #d9d9d9 !important;
    color: #5f686d !important;
    height: 40px;
    /* margin: 5px; */
    padding: 0px !important;
  }

  .nav-tabs-layanan.active {
    font-size: 12px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    background-color: #01b2a0 !important;
    color: white !important;
    height: 40px;
    padding: 0px !important;
    /* margin: 5px; */
  }
  .layanan-putih-semibold-24 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: white;
  }

  .layanan-putih-reguler-18 {
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 16px;
  }

  .marquee-wrapper {
    height: 100px; /* Tinggi marquee */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    max-width: 300px;
  }

  .layanan-14-black-reguler {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    font-weight: 400;
  }

  .layanan-24-black-semibold {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 600;
  }

  .font-pop-up-modal-isi {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .font-pop-up-modal-judul {
    font-size: 1.17rem;
    line-height: 28px;
  }

  .font-pop-up-modal-konsul {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  /* ================Akhir layanan 768px================= */

  /* Awal berita */
  .berita-32-bold-white {
    font-size: 16px;
    font-weight: 700;
    color: white;
    line-height: 20px !important;
  }

  .berita-12-reguler-silvergrey {
    font-size: 12px;
    color: #cecece;
    line-height: 16px;
    font-weight: 400;
  }

  .berita-utama-12-reguler-silvergrey {
    font-size: 8px;
    color: #cecece;
    line-height: 16px;
    font-weight: 400;
  }

  .berita-16-reguler-white {
    font-size: 12px;
    color: white;
    line-height: 16px;
    font-weight: 400;
  }

  .berita-h5-bold-nunito-deepblack {
    font-size: 14px;
    color: #262525;
    line-height: 20px;
    font-weight: 700;
    font-family: "Poppins";
  }

  .berita-body-s-nunito-silvergrey {
    font-size: 9px;
    color: #cecece;
    line-height: 15px;
    font-weight: 400;
    font-family: "Poppins";
  }

  .berita-hotnews-body-s-nunito-silvergrey {
    font-size: 10px;
    color: #cecece;
    line-height: 15px;
    font-weight: 400;
    font-family: "Poppins";
  }

  .berita-body-nunito-deepblack {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-weight: 400;
    font-family: "Poppins";
  }

  .berita-judul-clamp-3-baris {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .div-berita-biasa {
    margin-bottom: 16px;
    /* padding: 0.5rem !important; */
    gap: 0px !important;
  }

  .baca-berita-lainnya {
    font-size: 11px !important;
  }

  .icon-people-berita-biasa {
    width: 10px !important;
    height: 10px !important;
  }

  .icon-calendar-berita-biasa {
    width: 10px !important;
    height: 10px !important;
  }

  .berita-isi-clamp-4-baris {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .berita-32-semibold-deepblack {
    font-size: 24px;
    font-weight: 600;
    color: #262525;
    line-height: 32px;
  }

  .foto-detail-berita-utama {
    height: 300px;
  }

  .news-foto-biasa {
    height: 130px !important;
  }

  .news-detail-foto-biasa {
    height: 120px !important;
    width: 200px !important;
    max-width: 100%;
  }

  .berita-16-reguler-deepblack {
    font-size: 12px;
    color: #262525;
    line-height: 20px;
    font-weight: 400;
  }

  .berita-24-semibold-deepblack {
    font-size: 14px;
    font-weight: 600;
    color: #262525;
    line-height: 20px;
  }

  .icon-hotnews-people {
    width: 10px !important;
    height: 10px !important;
  }

  .icon-hotnews-calendar {
    width: 10px !important;
    height: 10px !important;
  }

  .leading-the-way-news {
    margin-bottom: 80px;
  }

  /* ==================Akhir berita 768================= */

  /* Awal kontak kami */
  .kontak-kami-36-semibold-deepblack {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #262525;
  }

  .accordion-button {
    color: #262525 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
  }

  .accordion-body {
    color: #262525 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    margin-left: 37.5px !important;
  }

  .kontak-kami-18-black-reguler {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
  }

  .kontak-kami-32-semibold-white {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: white;
  }

  .kontak-kami-32-reguler-white {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    color: white;
  }

  /* ===============Akhir kontak kami 768 */

  /* Awal vacancies  */
  .vacancies-font-utama-banner {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.5px;
  }

  .div-utama-vac-banner {
    position: absolute; /* Pastikan menggunakan posisi relatif terhadap elemen induk */
    top: 50%; /* Posisikan di tengah secara vertikal */
    left: 0; /* Pastikan berada di sebelah kiri */
    transform: translateY(-50%); /* Tengah secara vertikal */
    padding-left: 20px;
  }

  .vacancies-foto-job {
    max-width: 100%;
    /* height: 210px; */
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  /* ===Akhir vacancies 768==== */
}

@media (max-width: 600px) {
  .home-judul-putih-24 {
    font-size: 18px !important;
    line-height: 24px;
  }
  .home-deskripsi-putih-14 {
    font-size: 10px;
    line-height: 15px;
  }
  .home-text-envcompliance-14 {
    font-size: 10px !important;
    line-height: 16px;
  }
  .home-hitam-semibold-24 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 576px) {
  .display-kurang-dari-576 {
    display: none !important;
  }

  .display-lebih-dari-576 {
    display: block !important;
  }

  /* Home */
  .row-peta-pinpoint {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .container-trusted-by-partners {
    padding: 3rem;
  }

  .div-gambar-4-section {
    width: 185px;
  }

  .gambar-4-section-new-ukl {
    width: 165px;
    height: auto;
    max-width: 100%;
  }

  .gambar-4-section-new-dplh {
    width: 120px;
    height: auto;
    max-width: 100%;
  }

  .gambar-4-section-new-delh {
    width: 160px;
    height: auto;
    max-width: 100%;
  }

  /* ====Akhir Home====== */
}

@media (max-width: 576px) {
  .gambar-4-section-new-ukl {
    width: 155px;
    height: auto;
    max-width: 100%;
  }

  .gambar-4-section-new-dplh {
    width: 110px;
    height: auto;
    max-width: 100%;
  }

  .gambar-4-section-new-delh {
    width: 145px;
    height: auto;
    max-width: 100%;
  }
  .div-gambar-4-section {
    width: 170px;
  }

  .div-4-section-amdal-new-ukl {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 20px 25px 20px 25px;
  }
  .button-4-section-amdal-new {
    background-color: #0ab19e;
    color: white;
    font-size: 10px;
    line-height: 16px;
    border: none;
  }
  .home-judul-hitam-bold-24 {
    font-size: 12px !important; /* P roporsi lebih kecil */
    line-height: 20px;
    font-weight: 700;
  }

  .home-judul-hitam-24 {
    font-size: 12px !important; /* Proporsi lebih kecil */
    line-height: 20px;
  }

  .div-4-section-amdal-new {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .home-judul-putih-24 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .home-deskripsi-putih-14 {
    font-size: 10px;
    line-height: 14px;
  }
  .home-text-envcompliance-14 {
    font-size: 10px !important;
    line-height: 14px;
  }
  .home-hitam-semibold-24 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .button-4-section-amdal-new {
    background-color: #0ab19e;
    color: white;
    font-size: 9px;
    line-height: 16px;
    border: none;
  }
  .home-judul-hitam-bold-24 {
    font-size: 12px !important; /* Proporsi lebih kecil */
    line-height: 20px;
    font-weight: 700;
  }

  .home-judul-hitam-24 {
    font-size: 12px !important; /* Proporsi lebih kecil */
    line-height: 20px;
  }
}

@media (max-width: 360px) {
  .button-4-section-amdal-new {
    background-color: #0ab19e;
    color: white;
    font-size: 8px;
    line-height: 16px;
    border: none;
  }
  .home-judul-hitam-bold-24 {
    font-size: 10px !important; /* Proporsi lebih kecil */
    line-height: 20px;
    font-weight: 700;
  }

  .home-judul-hitam-24 {
    font-size: 10px !important; /* Proporsi lebih kecil */
    line-height: 20px;
  }
  .home-judul-putih-24 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .home-deskripsi-putih-14 {
    font-size: 8px;
    line-height: 12px;
  }
  .home-text-envcompliance-14 {
    font-size: 8px !important;
    line-height: 12px;
  }
  .home-hitam-semibold-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-text-kecil {
    font-size: 9px;
    font-weight: 400;
    color: white;
  }

  .banner-text-besar {
    font-size: 14px;
    font-weight: 600;
    color: white;
  }
}

/* ============================Akhir Kumpulan Breakpoints======================= */
