 <style>
    body {font-family: 'Poppins', sans-serif;  background: linear-gradient(to right, #e0f7fa, #ffffff);}

    .hero {background-size: cover; color: white; padding: 100px 0; text-align: center;}
    .hero h1 { font-size: 48px; }
    .section { padding: 60px 0; }
    .services i { font-size: 40px; color: #004080; }
    .btn-primary { background-color: #004080; border-color: #004080; }
    @media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/*warna navbar*/
.custom-navbar {
  background: linear-gradient(90deg, #003366, #005580);
  /*background: linear-gradient(to right, #2C3E50, #4CA1AF);*/

}

/**/
/*layanan*/
 /* Hover efek untuk card */
  .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
  }
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 82, 130, 0.3);
  }
.partner-slider {
  height: 130px;
  position: relative;
}

.scroll-wrapper {
  animation: scrollLeft 25s linear infinite;
  display: flex;
  white-space: nowrap;
}

.partner-slider:hover .scroll-wrapper {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hover-shadow:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
 .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

  /* Teks overlay di bawah gambar */
  .gallery-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* transparan gelap */
    color: #fff;
    padding: 8px 12px;
    font-size: 1rem;
    text-align: center;
    transition: background 0.3s ease;
  }

  .gallery-item:hover .gallery-caption {
    background: rgba(0, 0, 0, 0.8);
  }
   #tentang {
    background: linear-gradient(to right, #fdfbfb, #ebedee);
    padding: 60px 0;
  }

  #tentang h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
  }

  #tentang p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
  }

  #tentang img {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 768px) {
    #tentang {
      text-align: center;
    }
    #tentang .col-md-6 {
      margin-bottom: 30px;
    }
  }
  .breaking-container {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  border-top: 3px solid #003366;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;


}

.breaking-label {
  background-color: #003366;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  white-space: nowrap;

}

.breaking-marquee {
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  position: relative;
}

.breaking-marquee .marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.breaking-marquee:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.breaking-marquee a {
  text-decoration: none;
  color: #333;
  margin: 0 20px;
  white-space: nowrap;
}

.breaking-marquee a:hover {
  text-decoration: underline;
  color: #003366;
}

/* Loading Screen */
  #loading-screen {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  /* Spinner sederhana */
  .spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-top-color: #007BFF;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
  }
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
  /* Hide loading screen smoothly */
  #loading-screen.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #003366;
  color: white;
  border-radius: 50%;
  padding: 12px 14px;
  font-size: 18px;
  z-index: 9999;
  display: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.scroll-to-top:hover {
  background-color: #0051a2;
  color: #fff;
}
.custom-navbar {
  background-color: #003d7a; /* biru gelap */
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.custom-navbar .nav-link {
  color: orange;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-navbar .dropdown-menu {
  background-color: #003d7a;
}

.custom-navbar .dropdown-item {
  color: orange;
  font-weight: bold;
}

.custom-navbar .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.carousel-item .card {
  transition: transform 0.3s;
}
.carousel-item .card:hover {
  transform: translateY(-5px);
}
.logo-img {
  height: 30px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
/* Sembunyikan tombol secara default */
#logoCarousel .carousel-control-prev,
#logoCarousel .carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Munculkan saat hover di carousel */
#logoCarousel:hover .carousel-control-prev,
#logoCarousel:hover .carousel-control-next {
  opacity: 1;
}
a.text-white:hover {
  color: #ffc107 !important; /* atau warna branding lain */
  transition: 0.3s;
}

.card iframe {
  border: none;
}
  .navbar p strong{
    font-family: 'Montserrat', sans-serif;
  }
  .gallery-item img {
    transition: transform .3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-caption {
    font-size: 0.9rem;
}
    .section-title {
        background: #f0f6ff;
        padding: 10px 18px;
        border-left: 5px solid #0d6efd;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 20px;    
        font-weight: 600;
    }

    .section-title i {
        margin-right: 6px;
        font-size: 18px;       
    }

  </style>