body {
    font-family: "Outfit", sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

.navbar {
  height: 64px;
  z-index: 9999;
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
}




.abstrak-img {
  z-index: 1;
}

.img-hero {
  z-index: 1;
}

.logo {
  height: 40px;          /* ukuran dasar */
  width: auto;
  transform: scale(1); /* ini yang bikin kelihatan besar */
  transform-origin: left center;
}

.menu-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu-center .navbar-nav {
  font-weight: 500;  
  flex-direction: row;
  gap: 2rem;
}

.nav-link {
    font-size: 20px;
}

.nav-link.active {
    font-weight: 700;
    color: #040C97 !important;
}

/* menu mobile */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;

  height: auto;          /* ⬅️ ini penting */
  max-height: 100vh;     /* biar tidak lebih dari layar */

  background: #fff;
  z-index: 9999;
  transition: 0.4s ease;
  padding: 20px;
  box-shadow: -5px 0 20px rgba(0,0,0,0.2);

  backdrop-filter: blur(10px);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;

  overflow-y: auto;      /* ⬅️ kalau kepanjangan bisa scroll */

  -webkit-overflow-scrolling: touch;
}

.mobile-menu.active {
  right: 0;   /* muncul */
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo {
  height: 40px;
}

.close-menu {
  font-size: 30px;
  cursor: pointer;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.mobile-nav li {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-nav a {
  text-decoration: none;
  color: #000;
}

/* submenu umum */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.has-submenu.active > .submenu {
  max-height: 1000px;
}

/* toggle */
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

/* arrow animasi */
.arrow {
  transition: 0.3s;
}

.has-submenu.active > .submenu-toggle .arrow {
  transform: rotate(45deg);
}

/* LEVEL 2 (biar agak masuk ke dalam) */
.has-submenu.inner .submenu-toggle {
  padding-left: 25px;
  font-size: 15px;
}

.has-submenu.inner .submenu li {
  padding-left: 35px;
}

/* SERVICE SECTION */
#service {
  background: linear-gradient(-90deg, rgba(77,86,255), rgba(4,12,151));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 60px 0;
}

/* BARU: Mengatur jarak pinggir agar full width tapi rapi */
.service-container {
  padding-left: 5%;  /* Mengatur jarak dari sisi kiri layar */
  padding-right: 5%; /* Mengatur jarak dari sisi kanan layar */
}

/* Title */
.service-title {
  font-size: 45px;
  font-weight: 600; /* Dibuat lebih tebal sesuai referensi */
  color: #fff;
  margin-bottom: 0px; /* Jarak bawah dikurangi agar garis lebih dekat */
  margin-top: 35px;
  text-align: center;
}

.service-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}


/* Features */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.feature {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

/* Icon checklist */
.check {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px 6px;
  margin-right: 8px;
}

/* partner */
#partner {
  background: #f8f9fa;
  padding: 30px;
}

.partner-title {
    font-size: 20px;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 5px;
}

.partner-logos img {
  max-height: 25px;
  opacity: 1;
  transition: 0.3s;
}


/* Hover effect biar hidup */
.partner-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Jarak antar logo */
.partner-logos {
  gap: 60px;
}

.partner-wrapper {
  gap: 20px;
}


#partner {
  border-bottom: 1px solid #ddd;
}


/* about section */
#about {
  background: linear-gradient(360deg, #4D56FF, #040C97);
  position: relative;
  overflow: hidden;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1; /* atur transparansi di sini */
  z-index: 0;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* tulisan "Siapa Kami?" */
.about-label {
  color: white  ;              /* warna merah */
  font-size: 18px;         /* ukuran font */
  font-weight: 600;
  display: block;
  margin-bottom: 10px;     /* jarak ke bawah */
}

/* judul */
.about-title {
  color: white;            /* warna putih */
  font-size: 36px;         /* ukuran besar */
  font-weight: bold;
  margin-bottom: 15px;
}

.about-text {
  color: white;        /* bebas ganti warna */
  font-size: 16px;
  line-height: 1.7;
} 

.badge-box {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(-90deg, #4D56FF, #040C97);;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* visi misi */
#vision-mission {
  position: relative;
  background: #f1f1f1; /* ubah ke putih */
  padding: 50px 0;
  overflow: hidden;
}

/* Background image */
.vm-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

/* Overlay */
.vm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 2;
}

/* Konten di atas */
#vision-mission .container {
  position: relative;
  z-index: 3;
}

