body {
      font-family: 'Poppins', sans-serif;
    }

 .navbar-brand img {
  height: 80px;
  width: auto;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333 !important;
  padding: 0.5rem 1.5rem;
  margin: 0 5px;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 8px;
}

.navbar-nav .nav-link:hover {
  background-color: #0c385c;
  color: #fff !important;
}

/* Optional: active state */
.navbar-nav .nav-link.active {
  background-color: #0c385c;
  color: #fff !important;
  border-radius: 8px;
}

/* MEDIA QUERY: force margin dan padding di mobile agar sama dengan desktop */
@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    margin: 2px 2px !important; /* atas-bawah 5px, kiri-kanan 5px */
    padding: 0.5rem 1.5rem !important;
    display: block; /* pastikan tampil block di collapse */
  }
}


html {
  scroll-behavior: smooth;
}



    .hero {
      background-image: url('../assets/image/hero/bg-header1.png');
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
      padding: 120px 20px;
      position: relative;
    }

    .hero::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .button {
  position: relate;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
  
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  opacity: 0.6;
  animation: shine 1.5s ease-out 1;
}


.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -150%; /* pindahkan jauh ke luar tombol */
  opacity: 0;
  pointer-events: none;
}


@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.font-about {
   color: azure;
}
 .section-title {
      color: #e50914;
      letter-spacing: 2px;
      

    }
    .service-card {
      background-color: #fff;
      color: #0c385c ;
      padding: 40px 20px;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .icon-placeholder {
      width: 50px;
      height: 50px;
      background-color: #ccc;
      margin: 0 auto 20px;
      border-radius: 4px;
    }
    .section-purpose {
  padding: 60px 20px;
  background-color: #f8f9fa;
  background-image: url('../assets/image/hero/bg-misi.png'); /* Pastikan path ini benar */
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  color: black; /* opsional, jika background gelap */
}


.purpose-logo {
  max-width: 250px;
  margin: 0 auto 20px;
  display: block;
}

.purpose-heading {
  color: #0c385c;
}

.purpose-subtitle {
  color: #cf7622;
  font-weight: 600;
  font-size: 50px;
}

.purpose-divider {
  border-left: 2px solid #ccc;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-1px);
  display: none;
}

@media (min-width: 768px) {
  .purpose-divider {
    display: block;
  }
}

    .why-choose-section {
      background-color: #ffffff;
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 80px;
    }

    .section-title {
      color: var(--accent-color);
      font-weight: bold;
      letter-spacing: 1px;
    }

    .highlight-title {
      color: #0c385c;
      font-size: 50px;
      font-weight:bold;
    }

    .icon-circle {
      width: 50px;
      height: 50px;
      background-color: var(--accent-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle img {
      width: 24px;
      height: 24px;
    }

    .text-muted {
      color: #6c757d !important;
    }

    .company-logo {
      width: 120px;
      position: absolute;
      top: -30px;
      left: -30px;
      z-index: 2;
    }

    @media (max-width: 767.98px) {
      .company-logo {
        position: static;
        margin-bottom: 15px;
      }
    }
    .cf-container {
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: linear-gradient(135deg, #0d47a1, #00bcd4);
      padding: 2rem;
      background-image: url('../assets/image/hero/bg-header1.png');
    }

    .cf-wrapper {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      max-width: 1000px;
      width: 100%;
      margin: auto;
    }

    .cf-left {
      background: linear-gradient(135deg, #0d47a1, #00bcd4);
      color: white;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .cf-left h2 {
      font-weight: bold;
    }

    .cf-right {
      padding: 2.5rem;
    }

    .cf-form input,
    .cf-form textarea {
      border-radius: 8px;
    }

    .cf-btn {
      background-color: #0c385c;
      color: white;
      border: none;
      padding: 0.6rem 1.5rem;
      border-radius: 8px;
      transition: 0.3s ease-in-out;
    }

    .cf-btn:hover {
      background-color: #08306b;
    }

    @media (max-width: 768px) {
      .cf-wrapper {
        flex-direction: column;
      }
      .cf-left {
        border-radius: 15px 15px 0 0;
      }
    }
      .bg-section.custom-bg-section {
      /* Full viewport height to create a big container */
      height: 100vh;
      background-image: url('https://cdn.pixabay.com/photo/2020/02/19/11/01/city-4861938_640.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      color: #cf7622;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 15px;
    }
    /* Overlay for better text contrast */
      .bg-section.custom-bg-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }
    .bg-section.custom-bg-section > * {
      position: relative;
      z-index: 1;
    }
      h1 {
      font-weight: 700;
      font-size: 3rem;
      
    }
    h2 {
      font-weight: 400;
      font-size: 1.5rem;
      margin-top: 1rem;
      
    }
    @media (max-width: 576px) {
      h1 {
        font-size: 2rem;
      }
      h2 {
        font-size: 1.2rem;
      }
    }
    /* Footer Styling */
footer {
  font-size: 0.95rem;
  background-color: #0c385c;
  color: white;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #aad8ff;
  text-decoration: underline;
}

footer p {
  line-height: 1.6;
  margin-bottom: 0;
}

/* Logo Styling */
footer img {
  display: block;
  width: 300px ;
  height: auto;
  border-radius: 12px; /* membuat sudut sedikit membulat */
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.05); /* sedikit kontras */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  
}

footer img:hover {
  transform: scale(1.05);
}

/* Responsive alignment for logo and content */
@media (max-width: 767.98px) {
  footer .text-md-end {
    text-align: center !important;
  }
  footer .text-md-start {
    text-align: center !important;
  }
  footer img {
    margin-bottom: 10px;
    width: 200px; /* adjust size for mobile */
  }
}

/* Loader Container */
.spinner {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem; /* BERI MARGIN AGAR TIDAK MEPET DI MOBILE */
  z-index: 9999;
}

.spinner svg {
  
  margin-right: 100px;
 
}

/* Loader Path animation */
.spinner .path {
  animation: infinity-load 1.5s infinite cubic-bezier(.65, .05, .36, 1);
}

@keyframes infinity-load {
  to {
    stroke-dashoffset: 10;
  }
}
