/**
* Template Name: Mamba
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General (Blue Valley Chic & Clean)
--------------------------------------------------------------*/
body {
  /* Menggunakan Poppins untuk kesan yang lebih clean dan profesional */
  font-family: "Poppins", sans-serif;
  color: #334155; /* Slate dark yang lebih lembut di mata daripada hitam pekat */
  background-color: #ffffff;
}

a {
  color: #64748b; /* Abu-abu slate yang tenang */
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #3b6287; /* Deep Valley Blue */
  text-decoration: none;
}

/* Popular Post Hover Effect */
.populer-post ul:hover {
  color: #4a7fae; /* Ocean Breeze Blue */
}

/* Tipografi Heading */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #1e293b; /* Warna gelap yang sangat premium */
  font-weight: 700;
}

/* Khusus h1, h2 untuk aksen Blue Valley */
h1, h2 {
  color: #3b6287;
  letter-spacing: -0.5px;
}

h6 {
  transition: color 0.3s ease;
}

h6:hover {
  color: #4a7fae;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Section Title & Spacing
--------------------------------------------------------------*/
.section-title h1 {
  margin-bottom: 12px;
  font-weight: 800;
}

.section-title h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #64748b; /* Sub-heading dibuat lebih subtle */
}

/* Merapikan margin container yang terlalu lebar */
.text-center.mx-auto.mb-5 {
  margin-bottom: 30px !important; /* Spacing yang lebih proporsional */
}

/* Utility Class untuk warna aksen */
.font-primary {
  font-family: "Poppins", sans-serif;
  color: #3b6287 !important;
}

/* Custom Selection Color (Warna saat teks diblok) */
::selection {
  background: rgba(59, 98, 135, 0.2);
  color: #3b6287;
}

/*--------------------------------------------------------------
# Back to top button (Blue Valley Chic)
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  background: #3b6287; /* Mengganti oranye ke Deep Valley Blue */
  width: 44px;
  height: 44px;
  border-radius: 50%; /* Dibuat bulat penuh agar lebih chic */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(59, 98, 135, 0.3);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-to-top i {
  font-size: 20px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #4a7fae; /* Ocean Breeze Blue */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 127, 174, 0.4);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #64748b;
  height: 35px;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent; /* Transparan elegan di awal */
  transition: all 0.4s ease;
  z-index: 999;
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* Keadaan setelah halaman di-scroll */
#header.scrolled {
  background: rgba(255, 255, 255, 0.95); /* Putih bersih transparan modern */
  backdrop-filter: blur(10px); /* Efek blur kaca premium */
  height: 70px;
  box-shadow: 0 4px 20px rgba(59, 98, 135, 0.05);
}

#header .logo h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Mengatur warna logo teks dinamis berdasarkan kondisi scroll */
#header .logo h1 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#header.scrolled .logo h1 a {
  color: #3b6287; /* Menjadi Deep Valley Blue saat di-scroll */
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

.scrolled-offset {
  margin-top: 75px;
}

/*--------------------------------------------------------------
# Navigation Menu (Chic & Clean)
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85); /* Teks putih samar saat di hero luar */
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Warna link navbar setelah di-scroll */
#header.scrolled .navbar a,
#header.scrolled .navbar a:focus {
  color: #475569; /* Slate grey yang bersih */
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* Efek Hover Menu Utama (Pill-shaped Box) */
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffffff !important;
  background: #3b6287; /* Blok warna Deep Valley Blue */
  box-shadow: 0 4px 12px rgba(59, 98, 135, 0.2);
  border-radius: 30px; /* Bentuk kapsul minimalis */
}

/* Keadaan aktif khusus sebelum di-scroll agar kontras tetap terjaga */
#header:not(.scrolled) .navbar a:hover,
#header:not(.scrolled) .navbar .active {
  background: rgba(255, 255, 255, 0.2); /* Kapsul semi transparan putih di atas hero */
  color: #ffffff !important;
  box-shadow: none;
}

/* Dropdown Menu */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(59, 98, 135, 0.08);
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 12px;
  border: 1px solid rgba(59, 98, 135, 0.05);
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: 0;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #334155 !important; /* Teks dropdown selalu gelap */
  font-weight: 500;
  border-radius: 0;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ffffff !important;
  background: #3b6287;
  border-radius: 0; /* Tetap flat di dalam list dropdown */
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  color: #ffffff;
}

#header.scrolled .mobile-nav-toggle {
  color: #3b6287; /* Berubah menjadi biru saat di-scroll */
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0; right: 0; left: 0; bottom: 0;
  background: rgba(15, 23, 42, 0.95); /* Menggunakan Slate Navy gelap transparan */
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 70px; right: 20px; bottom: 20px; left: 20px;
  padding: 20px 0;
  background-color: #ffffff;
  border-radius: 16px;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 12px 24px;
  font-size: 15px;
  color: #1e293b !important;
  font-weight: 600;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ffffff !important;
  background: #3b6287;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  background-color: #f8fafc;
  box-shadow: none;
  border: 1px solid #edf2f7;
}

.navbar-mobile .dropdown ul a {
  color: #475569 !important;
}

.navbar-mobile .dropdown ul a:hover {
  background: #4a7fae;
  color: #ffffff !important;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/* ==================== HERO CAROUSEL (CHIC & ELEGAN DESIGN) ==================== */

#hero__carousel__section {
  width: 100%;
  height: 85vh; /* Tidak terlalu penuh agar user tahu ada konten di bawahnya */
  position: relative;
  overflow: hidden;
  background-color: #111;
}

#hero__carousel__section .carousel,
#hero__carousel__section .carousel-inner,
#hero__carousel__section .carousel-item {
  width: 100%;
  height: 100%;
}

#hero__carousel__section .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Overlay Gradasi Hitam Mewah (Bukan Hijau Kaku Lagi) */
.carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