/* Header */
.vm-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #040C97; /* biru */
}

.vm-header p {  
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #4D56FF; /* biru muda */
}

/* Card */
.vm-card {
  background: linear-gradient(360deg, #4D56FF, #040C97);
  border-radius: 25px;
  padding: 50px;
  padding-bottom: 70px;
  width: 100%;
  max-width: none;
  margin: 0; /* reset saja */
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* Hover biar hidup */
.vm-card:hover {
  transform: translateY(-5px);
}

/* Icon */
.vm-icon img {
  width: 50px;
  margin-bottom: 10px;
  margin-top: -30px;
}

/* Title */
.vm-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

/* Text */
.vm-card p {
  font-size: 16px;
  line-height: 1;
  color: white;
}

#why-us-2 {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f8f9ff 0%,
      #eef1ff 100%
    );

  padding: 120px 0;
}

/* decorative blur */
#why-us-2::before {
  content: "";
  position: absolute;

  width: 400px;
  height: 400px;

  background: rgba(77, 86, 255, 0.12);

  border-radius: 50%;

  top: -120px;
  right: -120px;

  filter: blur(80px);
}

/* IMAGE */
.why-img {
  width: 100%;

  border-radius: 30px;

  box-shadow:
    0 25px 50px rgba(0,0,0,0.12);

  object-fit: cover;

  transition: 0.5s ease;
}

.why-img:hover {
  transform: scale(1.02);
}

/* TEXT SIDE */
.why-title {
  font-size: 48px;
  font-weight: 700;

  line-height: 1.2;

  margin-bottom: 20px;
  margin-left: 50px;

  color: #040C97;
}

.why-desc {
  font-size: 17px;

  color: #4D56FF;

  line-height: 1.8;

  margin-bottom: 40px;
  margin-left: 50px;

  max-width: 550px;
}

/* LIST */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD ITEM */
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  margin-left: 50px;

  background: rgba(255,255,255,0.85);

  border: 1px solid rgba(77,86,255,0.08);

  padding: 22px;

  border-radius: 22px;

  backdrop-filter: blur(10px);

  box-shadow:
    0 10px 25px rgba(0,0,0,0.05);

  transition: 0.4s ease;
}

/* hover */
.why-item:hover {
  transform: translateY(-6px);

  box-shadow:
    0 20px 40px rgba(77,86,255,0.12);

  border-color: rgba(77,86,255,0.25);
}

/* ICON */
.why-icon {
  width: 50px;
  height: 50px;

  min-width: 50px;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      #4D56FF,
      #040C97
    );

  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;

  box-shadow:
    0 10px 20px rgba(77,86,255,0.25);
}

/* TITLE */
.why-item h5 {
  margin: 0 0 8px;

  font-size: 18px;
  font-weight: 700;

  color: #040C97;
}

/* PARAGRAPH */
.why-item p {
  margin: 0;

  font-size: 14px;

  color: #5f6b8a;

  line-height: 1.7;
}

/* footer */
#footer {
  background: #020771;
  padding: 60px 0;
  color: #ffffff;
}

/* Logo */
.footer-logo {
  max-width: 150px;
}

/* Nama Perusahaan */
.footer-company {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}

