body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f3ec88;
  overflow-x: hidden;
}
header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: blur(1px) brightness(0.8);
}

@media (max-width: 768px) {
  .image-banner {
    margin-top: 2rem;
  }
  header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.9);
  }
}

@media (max-width: 900px) {
  header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2);
  }
}

.navbar {
  background-color: #00183d !important;
}

.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff9eb;
  text-align: center;
  z-index: 2;
}

.header-text h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.header-text p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.about-us {
  background-color: #f8f9fa;
}

.about-us h2 {
  font-weight: 700;
}

.about-us p {
  line-height: 1.7;
}

.carousel-item img {
  width: 100%;
  height: 400px; /* atur sesuai kebutuhan, misalnya 300px / 500px */
  object-fit: cover; /* biar gambar tetap proporsional, bagian luar dicrop */
  border-radius: 10px; /* biar tetap rounded */
}


.btn-primary {
  background-color: #ed550ff1 !important;
  border: none;
}

.visi-misi {
  position: relative;
  background-image: url("../image/about-us.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white; /* supaya teks terlihat jelas di overlay gelap */
  padding: 60px 0; /* beri jarak atas bawah */
}

.visi-misi::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay gelap */
  z-index: 0;
}

/* Pastikan konten di dalam visi-misi di atas overlay */
.visi-misi > .container {
  position: relative;
  z-index: 1;
}

.visi-misi h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.visi-misi p,
.visi-misi ul {
  font-size: 1.1rem;
  line-height: 1.7;
}

.visi-misi ul li {
  margin-bottom: 10px;
}

.core-values {
  background-color: #f1f1f1d6;
  color: #222;
}

.core-values h2 {
  font-weight: 700;
}

.value-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ed550ff1;
}

.value-box p {
  font-size: 1rem;
  line-height: 1.6;
}

.service-card {
  background-color: #fff;
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--primary-color);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.service-card h4 {
  font-weight: 700;
  color: #00183d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.service-card ul li {
  position: relative;
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  padding-left: 20px;
}

.service-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--third-color);
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}

.clients-grid {
  display: flex;
  gap: 10px;
}

.client-item {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  color: black;
  text-align: center;

  font-family: monospace;
  font-weight: bold;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
  height: 300px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client-item .icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.client-item .label {
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.client-item:hover .label {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.teams .card-title {
  color: #00183d;
}

.teams .card-text {
  color: #989899;
}

.teams .card-title:hover {
  cursor: pointer;
  color: #ed550ff1;
}

/* .org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.level {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.org-box-dark {
  background: #001f3f;
  color: white;
  font-weight: bold;
  padding: 33px 65px;
  font-size: 1rem;
  border-radius: 2px;
  min-width: 220px;
  position: relative;
  z-index: 2;
}

.org-box-name {
  background: white;
  border: 1px solid #001f3f;
  padding: 13px 39px;
  font-size: 1rem;
  border-radius: 2px;
  min-width: 260px;
  position: relative;
  top: -26px;
  left: 65px;
  z-index: 5;
}

.connector-vertical {
  width: 2px;
  background: #001f3f;
  position: absolute;
  top: 81%;
  left: 50%;
} */


.org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.level {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.org-box-dark {
  background: #001f3f;
  color: white;
  font-weight: bold;
  padding: 33px 65px;
  font-size: 1rem;
  border-radius: 2px;
  min-width: 220px;
  position: relative;
  z-index: 2;
}

.org-box-name {
  background: white;
  border: 1px solid #001f3f;
  padding: 13px 39px;
  font-size: 1rem;
  border-radius: 2px;
  min-width: 260px;
  position: relative;
  top: -26px;
  left: 65px;
  z-index: 5;
}

.connector-vertical {
  width: 2px;
  background: #001f3f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.connector-horizontal {
  height: 2px;
  background: #001f3f;
  position: absolute;
}

.flex-children {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.hide {
  display: none;
  
}

.lane-right-parent {
  position: relative;
  display: block;
}

.lane-right {
  position: absolute;
  left: 43%;
  top: -24%;
 width: 45%;
  height: 46.6rem;
  background-color: #00183d;
  border: 1px solid #00183d;
  transform: skew(-9deg);
}

.lane-right-child {
  position: absolute;
  top: -25%;
  left: 29%;
  width: 20%;
  height: 47rem;
  background-color: #FAE7CF;
  transform: skew(-14deg); 
}



@media (max-width: 768px) {
  .flex-children {
    flex-direction: column;
    align-items: center;
  }
  .connector-horizontal, .vertical-left, .vertical-right, .lane-right-parent{
    display: none; 
  }
  .level {
    margin-bottom: 20px;
  }

  .last-level {
    left: -10%;
  }

  .hide {
    display: block;
    
  }
  
}





.gallery img {
  width: 100%;
  height: 100%;           
  object-fit: cover;      
  border-radius: 12px;
  display: block;
}

.gallery .first,
.gallery .second,
.gallery .third {
  width: 100%;
  height: 20rem;          
}

.gallery .fourth,
.gallery .fifth,
.gallery .sixth,
.gallery .sevent {
  width: 100%;
  height: 15rem;
}


@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  

}


.header {
  
  display: flex;
  justify-content: center;
  align-content: center;
}

.title {
  width: 350px;
  align-items: center;
  padding: 30px;
  border-radius: 0px 0px 30px 30px;
  background-color: #00183d;
  color: #ddd !important;
}



.btn-galery-selengkapnya {
  display: flex;
  justify-content: end;
}


.image-modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery-img {
  width: 100%;
  height: 200px; /* bisa diganti sesuai selera */
  object-fit: cover; /* crop biar proporsinya rapi */
  border-radius: 8px; /* biar tetap rounded */
}