/* Container Pembungkus Konten Tengah */
.carousel__container__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.carousel__box {
  max-width: var(--max-width, 1140px);
  padding: 0 20px;
  text-align: left;
}

/* Tipografi Judul */
.carousel__box h2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  max-width: 800px;
}

/* Tipografi Deskripsi */
.carousel__box p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 650px;
}


/* ==================== TOMBOL KAPSUL MODERN (BLUE VALLEY CHIC) ==================== */
.hero__chic__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #3b6287; /* Mengganti Yellow-Orange ke Deep Valley Blue */
  color: #ffffff !important;
  padding: 14px 32px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px; /* Bentuk kapsul bulat penuh */
  box-shadow: 0 8px 20px rgba(59, 98, 135, 0.2); /* Bayangan biru transparan lembut */
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__chic__btn:hover {
  background-color: #4a7fae; /* Berubah ke Ocean Breeze Blue saat di-hover */
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(59, 98, 135, 0.35);
}

.hero__chic__btn i {
  transition: transform 0.3s ease;
}

.hero__chic__btn:hover i {
  transform: translateX(6px); /* Efek panah bergerak anggun */
}

/* INDIKATOR BULAT MINIMALIS */
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #3b6287; /* Indikator aktif senada warna tema utama */
  width: 24px; /* Efek lonjong modern */
  border-radius: 5px;
}

/* NAVIGASI KANAN KIRI MINIMALIS */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.9;
}

/* RESPONSIVE LAYAR MOBILE (HP) */
@media screen and (max-width: 991px) {
  #hero__carousel__section {
    height: 70vh;
  }

  .carousel__overlay {
    /* Menggunakan overlay gradien gelap ke tone biru lembah redup */
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.85));
  }

  .carousel__box {
    text-align: center;
    padding: 0 25px;
  }

  .carousel__box h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 800;
  }

  .carousel__box p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%;
    color: #f1f5f9;
  }

  .hero__chic__btn {
    padding: 12px 26px;
    font-size: 0.85rem;
  }
}

/*--------------------------------------------------------------
# Sections General (Clean Setup)
--------------------------------------------------------------*/
section {
  padding: 80px 0 40px; /* Diseimbangkan agar seragam */
  overflow: hidden;
  background-color: #ffffff;
}

.section-bg {
  padding: 80px 0; 
  /* Mengganti gradien kuning mencolok ke Off-White kebiruan yang sangat bersih */
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  box-shadow: inset 0 1px 0 rgba(59, 98, 135, 0.05), inset 0 -1px 0 rgba(59, 98, 135, 0.05);
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #3b6287; /* Judul seksi utama menggunakan Deep Valley Blue */
  letter-spacing: -0.5px;
}

.section-title p {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #64748b; /* Deskripsi menggunakan Slate Grey yang clean */
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #206d10;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1a5308;
}

.about .icon-box:hover .icon i {
  color: #69680a;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #42ca59;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#42cabf 50%, rgba(66, 193, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffae42;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ffae42;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #dcf4d9;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9ee0f4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}



/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.news-card {
  border-radius: 10px;
  height: 100%;
}

.card {
  border-radius: 10px;
  height: 100%;
  border: none; /* Menghapus batas kartu */
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
   /* Menghapus sudut bulat */
 
}

.card:hover {
  border-radius: 10px;
  
}

.card-img-top {
  border-radius: 10px;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  
}

.card-title {
  border-radius: 10px;
  text-align: center;
  font-size: bold;
}

.card-text {
  border-radius: 10px;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-date {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Services (Blue Valley Chic & Clean)
--------------------------------------------------------------*/

.services {
  padding: 60px 30px; /* Ditambah padding agar lebih bernafas */
  background-color: #ffffff;
}

.icon-box {
  border-radius: 16px;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  color: #3b6287; /* Mengganti oranye ke Deep Valley Blue */
  box-shadow: 0px 10px 30px rgba(59, 98, 135, 0.1); /* Shadow biru tipis yang elegan */
  overflow: hidden;
  border: 1px solid rgba(59, 98, 135, 0.05);
}

.icon i {
  font-size: 32px; /* Sedikit dikecilkan agar lebih chic */
  line-height: 0;
}

/* Hover Effect pada Icon Box */
.icon-box:hover .icon {
  border-radius: 50%; /* Tetap bulat atau ganti ke 15px jika ingin variasi */
  transform: translateY(-10px) scale(1.05);
  background-color: #3b6287;
  color: #ffffff;
  box-shadow: 0px 15px 35px rgba(59, 98, 135, 0.2);
}

@media (max-width: 768px) {
  .icon-box {
    margin-bottom: 30px;
  }

  .icon {
    width: 65px;
    height: 65px;
  }
  
  .icon i {
    font-size: 24px;
  }
}

.services .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 15px;
  color: #1e293b;
}

.services .title a {
  color: #1e293b;
  transition: 0.3s;
  text-decoration: none;
}

.services .title a:hover {
  color: #3b6287; /* Hover title menjadi Biru Lembah */
}

/* Divider bawah judul */
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3b6287; /* Aksen Biru Lembah */
  border-radius: 10px;
  bottom: 0;  
  left: calc(50% - 20px);
  transition: width 0.3s ease;
}

.icon-box:hover .title::after {
  width: 60px; /* Memanjang sedikit saat di-hover */
}

.services .description {
  line-height: 1.6;
  font-size: 0.9rem;
  color: #64748b; /* Slate grey yang clean */
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

img[alt="Gallery"] {
  transition: transform 0.3s ease;
  width: 300px;
  height: 200px;
  object-fit: cover;
}

img[alt="Gallery"]:hover {
  transform: scale(1.1);
}

 .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
 .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
 .member img {
  transition: all ease-in-out 0.4s;
}
 .member:hover img {
  transform: scale(1.1);
}
 .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}
 .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
 .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}
 .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
 .member .social {
  margin-top: 15px;
}
 .member .social a {
  transition: color 0.3s;
  color: #fff;
}
 .member .social a:hover {
  color: #9eccf4;
}
 .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
 .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #FBB917;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #FBB917;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #FBB917;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FBB917;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FBB917;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #FBB917;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #FBB917;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #428bca;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}
