body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}
/* Regular (400) */
.font-lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Medium (500) */
.font-lato-medium {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Bold (700) */
.font-lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Italic (400) */
.font-lato-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* Medium Italic (500) */
.font-lato-italic-medium {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* Bold Italic (700) */
.font-lato-italic-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Playfair Display Regular */
.font-playfair {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}

/* Playfair Display Medium */
.font-playfair-medium {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: normal;
}

/* Playfair Display SemiBold */
.font-playfair-semi {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: normal;
}

/* Playfair Display Bold */
.font-playfair-bold {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
}

/* Playfair Display Italic */
.font-playfair-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}

/* Playfair Display Medium Italic */
.font-playfair-italic-medium {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
}

/* Playfair Display SemiBold Italic */
.font-playfair-italic-semi {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
}

/* Playfair Display Bold Italic */
.font-playfair-italic-bold {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}



.text-justify {
  text-align: justify;
}

.hero {
  background: url("hero-bg.jpg") no-repeat center center/cover;
  color: white;
  padding: 100px 0;
}



.section-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.card-icon img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.team-photo {
  border-radius: 8px;
  height: auto;
  max-height: 250px;
  object-fit: cover;
}

.bg-yellow {
  background-color: #f4b803;
}

footer {
  background: #f4b803;
  color: white;
  padding: 20px 0;
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border: 3px solid #00a356;
  border-radius: 15px;
  text-decoration: none;
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
  color: #00a356;
  padding: 0px 0px;
  gap: 5px;
}

.wa-text {
  padding: 20px 26px; /* semula 10px 18px */
}

.wa-btn:hover {
  background-color: #00a356;
  color: white;
}

.wa-btn:hover .wa-icon {
  background-color: white;
  color: #00a356;
}

.team-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.team-flex .team-card {
  flex: 1 1 calc(33.333% - 1rem);
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.layanan-card {
  border: 3px solid #f4b803;
  border-radius: 16px;
  padding: 30px 5px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.layanan-card:hover {
  transform: translateY(-5px);
}

.layanan-icon {
  height: 100px; /* tinggi seragam */
  display: flex;
  align-items: center;
  justify-content: center;
}

.layanan-icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.layanan-button {
  background-color: #f4b803;
  color: #1d2343;
  border: none;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 51, 102, 0.8);
  /* Outer glow */
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  cursor: default;
}

.layanan-button:hover {
  box-shadow: 0 0 18px rgba(0, 51, 102, 1);
  transform: scale(1.05);
}

.hubungi-kami {
  background-color: #1d2343;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 10px;
  cursor: default;
}

.layanan-desc {
  color: #1d2343;
  font-size: 0.95rem;
  margin-top: 10px;
  margin-bottom: -10px;
}

.visi-misi-section {
  background-color: #fff;
  padding: 0 0;
  padding-top: 0;
  /* atau 0 jika mau benar-benar menempel */
  padding-bottom: 0;
  position: relative;
}

.visi-misi-text {
  font-size: 16px;
  line-height: 1.7;
  text-align: right;
}

.legal-text {
  padding-left: 1rem;
  font-size: 15px;
  line-height: 1.6;
}

.visi-misi-icon {
  position: absolute;
  left: 50%;
  top: 1%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 400px;
  /* ukuran gambar diperbesar */
  max-width: 100%;
}

.visi-col {
  transform: translateY(-12px);
}

.legalitas-col {
  transform: translateY(50px);
}

.legalitas-ol {
  transform: translate(-10px, 0px); /* kiri kanan, atas bawah */
}

.misi-col {
  transform: translate(70px, -45px); /* kiri kanan, atas bawah */
}

@media (max-width: 767.98px) {
  .visi-misi-icon {
    position: relative;
    left: auto;
    top: 0;
    transform: none;
    margin: 30px auto;
    display: block;
    width: 300px;
  }
}

.client-card {
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#clientDisplay2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#sliderTrack2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.client-card-container2 {
  flex: 0 0 25%;
  /* 4 logo per baris */
  padding: 1rem;
  text-align: center;
}

.client-logo2 {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}

#clientDisplay3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#sliderTrack3 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.client-card-container3 {
  flex: 0 0 25%;
  /* 4 logo per baris */
  padding: 1rem;
  text-align: center;
}

.client-logo3 {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}

#clientDisplay {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#sliderTrack {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.client-card-container {
  flex: 0 0 25%;
  /* 4 items = 100% / 4 = 25% */
  padding: 1rem;
  text-align: center;
}

.client-logo {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}

.carousel-inner img {
  height: 500px;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
}


.carousel-caption .lead {
  font-size: 1.2rem;
}
.custom-navbar {
  background-color: transparent;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  transition: background-color 0.3s ease;
}

.nav-custom {
  color: #1d2343 !important;
  font-size: 18px;  /*Tambahkan ini */
  /* biru tua */
  /*font-weight: 500;*/
  position: relative;
  transition: all 0.3s ease;
  /*margin-left: 50px;   /* jarak kiri antar menu */
  margin-right: 30px;  /* jarak kanan antar menu */
}

.nav-custom::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f4b803;
  /* kuning Bootstrap */
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-custom:hover::after,
.nav-custom.active::after {
  width: 100%;
}

.nav-custom:hover {
  color: #1d2343 !important;
  /* sedikit lebih gelap saat hover */
}

.navbar-toggler {
  border: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(85%) saturate(750%)
    hue-rotate(179deg) brightness(94%) contrast(102%);
}

.custom-slider1 {
  transform: translate(180px, -10px); /* kiri kanan, atas bawah */
}

.gradient-left,
.gradient-right,
.gradient-top,
.gradient-bottom {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 750px;
  /* atau bisa pakai persentase */
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to right, white 0%, white 52%, transparent 100%);
}

.gradient-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  background: linear-gradient(to left, white, transparent);
}

.gradient-top {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, white, white 20%,transparent);
}

.gradient-bottom {
  bottom: -35px;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, white, white 55%, transparent);
  filter: blur(20px); /* nilai blur lebih besar → efek lebih lembut */
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 4;
}


#clientDisplay,
#clientDisplay2,
#clientDisplay3 {
  margin: 0;
  padding: 0;
}
#clientDisplay,
#clientDisplay2,
#clientDisplay3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#sliderTrack,
#sliderTrack2,
#sliderTrack3 {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.client-card-container {
  margin: 0 !important;
  padding: 5px !important;
}

.client-card {
  margin: 0 !important;
  padding: 0 !important;
}

.client-logo {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

@media (max-width: 768px) {
  #pimpinan img {
    position: static !important;
    margin-top: 1rem;
  }
  #tim2 img {
    position: static !important;
    margin-top: 1rem;
  }
  #tim3 img {
    position: static !important;
    margin-top: 1rem;
  }
}

.footer-kontak {
  background-color: #f4b803; /* warna kuning seperti gambar */
}

.contact-info {
  padding-left: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-info i {
  font-size: 20px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}

.custom-navbar.fixed-top {
  transition: top 0.3s;
}

.popup-iklan{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none; /* awalnya disembunyikan */
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-content{
    position:relative;
}

.popup-content img{
    max-width:90vw;
    max-height:90vh;
    border-radius:10px;
}

.popup-close{
    position:absolute;
    top:-10px;
    right:-10px;
    background:#fff;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    border-radius:50%;
    cursor:pointer;
    font-weight:bold;
}