/* Tagline */
.footer-tagline {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Judul Kolom */
.footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Google Maps */
.footer-maps iframe {
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

/* Biar teks tidak terlalu mepet */
.footer-contact-item p,
.footer-email-item p {
  margin: 0;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .footer-maps {
    margin-top: 20px;
  }
}

/* Contact */
.footer-contact p {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-icon {
  width: 40px;
}

.footer-email-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-email {
  width: 40px;
  align-items: center;
}

/* Instagram */
.footer-instagram-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-instagram-item p {
  margin: 0;
  margin-left: 6px;
}

.footer-instagram {
  margin-left: 6px;
  width: 27px;
  align-items: center;
}

/* copyright */
.sub-footer {
  background: #fff;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.sub-footer p {
  margin: 0;
}

/* Hilangkan background aneh & border */
.dropdown-menu {
  border-radius: 8px;
  border: 1px solid #eee;
}

/* Item dropdown */
.dropdown-item {
  font-size: 16px;
  transition: all 0.2s ease;
}

/* Hover effect biar modern */
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}



/* Hover nav */
.nav-link:hover {
  color: #040C97 !important; /* biru bootstrap */
}

/* posisi submenu ke kanan */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

/* hover biar muncul */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* panah kecil ke kanan */
.dropdown-submenu > .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
}


/* ========================= */
/* MOBILE RESPONSIVE FIX */
/* ========================= */
@media (max-width: 768px) {

  /* NAVBAR */
  .menu-center {
    position: static;
    transform: none;
    width: 100%;
  }

  .menu-center .navbar-nav {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  /* service */
  #service {
    height: auto;
    padding: 50px 20px;
    text-align: center;
  }

  .service-title {
    font-size: 28px;
  }

  .service-subtitle {
    font-size: 14px;
  }

   .hero-features {
    display: flex;
    flex-wrap: nowrap;        /* ⬅️ jangan boleh turun */
    justify-content: space-between; 
    gap: 10px;
  }

  .feature {
    flex: 1;                  /* ⬅️ bagi rata 3 kolom */
    font-size: 10px;          /* ⬅️ kecilin biar muat */
    text-align: center;
  }


  /* PARTNER */
  .partner-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .partner-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .partner-logos img {
    max-height: 20px;
  }

  /* ABOUT */
  .about-title {
    font-size: 26px;
  }

  .about-text {
    font-size: 14px;
  }

  .col-md-6.position-relative {
  position: relative;
}

.badge-box {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 768px) {
  .badge-box {
    transform: scale(0.9);
  }
}

/* visi misi */
.vm-header h2 {
    font-size: 24px;
  }

  .vm-header p {
    font-size: 14px;
  }

  .vm-card {
    padding: 25px;
    border-radius: 18px;
  }

  .vm-card h3 {
    font-size: 18px;
  }

  .vm-card p {
    font-size: 14px;
    line-height: 1.6; /* ini penting banget biar enak dibaca */
  }

  .vm-icon img {
    width: 40px;
    margin-top: 0;
  }

  /* why us */
  #why-us-2 {
    padding: 70px 0;
  }

  .why-title {
    font-size: 30px;
    margin-left: 0;
    text-align: center;
  }

  .why-desc {
    margin-left: 0;
    text-align: center;
    font-size: 15px;
  }

  .why-item {
    margin-left: 0;
    padding: 18px;
  }

  .why-item h5 {
    font-size: 16px;
  }

  .why-item p {
    font-size: 13px;
  }

  .why-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 16px;
  }

  .why-img {
    border-radius: 22px;
  }

  /* FOOTER */
  .footer-company,
  .footer-title {
    font-size: 18px;
  }

  .footer-tagline {
    font-size: 16px;
  }

  .footer-icon,
  .footer-email {
    width: 30px;
  }

  .footer-instagram {
    width: 20px;
  }


  .dropdown-submenu .dropdown-menu {
    display: none;
  }

  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }

}

@media (min-width: 992px) {
  #navbarNav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* sembunyikan collapse */
@media (max-width: 991px) {
  #navbarNav {
    display: none !important;
  }
}

/* legal documents */
#legal-docs {
  background: linear-gradient(90deg, rgba(77,86,255), rgba(4,12,151));;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* heading */
.legal-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.legal-header p {
  font-size: 18px;
  color: #ffff;
  margin-bottom: 50px;
  font-weight: 300;
}

/* card */
.legal-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
}

/* hover */
.legal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* image */
.legal-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* title */
.legal-card h5 {
  padding: 18px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #040C97;
}

/* mobile */
@media (max-width: 768px) {

  #legal-docs {
    padding: 60px 0;
  }

  .legal-header h2 {
    font-size: 24px;
  }

  .legal-header p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .legal-card img {
    height: 220px;
  }

  .legal-card h5 {
    font-size: 14px;
    padding: 12px;
  }
}

/* cursor image */
.legal-img {
  cursor: pointer;
}

/* popup background */
.image-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.9);

  backdrop-filter: blur(8px);
}

/* gambar popup */
.modal-content-img {
  display: block;
  margin: auto;

  max-width: 90%;
  max-height: 85vh;

  border-radius: 20px;

  animation: zoomIn 0.3s ease;
}

/* animasi */
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* tombol close */
.close-popup {
  position: absolute;
  top: 20px;
  right: 35px;

  color: #fff;
  font-size: 45px;
  font-weight: 300;

  cursor: pointer;
  transition: 0.3s;
}

.close-popup:hover {
  transform: rotate(90deg);
}

/* mobile */
@media (max-width: 768px) {

  .modal-content-img {
    max-width: 95%;
  }

  .close-popup {
    font-size: 38px;
    right: 20px;
  }
}