/* ==================== BUTTON HOVER: BLUE VALLEY PREMIUM ==================== */

.button {
  padding: 1em 2em;
  border: none;
  border-radius: 8px; /* Lebih rounded dan modern */
  font-weight: 700;
  letter-spacing: 2px; /* Dikecilkan agar lebih elegan, tidak terlalu renggang */
  text-transform: uppercase;
  cursor: pointer;
  color: #3b6287; /* Deep Valley Blue */
  transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 14px;
  position: relative;
  overflow: hidden;
  outline: 2px solid rgba(59, 98, 135, 0.3); /* Outline biru transparan */
  background: transparent;
}

button:hover {
  color: #ffffff;
  transform: translateY(-3px); /* Efek melayang ke atas, bukan membesar */
  outline: 2px solid #3b6287;
  box-shadow: 0 10px 20px rgba(59, 98, 135, 0.2);
}

button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #3b6287; /* Fill color saat hover */
  transform: skewX(45deg);
  z-index: -1;
  transition: width 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

button:hover::before {
  width: 250%;
}

/* Form Contact Button */
.contact .php-email-form button[type=submit]:hover {
  background: #4a7fae; /* Ocean Breeze Blue */
}

/* ==================== FOOTER: BLUE VALLEY MODERN ==================== */

#footer {
  background: #0f172a; /* Slate Navy (Sangat gelap dan premium) */
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  /* Gradien Biru Lembah yang dalam dan tenang */
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1); /* Glassmorphism style */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s ease;
}

#footer .footer-top .social-links a:hover {
  background: #3b6287; /* Biru lembah saat hover */
  transform: translateY(-3px);
}

#footer .footer-top .footer-links ul i {
  color: #4a7fae; /* Aksen icon biru muda */
}

#footer .footer-top .footer-links ul a:hover {
  color: #4a7fae;
  padding-left: 5px; /* Efek geser kecil saat hover */
}

/* Newsletter form premium look */
#footer .footer-top .footer-newsletter form {
  border-radius: 8px;
  padding: 5px 5px 5px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  background: #3b6287;
  border-radius: 6px;
  font-weight: 600;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #4a7fae;
}

#footer .credits a {
  color: #4a7fae;
}

/* ==================== TYPOGRAPHY & ANIMATION ==================== */

@keyframes polymorph-animation {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); } /* Dikecilkan intensitasnya agar tidak pusing */
  100% { transform: scale(1); }
}

h1 {
  text-align: center;
  margin-top: 10px;
  animation: polymorph-animation 6s ease-in-out infinite;
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  transition: color 0.4s ease;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

h1:hover {
  transform: scale(1.05);
  color: #3b6287; /* Ubah ke Biru Lembah saat hover */
}

h2 {
  color: #334155;
  font-weight: 700;
  text-shadow: none; /* Menghilangkan shadow berlebih agar lebih clean */
}


  /* kotak waktu transparan */

  .containers {
     padding-top: 80px; /* Memberikan ruang untuk navbar */
    border-radius: 8px;
    text-align: center;
    flex-direction: column; /* Susun vertikal di mobile */
    font-family: sans-serif;
   
}

.waktu-kotak {
    display: flex;
    flex-direction: column; /* Mengubah arah flex menjadi kolom */
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.waktu-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.waktu-item {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.nilai-jam,
.nilai-menit,
.nilai-detik {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
}

.satuan-jam,
.satuan-menit,
.satuan-detik {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}

.tanggal {
    margin-top: 20px; /* Memberi jarak lebih banyak dari waktu */
    color: #fff;
    text-align: center;
}

.detik-bergerak {
  position: relative; /* Memposisikan elemen secara relatif */
  animation: detik-bergerak 1s linear infinite; /* Menambahkan animasi */
}

@keyframes detik-bergerak {
  0% {
      transform: rotate(0deg); /* Memulai rotasi dari 0 derajat */
  }
  100% {
      transform: rotate(360deg); /* Memutar 360 derajat dalam 1 detik */
  }
}

.col-md-4 {
  padding: 10px; /* Mengatur jarak antar kolom */
}


/* ==================== IDM TABLE: BLUE VALLEY CHIC & CLEAN ==================== */

/* Mengatur dasar tabel agar clean dan seamless */
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(59, 98, 135, 0.15); /* Border luar biru sangat tipis */
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* Merapikan posisi text di Header */
.table-bordered th {
  text-align: center;
  vertical-align: middle;
}

/* Header Tabel Modern (Clean Blue-Tinted Off-White) */
thead th {
  background: #f8fafc !important; 
  color: #3b6287 !important; /* Menggunakan Deep Valley Blue untuk kesan premium */
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  border: 1px solid #edf2f7 !important; 
  padding: 14px 10px;
  text-align: center;
}

/* Sub-header untuk Pelaksana Kegiatan (Pusat, Prov, Kab, dll) */
thead .sub-th, 
thead tr:nth-child(2) th {
  background: rgba(59, 98, 135, 0.04) !important; /* Sentuhan tint biru tipis untuk sub-menu */
  font-size: 0.8rem;
  color: #4a7fae !important; /* Ocean Breeze Blue */
}

/* Garis bawah penanda batas Header Utama */
thead {
  border-bottom: 3px solid #3b6287; /* Jembatan aksen utama Deep Valley Blue */
}

/* Desain Sel Data (Isi Tabel) */
td {
  border: 1px solid #f1f5f9 !important; /* Garis samar agar tabel terlihat clean */
  padding: 14px 12px;
  color: #475569; 
  font-size: 0.88rem;
  vertical-align: middle;
}

th {
  border: 1px solid #edf2f7;
  padding: 12px 10px;
}

/* Efek Hover Baris (Chic Fade Effect) */
.table-bordered tbody tr {
  transition: background-color 0.2s ease;
}

.table-bordered tbody tr:hover {
  background-color: rgba(59, 98, 135, 0.02) !important; /* Highlight biru samar profesional */
  cursor: pointer;
}

/* Aksen warna khusus pada angka SKOR */
.text-orange {
  color: #4a7fae !important; /* Diubah menjadi Ocean Breeze Blue yang tegas */
  font-weight: 700;
}


/* ==================== VIDEO SERVICES SECTION ==================== */
#services {
  position: relative;
  overflow: hidden;
  height: 50vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff; /* Mengubah teks menjadi putih agar kontras di atas overlay */
  padding-top: 0; /* Direset agar flexbox centering bekerja sempurna */
}

/* Overlay dingin sinematik di atas video agar teks mudah dibaca */
#services::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(rgba(15, 23, 42, 0.5), rgba(59, 98, 135, 0.4));
  z-index: 1;
}

#services .container, #services div {
  position: relative;
  z-index: 2; /* Menaikkan konten di atas overlay */
}

#services video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  object-fit: cover; /* Diaktifkan agar video proporsional memenuhi area */
  z-index: -1; 
}


/* ==================== CONTAINER DATA (.containerj) ==================== */
.containerj {
  padding: 40px 24px; 
  padding-top: 80px;  
  color: #334155;    
  background: #ffffff; 
  border-radius: 16px; /* Sesuai dengan radius card statistik sebelumnya */
  box-shadow: 0 4px 20px rgba(59, 98, 135, 0.03); /* Soft shadow kebiruan */
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(59, 98, 135, 0.08);
}

.containerj:hover {
  box-shadow: 0 12px 30px rgba(59, 98, 135, 0.08);
  border-color: rgba(59, 98, 135, 0.2);
}

.containerj table {
  width: 100%;
  text-align: center;
}

.containerj th, .containerj td {
  padding: 12px;
  border: 1px solid #edf2f7; 
}


/* ==================== BUTTON STYLE (.buttonj) ==================== */
.buttonj {
  background-color: #3b6287; /* Mengganti oranye ke Deep Valley Blue */
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px; /* Lebih rounded & modern */
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(59, 98, 135, 0.15);
}

.buttonj:hover {
  background-color: #4a7fae; /* Berubah ke Ocean Breeze Blue saat di-hover */
  transform: translateY(-2px); 
  box-shadow: 0 6px 20px rgba(74, 127, 174, 0.25);
}

/* Sinkronisasi untuk selector button lama / alternatif */
.button:hover {
  background-color: #4a7fae;
  transform: translateY(-2px);
}

/* ==================== GENERAL TABLE BASE ==================== */
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

th {
  background-color: #f8fafc; /* Mengganti hijau stabilo dengan abu-abu sangat terang */
  color: #475569;
  font-weight: 600;
}

/* ==================== SERVICE ITEM CARD (BLUE VALLEY STYLE) ==================== */
.service-item div {
  z-index: 1;
}

.service-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px; /* Ditingkatkan untuk kesan lebih soft */
  transition: .5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

/* Hover dengan tint biru lembah super soft */
.service-item div:hover::after {
  width: 100%;
  background: rgba(59, 98, 135, 0.05); /* Efek tint biru lembah yang sangat elegan */
}

.service-item * {
  transition: .5s;
}

/* Saat di-hover, teks berubah ke aksen Deep Valley Blue */
.service-item:hover * {
  color: #3b6287 !important;
}


/* ==================== HERO & CAROUSEL (BLUE VALLEY OVERLAY) ==================== */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Menggunakan tone Deep Blue transparan untuk kesan sinematik yang dingin */
  background: linear-gradient(rgba(15, 23, 42, 0.6), rgba(59, 98, 135, 0.4));
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
      font-size: 14px;
      font-weight: 500 !important;
      letter-spacing: 1px;
  }
  .carousel-caption h1 {
      font-size: 30px;
      font-weight: 700 !important;
      line-height: 1.2;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.8rem;
  height: 2.8rem;
  background-color: rgba(59, 98, 135, 0.3); /* Button nav dengan sentuhan biru */
  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

.carousel-indicators .active {
  width: 22px; /* Memanjang elegan saat aktif */
  height: 7px;
  border-radius: 10px;
  background-color: #3b6287; /* Indikator aktif Biru Lembah */
}

.hero-header {
  background: linear-gradient(rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.5)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.bg-offer {
  background: linear-gradient(rgba(15, 23, 42, 0.6), rgba(59, 98, 135, 0.5)), url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}


/* ==================== TESTIMONIAL CAROUSEL (CLEAN & AESTHETIC) ==================== */
.testimonial-carousel .owl-dots {
  height: 45px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1; /* Abu-abu netral slate */
  transition: .4s ease;
}

.testimonial-carousel .owl-dot.active {
  width: 24px;
  border-radius: 12px;
  background: #3b6287; /* Aksen aktif Biru Lembah */
}

/* Card testimoni aktif di tengah */
.testimonial-carousel .owl-item.center .testimonial-text {
  background: #ffffff !important;
  border: 1.5px solid rgba(59, 98, 135, 0.2) !important; /* Border biru tipis transparan */
  box-shadow: 0 15px 35px rgba(59, 98, 135, 0.1); /* Shadow memancar biru lembut */
  transform: scale(1.02);
}

.testimonial-carousel .owl-item .testimonial-text {
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #f1f5f9;
}

/* Warna teks kutipan dan nama */
.testimonial-carousel .owl-item.center .testimonial-text i {
  color: #3b6287 !important; /* Icon kutipan biru */
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #1e293b !important;
}


/* ==================== UTILITIES ==================== */
.custom-circle {
  width: 200px !important;
  height: 300px !important;
  border-radius: 12px; /* Dibuat sedikit lebih smooth melengkungnya */
  object-fit: cover;
}



.section-idm-bg {
  background-image: url('/jl.jpeg') !important; /* Ganti path sesuai lokasi gambar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px; /* Sesuaikan padding sesuai keperluan */
}

.section-data-bg {
  background-image: url('/headerrr.jpeg') !important; /* Ganti path sesuai lokasi gambar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px; /* Sesuaikan padding sesuai keperluan */
  
}

.section-data-stat {
  background-image: url('/icons/pn.png') !important; /* Ganti path sesuai lokasi gambar */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px; /* Sesuaikan padding sesuai keperluan */
  
}



/* ==================== IDM PREMIUM BLUE VALLEY STYLE ==================== */

.container-fluid {
  border-radius: 8px;
  /* Gradien Biru Lembah yang Segar */
  background: linear-gradient(45deg, #3b6287, #4a7fae);
}

.inf-box {
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 2px 10px rgba(59, 98, 135, 0.05);
}

.inf-icon {
  background: linear-gradient(45deg, #3b6287, #4a7fae);
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inf-icon i {
  font-size: 18px;
}

.inf-content {
  padding: 10px 18px;
  color: #334155;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* ==================== IDM SECTION STYLE ==================== */

.idm__section {
  padding: 80px 0;
  background-color: #f8fafc; 
  min-height: 100vh;
}

.idm__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.idm__header {
  text-align: center;
  margin-bottom: 50px;
}

.idm__main__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #3b6287; /* Deep Valley Blue */
  margin-bottom: 10px;
}

.idm__sub__title {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* KARTU STATISTIK */
.idm__card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(59, 98, 135, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(59, 98, 135, 0.03);
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.idm__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(59, 98, 135, 0.08);
  border-color: #3b6287;
}

/* Highlight Skor Saat Ini */
.idm__card.highlight {
  border-left: 4px solid #3b6287;
}

.idm__card__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.idm__card__value {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.1;
}

.idm__card__value.text-orange {
  color: #3b6287; /* Ubah aksen teks ke Blue */
}

/* Badge Status Mandiri (Green Emerald) */
.status-badge {
  color: #10b981 !important; 
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* Icon Wrappers */
.idm__card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background-color: #f1f5f9;
  color: #3b6287;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.bg-light-orange {
  background-color: rgba(59, 98, 135, 0.08) !important;
  color: #3b6287 !important;
}

.bg-light-green {
  background-color: rgba(16, 185, 129, 0.1) !important;
  color: #10b981 !important;
}

/* STRUKTUR KARTU TABEL */
.idm__table__card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(59, 98, 135, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  padding: 30px;
}

.table__card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}

.table__card__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #3b6287;
  border-radius: 10px;
}

/* Styling Tabel Data */
.table__data thead {
  background-color: #f8fafc;
}

.table__data th {
  color: #3b6287;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 15px;
  border-bottom: 2px solid #edf2f7;
}

.badge__indicator {
  padding: 6px 16px;
  border-radius: 30px;
  background-color: #3b6287;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.badge__indicator.bg-green { background-color: #10b981; }
.badge__indicator.bg-cyan { background-color: #06b6d4; }

/* Zebra & Hover */
.table__data tbody tr:hover td {
  background-color: rgba(59, 98, 135, 0.02);
}

.table__row__total td {
  background-color: rgba(59, 98, 135, 0.04) !important;
  border-top: 2px solid rgba(59, 98, 135, 0.1);
  color: #3b6287;
  font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .idm__main__title { font-size: 1.8rem; }
  .idm__card { padding: 22px; }
}

@media (max-width: 575px) {
  .idm__section { padding: 50px 0; }
  .idm__card__value { font-size: 1.5rem; }
  .status-badge { font-size: 1.2rem; }
  .idm__table__card { padding: 20px; }
}

/* ==================== STATISTIK SECTION (BLUE VALLEY CHIC & CLEAN) ==================== */

.stats__section {
  padding: 80px 0;
  background-color: #fafbfc; /* Background netral yang bersih */
  width: 100%;
}

.stats__container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Penulisan Title */
.stats__header {
  text-align: center; 
  margin-bottom: 50px;
}

.stats__main__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #3b6287; /* Mengganti Yellow-Orange ke Deep Valley Blue */
  margin-bottom: 12px;
}

.stats__sub__title {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #7f8c8d;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Total Penduduk Vertikal */
.stats__grid__pop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.pop__card {
  background: #ffffff;
  padding: 35px 20px; 
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  border: 2px solid rgba(59, 98, 135, 0.08); /* Bingkai tipis senada dengan Blue Valley */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.pop__card:hover {
  transform: translateY(-5px);
  border-color: #3b6287; /* Menyala biru lembah saat disentuh */
  box-shadow: 0 15px 30px rgba(59, 98, 135, 0.12); /* Bayangan memancar biru premium */
}

/* Lingkaran pembungkus ikon */
.pop__icon__wrapper {
  width: 90px;  
  height: 90px; 
  background-color: rgba(59, 98, 135, 0.06); /* Background pastel biru transparan yang sejuk */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Efek mikro-interaksi saat kartu di-hover, ikon membesar anggun */
.pop__card:hover .pop__icon__wrapper {
  transform: scale(1.08);
  background-color: rgba(59, 98, 135, 0.1);
}

.pop__icon__wrapper img {
  width: 50px;  
  height: 50px; 
  object-fit: contain;
}

/* Styling Angka Statistik Utama */
.pop__number {
  font-family: "Poppins", sans-serif;
  font-size: 2rem; 
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 5px;
  line-height: 1.2;
}

.pop__label {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #95a5a6;
}

/* Grid Menu Tautan Tombol Grafik */
.stats__link__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stats__link__item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  border: 1px solid #eaeaea;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.stats__link__item:hover {
  background-color: #3b6287; /* Berubah penuh menjadi warna Deep Valley Blue */
  border-color: #3b6287;
  transform: scale(1.02);
}

.link__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.link__text {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #34495e;
  transition: color 0.3s ease;
}

/* Perubahan warna teks link menjadi putih saat tombol di-hover */
.stats__link__item:hover .link__text {
  color: #ffffff;
}

/* ==================== RESPONSIVE LAYAR (MOBILE FRIENDLY) ==================== */

@media screen and (max-width: 991px) {
  .stats__grid__pop {
    grid-template-columns: repeat(2, 1fr); 
  }
  .stats__link__grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media screen and (max-width: 575px) {
  .stats__grid__pop {
    grid-template-columns: 1fr; 
    gap: 20px;
  }

  .pop__card {
    padding: 25px 15px;
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    justify-content: center !important;
  }

  .pop__icon__wrapper {
    width: 80px;  
    height: 80px;
    margin: 0 auto 15px;
  }

  .pop__icon__wrapper img {
    width: 45px;  
    height: 45px;
  }

  .pop__number {
    font-size: 1.8rem; 
  }

  .stats__main__title {
    font-size: 1.75rem;
  }
  
  .stats__link__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .stats__link__item {
    padding: 14px 20px;
  }
}

/* ================= TAMBAHAN CSS HALAMAN 2 & MOBILE ISOLASI ================= */
.explore__container {
  padding: 80px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff; 
  gap: 40px;
  position: relative;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

.explore__content {
  flex: 1;
  text-align: left;
}

.explore__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  color: #3b6287 !important; /* Diselaraskan dengan Deep Valley Blue */
  margin-bottom: 15px;
}

.explore__subtitle {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.95rem;
}

.explore__grid {
  flex: 1.2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid__card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(59, 98, 135, 0.15); /* Mengganti aksen kuning pudar ke Blue Valley lembut */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(59, 98, 135, 0.15);
  border-color: #3b6287;
}

.card__icon {
  font-size: 2.5rem;
  color: #3b6287; /* Mengganti warna icon ke Deep Valley Blue */
  margin-bottom: 10px;
}

.grid__card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d !important;
}

.mobile-only-card, .mobile__bottom__nav {
  display: none; 
}

/* ================= TAMBAHAN CSS HALAMAN 2 & MOBILE ISOLASI (PREMIUM EDITION) ================= */
.explore__container {
  padding: 100px 10%; /* White Space = Mewah */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Gradient biru sangat halus agar latar belakang tetap clean */
  background: radial-gradient(circle at top left, rgba(59, 98, 135, 0.03), #ffffff 70%); 
  gap: 60px;
  position: relative;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

.explore__content {
  flex: 1;
  text-align: left;
}

.explore__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 3rem; 
  font-weight: 900; 
  color: #3b6287 !important; /* Mengganti ke Deep Valley Blue */
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
}

/* Garis aksen kecil mewah di bawah judul */
.explore__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  /* Gradient Biru dari Deep ke Light */
  background: linear-gradient(90deg, #3b6287, #4a7fae);
  margin-top: 12px;
  border-radius: 2px;
}

.explore__subtitle {
  color: #57606f;
  line-height: 1.9; 
  font-size: 1rem;
  letter-spacing: 0.2px;
}

.explore__grid {
  flex: 1.3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.grid__card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 16px; 
  text-align: center;
  /* Shadow mewah tipis */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 10px 30px -3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(59, 98, 135, 0.1); /* Border biru sangat tipis */
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
}

/* Efek cahaya/glowing biru halus saat di-hover */
.grid__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(59, 98, 135, 0.04), rgba(74, 127, 174, 0.01));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.grid__card:hover {
  transform: translateY(-8px); 
  box-shadow: 0 20px 40px -10px rgba(59, 98, 135, 0.15); /* Shadow menyala biru */
  border-color: #3b6287;
}

.grid__card:hover::before {
  opacity: 1;
}

.card__icon {
  font-size: 2.8rem;
  color: #3b6287; /* Mengganti warna icon ke Deep Valley Blue */
  margin-bottom: 15px;
  transition: transform 0.4s ease;
  display: inline-block;
}

.grid__card:hover .card__icon {
  transform: scale(1.1) translateY(-2px);
}

.grid__card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c3e50 !important; 
  letter-spacing: 0.5px;
  margin: 0;
}

.mobile-only-card, .mobile__bottom__nav {
  display: none; 
}

/* ================= OPERASI MEDIA QUERY MOBILE (PREMIUM EDITION) ================= */
@media screen and (max-width: 768px) {
  .explore__container {
    flex-direction: column;
    padding: 60px 24px 120px 24px; 
    text-align: center;
    gap: 40px;
  }

  .explore__content {
    text-align: center;
  }

  .explore__title {
    font-size: 2.2rem;
    display: inline-block;
  }
  
  .explore__title::after {
    margin: 12px auto 0 auto; 
  }

  .explore__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
  }

  .mobile-only-card {
    display: block; 
  }

  .grid__card {
    padding: 16px 6px;
    border-radius: 12px;
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.04);
  }

  .card__icon {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .grid__card h3 {
    font-size: 0.75rem;
    font-weight: 600;
  }

  /* Bar Navigasi Menempel di Bawah HP (Glassmorphism Premium Look) */
  .mobile__bottom__nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.05);
    z-index: 99999;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8e9bb0;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .nav__item i {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }

  .nav__item.active {
    color: #3b6287; /* Mengganti warna aktif ke Deep Valley Blue */
    font-weight: 700;
  }
}

/* ==================== HERO SECTION FIX (FOTO TETAP DI KANAN) ==================== */

.containerd {
  width: 100%;
  min-height: 100vh; 
  background-image: url('/jrebeng.gif'); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center; 
  padding-top: 90px; 
}

/* Sistem Grid 2 Kolom untuk Desktop */
.header__container {
  max-width: var(--max-width);
  width: 100%;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Membagi dua layar secara seimbang */
  gap: 40px;
  align-items: center;
}

/* Kolom kiri kosong di desktop */
.desktop-empty-space {
  display: block;
}

/* Sembunyikan pembungkus teks mobile saat di desktop */
.mobile-text-wrapper {
  display: none;
}

/* Memastikan paket foto & elemen di dalamnya menetap di Kolom Kanan */
.header__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: 2; /* Mengunci paksa agar elemen ini selalu berada di kolom ke-2 (Kanan) */
}

.hero__main__img {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 24px; 
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  position: relative;
  z-index: 1;
}

/* Background Bulat - Menyesuaikan Ambience Blue Valley */
.header__image::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  background-image: url('/header-bg.png');
  background-size: cover;
  background-position: center;
  border-radius: 50% !important; 
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Kartu Melayang Desktop */
.header__image__card {
  position: absolute;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff; 
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(59, 98, 135, 0.2); /* Mengganti oranye tipis ke Blue Valley */
  z-index: 2;
  transition: all 0.3s ease;
}

.header__image__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(59, 98, 135, 0.2); /* Mengganti pendaran hovers ke Blue Valley */
}

.header__image__card span i {
  font-size: 1.3rem;
  color: #3b6287; /* Mengganti warna icon ke Blue Valley */
}

.header__image__card a {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2c3e50 !important;
}

/* Posisi Kartu Melayang Desktop */
.header__image__card-1 {
  top: 20%;
  left: 20px;
}

.header__image__card-2 {
  bottom: 25%;
  right: -20px;
}

/* ==================== SCREEN MOBILE (< 991px) PREMIUM CLEAN DESIGN ==================== */
@media screen and (max-width: 991px) {
  
  /* 1. Pengaturan Kontainer Utama */
  .containerd {
    min-height: auto;
    padding-top: 110px; 
    padding-bottom: 60px;
    /* Lapisan gelap tipis yang elegan agar teks putih di atasnya menyala tajam */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.3)), url('/jrebeng.gif');
    background-size: cover;
    background-position: center;
  }

  .header__container {
    grid-template-columns: 1fr !important; 
    gap: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .desktop-empty-space {
    display: none !important;
  }

/* 2. Area Teks Mengambang (Polymorph & Subtext) */
  .mobile-text-wrapper {
    display: block !important;
    width: 100%;
    margin-bottom: 50px !important; 
    padding: 0 10px;
    box-sizing: border-box;
    background: transparent !important; 
  }

  #polymorph-text, 
  #polymorph-text span,
  #polymorph-text strong,
  #polymorph-text em,
  .mobile-text-wrapper h1,
  .mobile-text-wrapper span {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.9rem !important; 
    font-weight: 700 !important;
    color: #ffffff !important; 
    line-height: 1.4 !important;
    text-align: center !important;
    background: transparent !important; 
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6) !important; 
  }

  /* Sub-deskripsi Teks di bawah Judul */
  .hero__subtext {
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.9) !important; 
    line-height: 1.6;
    text-align: center;
    max-width: 90%;
    margin: 15px auto 0 auto !important;
    background: transparent !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }

  /* 3. Struktur Kontainer Foto & Tombol */
  .header__image {
    grid-column: auto !important; 
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    width: 100%;
    gap: 30px !important; 
    margin-top: 10px; 
  }

  /* Foto Utama Kepala Desa */
  .hero__main__img {
    max-width: 220px; 
    width: 100%;
    height: auto;
    border-radius: 50%; 
    border: 4px solid #ffffff; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  /* Background Bulat di HP */
  .header__image::before {
    max-width: 230px; 
    aspect-ratio: 1;
    border-radius: 50% !important;
    opacity: 0.9;
    z-index: 0;
  }

  /* 4. SUSUNAN KARTU HORIZONTAL (Berjejer Kiri-Kanan yang Rapi) */
  .header__image__card {
    position: static !important; 
    transform: none !important;  
    display: inline-flex !important; 
    flex: 1;
    width: auto !important;
    min-width: 140px; 
    max-width: 160px;
    padding: 10px 12px !important;
    background: #ffffff !important;
    border-radius: 30px !important; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none !important;
  }

  .header__image__card-1,
  .header__image__card-2 {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 5px; 
  }

  /* Penyesuaian Ikon Mobile */
  .header__image__card span i {
    font-size: 1.1rem;
    color: #3b6287; /* Mengganti warna icon mobile ke Blue Valley */
  }

  .header__image__card a {
    font-size: 0.75rem !important; 
    font-weight: 700;
    color: #2c3e50 !important;
    white-space: nowrap; 
  }
}

/* ==================== MAPS SECTION (CHIC DROPDOWN STYLE) ==================== */

.maps__section {
  padding: 60px 0;
  background-color: #ffffff; 
  width: 100%;
}

.maps__container {
  max-width: var(--max-width, 1140px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.maps__title__box {
  margin-bottom: 30px;
  text-align: center;
}

.maps__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #3b6287; /* Mengganti Yellow Orange ke Deep Valley Blue */
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.maps__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #666666;
}

/* Bingkai Peta Elegan */
.maps__card {
  position: relative; 
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  border: 5px solid #3b6287; /* Mengganti Frame pembungkus ke Deep Valley Blue */
  border-radius: 12px; 
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
  overflow: hidden;
}

.maps__card iframe {
  display: block;
}

/* REKAYASA DROPDOWN GEOSPASIAL MELAYANG (CHIC) */
.geospatial__dropdown {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99; 
  font-family: "Poppins", sans-serif;
}

/* Tombol Dropdown Utama Kapsul Cantik */
.dropdown__btn {
  background: #3b6287; /* Mengganti ke Deep Valley Blue */
  color: #ffffff;
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  border-radius: 30px; 
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(59, 98, 135, 0.4); 
  transition: all 0.3s ease;
}

.dropdown__btn:hover {
  background: #4a7fae; /* Mengganti hover ke Light Ocean Breeze */
  box-shadow: 0 5px 20px rgba(59, 98, 135, 0.6);
}

/* Isi Dropdown Menu Komponen */
.dropdown__content {
  display: none; 
  position: absolute;
  top: 55px;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(4px);
  min-width: 250px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(59, 98, 135, 0.2); 
  animation: fadeInSlide 0.25s ease-out;
}

/* Class pembantu toggle aktif via JS */
.dropdown__content.show {
  display: block;
}

.panel__title {
  font-size: 0.8rem;
  font-weight: 800;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.panel__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel__item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #2c3e50;
  font-weight: 600;
  cursor: pointer;
}

.panel__item input {
  margin-right: 10px;
  accent-color: #3b6287; /* Mengganti warna centang checkbox ke Deep Valley Blue */
}

.layer__color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 8px;
}

/* Animasi Halus Saat Dropdown Diklik */
@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE LAYAR HP (< 991px) */
@media screen and (max-width: 991px) {
  .maps__title__box {
    text-align: center;
  }
  .maps__title {
    font-size: 1.7rem;
  }
  
  .geospatial__dropdown {
    right: 50%;
    transform: translateX(50%);
    width: auto;
    white-space: nowrap;
  }
  
  .dropdown__content {
    right: 50%;
    transform: translateX(50%);
  }
}

/* ==================== NEWS SECTION (CHIC & CLEAN STYLE) ==================== */

.news__section {
  padding: 80px 0;
  background-color: #fdfdfd; /* Background putih bersih minimalis */
  width: 100%;
}

.news__container {
  max-width: var(--max-width, 1140px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section Style */
.news__header {
  margin-bottom: 45px;
  text-align: center; /* Rata kiri persis seperti image_c3ba01.jpg */
}

.news__main__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #3b6287; /* Mengganti warna utama ke Deep Valley Blue */
  margin-bottom: 10px;
  text-align: center;
}

.news__sub__title {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #666666;
  max-width: 800px;
  line-height: 1.6;
}

/* Grid Layout Sistem */
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

/* Desain Kartu Berita Modern Sesuai Referensi */
.news__card__chic {
  background: #ffffff;
  border-radius: 16px; /* Sudut melengkung halus */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Bayangan tipis mewah */
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news__card__chic:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(59, 98, 135, 0.15); /* Hover berpendar biru lembah tipis */
}

/* Pengaturan Gambar */
.news__img__box {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.news__img__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news__card__chic:hover .news__img__box img {
  transform: scale(1.05);
}

/* Badan Konten Kartu */
.news__content__box {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.news__title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news__title a:hover {
  color: #3b6287; /* Judul berubah warna ke Deep Valley Blue saat di-hover */
}

.news__excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Footer Metadata Kartu (Bawah) */
.news__meta__footer {
  margin-top: auto; /* Memaksa footer menempel di paling bawah kartu */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #f5f5f5;
}

.meta__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta__author, .meta__views {
  font-size: 0.78rem;
  color: #95a5a6;
}

.meta__left i {
  margin-right: 4px;
}

/* Badge Tanggal Orange Khas Referensi */
.meta__date__badge {
  background-color: #3b6287; /* Mengikuti main color Deep Valley Blue kita */
  color: #ffffff;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(59, 98, 135, 0.2);
}

/* Tombol Aksi Lihat Semua */
.news__action__center {
  text-align: center;
}

.news__more__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #3b6287; /* Mengganti ke Deep Valley Blue */
  color: #ffffff;
  padding: 14px 35px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(59, 98, 135, 0.3);
  transition: all 0.3s ease;
}

.news__more__btn:hover {
  background-color: #4a7fae; /* Mengganti hover ke Light Ocean Breeze */
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 98, 135, 0.5);
}

/* RESPONSIVE LAYAR TABLET & MOBILE (PENTING!) */
@media screen and (max-width: 991px) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr); /* Menjadi 2 kolom di tablet */
    gap: 20px;
  }
  .news__main__title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .news__header {
    text-align: center; /* Rata tengah di HP agar cantik */
  }
  .news__grid {
    grid-template-columns: 1fr; /* Menjadi 1 kolom penuh vertikal di HP */
  }
  .news__main__title {
    font-size: 1.7rem;
  }
  .news__sub__title {
    font-size: 0.9rem;
  }
}

/* Desain Kartu Berita Modern dengan Bingkai Elegan */
/* Desain Kartu Berita Modern sebagai Link Utuh */
.news__card__chic {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(59, 98, 135, 0.2); /* Menyesuaikan warna border tipis kartu */
  display: flex;
  flex-direction: column;
  text-decoration: none; /* Menghilangkan garis bawah tautan pada kartu */
  transition: all 0.3s ease;
  cursor: pointer; /* Mengubah kursor menjadi telunjuk di seluruh area kartu */
}

/* Hover Efek Kartu */
.news__card__chic:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(59, 98, 135, 0.15);
  border-color: #3b6287; /* Mengganti border hover ke Deep Valley Blue */
}

/* Modifikasi Efek Judul Saat Kartu Di-hover */
.news__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #2c3e50; /* Warna teks default gelap yang elegan */
  transition: color 0.2s ease;
}

/* Ketika area manapun di kartu di-hover, otomatis teks judul ikut berubah Deep Valley Blue */
.news__card__chic:hover .news__title {
  color: #3b6287; 
}