@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);

@keyframes bounceIn {
  0% {
      transform: scale(0);
  }
  50% {
      transform: scale(1.1);
  }
  70% {
      transform: scale(0.9);
  }
  100% {
      transform: scale(1);
  }
}

.modal {
  animation: bounceIn 0.5s;
}


@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

/* Button Styles */

.button, .button-2 {
  display: inline-flex;
  /* height: 40px;
  width: 150px; */
  border: 2px solid #ffffff;
  /* margin: 20px 20px 20px 20px; */
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #3b56b5;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

.button-2:hover #slide {
  left: 0;
}

.button-2:hover a {
  color: #ffffff;
}

.button-2.clicked a { /* Ubah Warna Teks saat Tombol Diklik */
  color: #ffffff;
}

/* Fonts */
/* :root { */
  /* --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* --font-default: "DIN Alternate", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "DIN Alternate", sans-serif;
  --font-secondary: "Poppins", sans-serif;
} */
:root {
  /* --font-default: "Poppins", sans-serif; */
  --font-primary: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-default: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* --font-secondary: "DM Serif Display", serif; */
  --font-secondary: "Poppins", sans-serif;
}
/* Colors */
/* :root {
  --color-default: #0a0d13;
  --color-primary: #3b56b5;
  --color-secondary: #0e1d34;
} */

/* :root {
  --color-default: #10291D;
  --color-primary: #00B34D;
  --color-secondary: #114A2F;
} */

:root {
  --color-default:  #56B7EC;
  --color-primary: #98C9E2;
  --color-secondary: #4592C8;
  --color-hero: #3d8cc4;
	--accent-color: #3d8cc4;
	--gradient-primary: linear-gradient(135deg, #4592C8, #3b82c4);
	--white: #ffffff;
}
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
/* section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--color-primary);
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(17, 51, 74,0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
} */

/* TABLE CARD */
.table-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eef2ff;
  overflow: hidden;
}
.katalog-table thead {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
  position: sticky;
  top: 0;
}
.katalog-table th {
  font-weight: 600;
  font-size: 14px;
	color: #fff;
  white-space: nowrap;
}
.katalog-table td {
  font-size: 14px;
}
.sub-row {
  background: #f8fafc;
}

/* BUTTON */
.btn-soft-primary {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  border: none;
  color: #fff;
}
.btn-soft-primary:hover {
  filter: brightness(1.05);
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-header-soft {
    height: 200px;
    background-size: 220px auto;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(17, 51, 74,0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

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

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-primary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}

.header.sticked {
  background: rgba(17, 51, 74,0.9);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(17, 51, 74,0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
/* =====================================================
GLOBAL VARIABLE
===================================================== */
:root {
  --navbar-height: 96px;

  --blue-primary: #3b82c4;
  --blue-dark: #1e3a8a;
  --blue-soft: #eaf3ff;

  --text-blue: #1e3a8a;
  --text-white: #ffffff;
}


/* =====================================================
BODY
===================================================== */
body {
  margin: 0;
  background: #ffffff;
  padding-top: var(--navbar-height);
}

/* =====================================================
NAVBAR WRAPPER
===================================================== */
.custom-navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--navbar-height);
  z-index: 999;

  background: linear-gradient(135deg, #4592C8, #3b82c4);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(112,112,112,.18);
}

.custom-navbar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =====================================================
LOGO
===================================================== */
.custom-navbar .logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-navbar .logo img {
  height: 60px;
  transition: transform .3s ease;
}

.custom-navbar .logo img:hover {
  transform: scale(1.05);
}

/* =====================================================
MENU DESKTOP
===================================================== */
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar ul li {
  position: relative;
}

.navbar ul li > a {
  color: #f0f6ff;
  padding: 10px 16px;
  font-weight: 500;
  border-radius: 10px;
  transition: .25s ease;
}

.navbar ul li > a:hover,
.navbar ul li > a.active {
  background: rgba(255,255,255,.25);
  color: #ffffff;
}

/* =====================================================
DROPDOWN DESKTOP (HOVER)
===================================================== */
/* ===== DROPDOWN WRAPPER ===== */
.navbar ul li.dropdown {
  position: relative;
}

/* ===== DROPDOWN MENU ===== */
.navbar ul li .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;

  min-width: 220px;
  padding: 8px;

  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;

  transition: all .25s ease;
  z-index: 999;
}

/* SHOW ON HOVER */
.navbar ul li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===== ITEM ===== */
.navbar ul li .dropdown-menu li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  color: #2563eb;            /* 🔵 biru */
  background: transparent;

  transition: all .2s ease;
}

/* HOVER */
.navbar ul li .dropdown-menu li a:hover {
  background: #e0f2fe;       /* biru muda */
  color: #1e40af;
}

/* ACTIVE */
.navbar ul li .dropdown-menu li a.active {
  background: #2563eb;       /* 🔵 biru solid */
  color: #ffffff !important;
}

/* ================================
MOBILE NAV
==================================*/

.mobile-nav-toggle{
    display:none;
    font-size:30px;
    color:#fff;
    cursor:pointer;
    z-index:10002;
}

@media(max-width:991px){

.mobile-nav-toggle{
    display:block;
}

/* Sidebar */

.navbar{

    position:fixed;
    top:0;
    right:-100%;

    width:300px;
    max-width:85%;
    height:100vh;
		
    background: linear-gradient(135deg, #4592C8, #3b82c4) !important;

    overflow-y:auto;

    transition:.35s;

    padding:80px 0 30px;

    box-shadow:-10px 0 25px rgba(0,0,0,.18);

    z-index:10001;

}

.navbar.mobile-nav-active{
    right:0;
}

/* Menu */

.navbar ul{

    display:flex;
    flex-direction:column;

    padding:18px;

    gap:8px;

}

.navbar li{

    width:100%;
    list-style:none;

}

.navbar>ul>li>a{

    display:flex;
    justify-content:space-between;
    align-items:center;

    color:#fff;

    font-size:15px;
    font-weight:600;

    padding:14px 18px;

    border-radius:12px;

    transition:.3s;

}

.navbar>ul>li>a:hover,
.navbar>ul>li>a.active{

    background:rgba(255,255,255,.18);

}

/* ===========================
   DROPDOWN MOBILE
=========================== */

.navbar .dropdown{
    display:block;
}

.navbar .dropdown > a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* RESET STYLE DESKTOP */
.navbar .dropdown .dropdown-menu{

    position:static !important;
    top:auto !important;
    left:auto !important;

    width:100%;
    min-width:100%;

    display:none;

    margin:8px 0 0;
    padding:8px;

    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;

    background:#fff;
    border-radius:10px;
    box-shadow:none;
}

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

.navbar .dropdown-menu li{
    margin:0;
}

.navbar .dropdown-menu li a{

    display:block;
    padding:12px 15px;

    color:#2563eb !important;

    border-radius:8px;

}

.navbar .dropdown-menu li a:hover{
    background:#dbeafe;
}

.navbar .dropdown-menu li a.active{
    background:#2563eb;
    color:#fff !important;
}

}

/* =====================================================
BUTTON LOGIN
===================================================== */
.btn-login {
  background: linear-gradient(135deg, #4c5483, #303f9f);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 500;

  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(48,63,159,.4);
  transition: .25s ease;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(48,63,159,.5);
}

/* SEARCH */
.search-modern,
#form-search {
background: transparent;
box-shadow: none;
}

.search-box {
display: flex;
align-items: center;
gap: 14px;
height: 58px;
padding: 0 24px;
background: #fff;
border-radius: 999px;
box-shadow: 0 14px 36px rgba(0,0,0,.22);
}

.search-icon {
font-size: 1.25rem;
color: #2563eb;
}

.search-box input {
flex: 1;
border: none;
outline: none;
background: transparent;
}

/* STATS */
.stats-item {
background: #fff;
border-radius: 1.5rem;
box-shadow: 0 2px 12px rgba(0,0,0,.07);
transition: .2s ease;
cursor: pointer;
}

.stats-item:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 6px 24px rgba(0,0,0,.12);
}

.stats-item:hover .animated-icon {
animation: shakeIcon .5s;
}

/* ICON ANIMATION */
.stats-item:hover .animated-icon {
animation: shakeIcon 0.5s;
}

@keyframes shakeIcon {
0% {
  transform: rotate(0);
}

25% {
  transform: rotate(-10deg);
}

50% {
  transform: rotate(10deg);
}

75% {
  transform: rotate(-10deg);
}

100% {
  transform: rotate(0);
}
}

.stats-item {
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
background: #fff;
border-radius: 1.5rem;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.stats-item:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.stats-item i {
display: inline-block;
margin-bottom: 8px;
}

/* WAVE */
.wave-container {
position: relative;
background: #4592C8;
height: 120px;
overflow: hidden;
}

.wave-container svg {
position: absolute;
bottom: 0;
width: 200%;
height: 100%;
}

/* ================= WAVE ANIMATION ================= */

/* Wave 1 – Putih (rendah) */
@keyframes waveFloat1 {
0% {
  transform: translateX(0) translateY(0);
}
50% {
  transform: translateX(-20%) translateY(10px);
}
100% {
  transform: translateX(0) translateY(0);
}
}

/* Wave 2 – Abu (sedang) */
@keyframes waveFloat2 {
0% {
  transform: translateX(0) translateY(0);
}
50% {
  transform: translateX(-15%) translateY(25px);
}
100% {
  transform: translateX(0) translateY(0);
}
}

/* Wave 3 – Biru (tinggi) */
@keyframes waveFloat3 {
0% {
  transform: translateX(0) translateY(0);
}
50% {
  transform: translateX(-10%) translateY(40px);
}
100% {
  transform: translateX(0) translateY(0);
}
}

/* ================= WAVE LAYER ================= */

.wave1 {
animation: waveFloat1 6s ease-in-out infinite;
opacity: 1;
z-index: 3;
}

.wave2 {
animation: waveFloat2 6s ease-in-out infinite;
animation-delay: -2s;
opacity: 0.8;
z-index: 2;
}

.wave3 {
animation: waveFloat3 6s ease-in-out infinite;
animation-delay: -4s;
opacity: 0.7;
z-index: 1;
}

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

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

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(17, 51, 74,0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--color-secondary);
  }

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

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(17, 51, 74,0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: var(--color-default);
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* === ABOUT SECTION === */
.about-section {
  position: relative;
  padding: 20px 0 60px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  z-index: 5;
	margin-top: -15px;
  overflow: hidden;
}

/* Subtitle – abu gelap lembut */
.section-subtitle {
  color: #475569; /* slate-600 */
  font-weight: 500;
}

/* Deskripsi – abu gelap lebih tegas */
.section-desc {
  color: #334155; /* slate-700 */
  font-weight: 400;
  line-height: 1.8;
}

/* Highlight text di dalam deskripsi tetap kuat */
.section-desc strong {
  color: #1e293b; /* slate-800 */
  font-weight: 600;
}

.about-inner {
  position: relative;
  z-index: 10;
}

.section-label {
  font-size: 24px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #14b8a6;
  margin-bottom: 12px;
  display: inline-block;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}

.section-title .highlight-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background: linear-gradient(90deg, #1b79cc, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-highlight {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
  margin-bottom: 20px;
}

.about-highlight ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.about-highlight li {
  font-size: 14px;
  margin-bottom: 6px;
}

.about-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(255, 241, 242, 0.9);
  color: #9f1239;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  z-index: 2;
}
.feature-card {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  padding: 30px 22px;
  text-align: center;
  height: 100%;
  transition: all .35s ease;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
  background-clip: padding-box;
}

.feature-icon i {
  font-size: 36px;
  margin-bottom: 14px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 14px;
  color: #64748b;
}

/* GRADIENT VARIANTS (SOFT) */
.gradient-blue {
    background: linear-gradient(135deg, #e3f2fd, #f5faff);
    color: #1e88e5;
}

.gradient-cyan {
    background: linear-gradient(135deg, #e0f7fa, #f3feff);
    color: #0891b2;
}

.gradient-purple {
    background: linear-gradient(135deg, #f3e8ff, #faf5ff);
    color: #7c3aed;
}

.gradient-green {
    background: linear-gradient(135deg, #e6f9f0, #f4fffb);
    color: #059669;
}

.gradient-yellow {
    background: linear-gradient(135deg, #fff7e0, #fffdf5);
    color: #ca8a04;
}

.gradient-red {
    background: linear-gradient(135deg, #ffecec, #fff5f5);
    color: #dc2626;
}

.feature-card i,
.feature-card h4 {
    color: inherit;
}

.feature-card p {
    color: #64748b;
}

/* HOVER EFFECT */
/* BLUE */
.gradient-blue:hover {
    background: linear-gradient(135deg, #90caf9, #64b5f6);
}

/* CYAN */
.gradient-cyan:hover {
    background: linear-gradient(135deg, #67e8f9, #22d3ee);
}

/* PURPLE */
.gradient-purple:hover {
    background: linear-gradient(135deg, #d8b4fe, #c4b5fd);
}

/* GREEN */
.gradient-green:hover {
    background: linear-gradient(135deg, #6ee7b7, #34d399);
}

/* YELLOW */
.gradient-yellow:hover {
    background: linear-gradient(135deg, #fde68a, #facc15);
}

/* RED */
.gradient-red:hover {
    background: linear-gradient(135deg, #fca5a5, #f87171);
}

.feature-card:hover {
    transform: translateY(-6px);
   box-shadow: 0 12px 32px -6px rgba(0, 0, 0, 0.18);
}

.feature-card:hover i,
.feature-card:hover h4,
.feature-card:hover p {
    color: #ffffff;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }

  .about-section {
    padding: 60px 0 40px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(17, 51, 74,0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #04452A;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(17, 51, 74,0.6), rgba(17, 51, 74,0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/* ================= PUBLIKASI INFOGRAFIS ================= */

.publikasi-section {
  position: relative;
  isolation: isolate;
  z-index: 2;
  padding: 40px 0;
  font-family: 'Poppins', sans-serif;

  background-color: #f8fafc;
  background-image:
    radial-gradient(#cbd5e1 1px, transparent 1px);
  background-size: 24px 24px;
}

/* ===== SECTION TITLE PUBLIKASI ===== */
.publikasi-title {
  margin-bottom: 48px;
}

.publikasi-title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

/* Garis dekoratif modern */
.publikasi-title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}

/* Subtitle kecil */
.publikasi-title .subtitle {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
}

/* Deskripsi */
.publikasi-title p {
  margin-top: 8px;
  font-size: 20px;
  color: #64748b;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .publikasi-title h2 {
    font-size: 26px;
  }

  .publikasi-title p {
    font-size: 14px;
  }
}

/* Wrapper */
.publikasi-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

/* Slider */
.publikasi-slider {
  display: flex;
	padding: 20px;
  gap: 24px;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Card */
.publikasi-card {
  width: 360px;
  flex: 0 0 360px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.publikasi-card:hover {
  transform: translateY(-8px);
}

/* Image */
.publikasi-img {
	margin: 15px auto 0;
  width: 80%;
  aspect-ratio: 3 / 4;      
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Gambar full & utuh */
.publikasi-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;   
}

/* Content */
.publikasi-content {
  padding: 18px;
  text-align: center;
}

.publikasi-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.publikasi-content a {
  color: #1e293b;
  text-decoration: none;
}

.publikasi-content a:hover {
  color: #2563eb;
}

/* Navigation Button */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  cursor: pointer;
  font-size: 20px;
  z-index: 5;
  transition: all .3s ease;
}

.nav-btn:hover {
  background: #2563eb;
  color: #fff;
}

.nav-btn.prev { left: 10px; }
.nav-btn.next { right: 10px; }

/* Empty */
.publikasi-empty {
  width: 100%;
  text-align: center;
  padding: 40px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .publikasi-card {
    min-width: 260px;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(17, 51, 74,0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(17, 51, 74,0.03);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 51, 74,0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(17, 51, 74,0.15);
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: rgba(17, 51, 74,0.5);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.horizontal-pricing .featured {
  background: var(--color-primary);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

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

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

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: var(--color-primary,)
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(17, 51, 74,0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: #059652;
  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 #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

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

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 50vh;
  background-color: var(--color-hero);
  background-image: 
    url("../img/hero-bg.png"),
    url("../img/hero-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: 
    left 40px center,   /* gambar kiri */
    right 40px center; /* gambar kanan */
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}



.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero form {
	position: relative;
  z-index: 5;
  isolation: isolate;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.hero .fix {
	position: relative;
  z-index: 5;
  isolation: isolate;
  background: #fff;
}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

/* ================= STATS ITEM ================= */
.hero .stats-item {
	position: relative;
	z-index: 5;
	isolation: isolate;
  background: #ffffff !important; /* GANTI */
  width: 100%;
  padding: 30px;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover card */
.hero .stats-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
}

/* ================= ICON ================= */
.hero .stats-item i {
  display: inline-block;
  margin-bottom: 8px;
}

/* 🔥 SHAKE ICON SAAT HOVER KE stats-item (TETAP ADA) */
.hero .stats-item:hover .animated-icon {
  animation: shakeIcon 0.5s;
}

/* ================= ICON ANIMATION ================= */
@keyframes shakeIcon {
  0%   { transform: rotate(0); }
  25%  { transform: rotate(-10deg); }
  50%  { transform: rotate(10deg); }
  75%  { transform: rotate(-10deg); }
  100% { transform: rotate(0); }
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: 500;
}

.stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-secondary);
  font-weight:500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

:root {
  --blue: #3b82f6;
  --blue-soft: #eaf2ff;
  --blue-dark: #1e3a8a;
}

.hero-header-soft {
  height: 230px;
  background:
    url('../img/hero-img.svg') left center no-repeat,
    url('../img/hero-img.svg') right center no-repeat;
  background-size: 420px auto;
  position: relative;
  color: #fff;
}

.hero-overlay-soft {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(59,130,246,.65), rgba(30,58,138,.75));
}

/* SEARCH */
.modern-search {
  max-width: 760px;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  border: 1px solid #e5edff;
  transition: .25s;
}
.modern-search:focus-within {
  box-shadow: 0 18px 40px rgba(59,130,246,.35);
  transform: translateY(-2px);
}
.modern-search .form-control {
  box-shadow: none;
}
#search-bar::placeholder {
  color: #9ca3af;
  opacity: 1;
	font-size: 15px;
}

/* Result Card */
.result-card {
 
  border-radius: 20px;
  padding: 22px 26px;
  border: 1px solid rgba(59,130,246,.15);
  box-shadow: 0 8px 18px rgba(59,130,246,.08);
  transition: .3s ease;
}
.result-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 28px rgba(59,130,246,.15);
}

/* Buttons */
.btn-soft-primary {
  background: linear-gradient(135deg, #93c5fd, #3b82f6);
  border: none;
  color: #fff;
}
.btn-soft-primary:hover {
  filter: brightness(1.05);
  color: #fff;
}

/* Meta */
.meta-info li {
  font-size: 14px;
  color: #64748b;
}
.meta-info i {
  color: var(--blue);
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-header-soft { min-height: 130px; }
  .result-card { padding: 16px; }
}

/* =========================
   SECTION
========================= */
.stats-graph-section {
  padding: 80px 0;
  background: #f8fafc;
}

/* =========================
 GRAPH CARD (GLOBAL)
========================= */
.graph-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.graph-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,.12);
}

/* tinggi tetap untuk card tertentu */
.graph-card.fiks {
  height: 400px;
}

/* =========================
 GRAPH HEADER
========================= */
.graph-card h4,
.graph-header h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #0d6efd;
}

.graph-subtitle {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 16px;
}

/* =========================
 CHART AREA
========================= */

.chart-container {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}


.chart-scroll {
  flex: 1;
  height: 520px;
  overflow-y: auto;
  padding-right: 6px;
}

/* ukuran item chart */
.chart-item {
  height: 220px;
}

.chart-item.compact {
  height: 180px;
}

/* =========================
 RSUD SECTION
========================= */
.rsud-section {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
}

.rsud-title {
  font-weight: 700;
  color: #0d6efd;
}

/* tombol refresh */
.rsud-refresh {
  border-radius: 10px;
  padding: 8px 18px;
  font-weight: 600;
}

/* =========================
 CARD INSIDE CAROUSEL
========================= */
.rsud-card {
  border-radius: 14px;
  border: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.rsud-card .card-header {
  background: linear-gradient(135deg, #0d6efd, #20c997);
  color: #ffffff;
  border-radius: 14px 14px 0 0;
}

.rsud-card .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* =========================
 TABLE AREA
 
========================= */
/* FONT */
.graph-header, .update-text, .graph-title, .graph-subtitle, .graph-source {
  font-family: 'Poppins', sans-serif;
}

/* Judul & Subtitle */
.graph-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.graph-subtitle {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 4px;
}

.graph-source {
  font-size: 0.85rem;
  color: #495057;
}

.graph-source a {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.25s;
}

.graph-source a:hover {
  color: #0a58ca;
  text-decoration: underline;
}

/* Update terakhir */
.update-text {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 500;
}

/* Tombol refresh */
.btn-refresh {
  padding: 6px 16px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-refresh .spinner-border {
  width: 1rem;
  height: 1rem;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .graph-header {
      text-align: center;
  }
  .row.align-items-center {
      flex-direction: column;
      gap: 8px;
  }
  .text-end {
      text-align: center !important;
  }
}

.table-scroll {
  height: 520px;
  overflow-y: auto;
}

.rsud-table thead {
  background: #e9f2ff;
}

.rsud-table th {
  font-weight: 600;
  font-size: 14px;
}

.rsud-table td {
  font-size: 14px;
  vertical-align: middle;
}

/* =========================
 RESPONSIVE
========================= */
@media (max-width: 768px) {

  .stats-graph-section {
      padding: 48px 0;
  }

  .chart-container {
      height: 300px;
  }

  .chart-scroll,
  .table-scroll {
      height: 420px;
  }

  .graph-card {
      padding: 20px;
  }
}
/* =========================
 CUSTOM RSUD TABS
========================= */
.rsud-tab-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
background: #f1f5f9;
border-radius: 14px;
padding: 6px;
margin-bottom: 20px;
gap: 6px;
}

.rsud-tab {
text-align: center;
padding: 10px 0;
border-radius: 10px;
font-weight: 600;
font-size: 14px;
color: #475569;
cursor: pointer;
transition: all .25s ease;
user-select: none;
}

/* aktif */
.rsud-tab.active {
background: #e0ecff;
color: #2563eb;
box-shadow: inset 0 0 0 1px rgba(37,99,235,.15);
}

/* hover */
.rsud-tab:hover {
background: #e8f0ff;
color: #2563eb;
}

/* =========================
 TAB CONTENT
========================= */
.rsud-tab-content .tab-panel {
display: none;
}

.rsud-tab-content .tab-panel.active {
display: block;
}

/* === INFOGRAFIS CARD === */
.publication-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.publication-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* Image */
.publication-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.publication-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.publication-card:hover img {
  transform: scale(1.05);
}

/* Title */
.publication-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.publication-title a {
  color: #1f2937;
  text-decoration: none;
}

.publication-title a:hover {
  color: var(--accent-color);
}


.watermark-fixed-center {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  max-width: 40vw;
  max-height: 80%;
  z-index: 0;
  pointer-events: none;
}

/* FLOATING CS */
/* ================= FLOATING AI ================= */
.cs-floating {
	--cs-size: 110px;

	position: fixed;
	right: 20px;
	bottom: 90px;
	width: var(--cs-size);
	height: var(--cs-size);

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	cursor: pointer;
	user-select: none;

	background: linear-gradient(90deg, #1b7bce, #1fa7b9);

	box-shadow:
		0 12px 34px rgba(67, 147, 251, 0.35),
		inset 0 0 0 2px rgba(159, 186, 255, 0.15);

	box-sizing: border-box;
	z-index: 1080;

	/* animation: csFloat 4s ease-in-out infinite;
	transition: transform .25s ease, box-shadow .25s ease; */
}

.cs-floating:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow:
		0 20px 40px rgba(79, 142, 224, 0.45),
		inset 0 0 0 2px rgba(255,255,255,.2);
}

.cs-floating:active {
	transform: scale(.96);
	cursor: grabbing;
}

.cs-floating img {
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border-radius: 50%;
	object-fit: cover;

	background: linear-gradient(90deg, #1E88E5, #26C6DA);
	/* border: 2px solid #fff; */
	padding: 4px;
	box-sizing: border-box;

	pointer-events: none;
}

.cs-floating::before {
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: 50%;

	background: radial-gradient(circle,
		rgba(79,195,247,.28),
		rgba(30,136,229,.18),
		rgba(38,198,218,0)
	);

	filter: blur(10px);
	animation: csPulse 2.8s ease-out infinite;
	z-index: -1;
	pointer-events: none;
}

.cs-floating::after {
	content: "SAMBANG AI";
	position: absolute;
	bottom: calc(var(--cs-size) * -0.38);
	left: 50%;
	transform: translateX(-50%);

	font-size: 13px;
	font-weight: 600;
	letter-spacing: .3px;

	color: #fff;
	background: linear-gradient(90deg, #1E88E5, #26C6DA);
	padding: 6px 10px;
	border-radius: 999px;

	box-shadow: 0 6px 16px rgba(11,116,255,.18);
	white-space: nowrap;
	pointer-events: none;
	z-index: 1081;
}

.sparkle-container {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1082;
}

.sparkle-container span {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #FFD700;
	border-radius: 50%;
	opacity: 0;
	filter: blur(.5px);
	animation: sparklingMix 3s infinite ease-in-out;
}

/* LUAR */
.sparkle-container span:nth-child(1) { top:-22px; left:40%; animation-delay:0s; }
.sparkle-container span:nth-child(2) { top:12%; right:-26px; animation-delay:.5s; }
.sparkle-container span:nth-child(3) { bottom:-18px; left:20%; animation-delay:1.2s; }
.sparkle-container span:nth-child(4) { bottom:40%; left:-22px; animation-delay:1.8s; }

/* DALAM */
.sparkle-container span:nth-child(5) { top:26%; left:26%; width:4px; height:4px; animation-delay:.3s; }
.sparkle-container span:nth-child(6) { top:22%; right:30%; animation-delay:.9s; }
.sparkle-container span:nth-child(7) { bottom:30%; right:25%; animation-delay:1.5s; }
.sparkle-container span:nth-child(8) { bottom:22%; left:35%; width:5px; height:5px; animation-delay:2.1s; }

@keyframes csFloat {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-8px); }
	100% { transform: translateY(0); }
}

@keyframes csPulse {
	0%   { opacity:.85; transform: scale(.9); }
	70%  { opacity:.2; transform: scale(1.25); }
	100% { opacity:0; transform: scale(1.45); }
}

@keyframes sparklingMix {
	0%   { transform: scale(0) rotate(0); opacity:0; }
	50%  { transform: scale(1.3) rotate(180deg); opacity:1; box-shadow:0 0 10px #FFD700; }
	100% { transform: scale(0) rotate(360deg); opacity:0; }
}

@media (max-width: 480px) {
	.cs-floating {
		--cs-size: 72px;
		right: 12px;
		bottom: 12px;
	}

	.cs-floating::after {
		font-size: 11px;
		padding: 4px 8px;
		bottom: calc(var(--cs-size) * -0.25);
	}

	.cs-floating::before {
		inset: -10px;
	}
}

/* CHAT BOX */
.chat-box {
	position: fixed;
	right: 20px;
	bottom: calc(20px + 56px + 12px);
	width: 340px;
	max-width: 92vw;
	height: 480px;
	display: none;
	flex-direction: column;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(30, 136, 229, 0.25);
	overflow: hidden;
	z-index: 1090;
}

.chat-box.open { display: flex; }

/* Header */
.chat-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 14px;
	background: linear-gradient(90deg, #1E88E5, #26C6DA);
	color: #ffffff;
	font-weight: 600;
}

.chat-header button {
	background: rgba(255,255,255,0.2);
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 8px;
	padding: 4px 8px;
}

/* Body */
.chat-body {
	flex: 1;
	padding: 12px;
	overflow-y: auto;
	background: #f8fafc;
}

/* Footer */
.chat-footer {
	display: flex;
	padding: 10px;
	gap: 8px;
	border-top: 1px solid #e5e7eb;
	background: #ffffff;
}

.chat-footer input[type="text"] {
	flex: 1;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	outline: none;
	background: #f9fafb;
	transition: border-color .2s, box-shadow .2s;
}

.chat-footer input[type="text"]:focus {
	border-color: #1E88E5;
	box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.18);
}

.chat-footer button {
	background: linear-gradient(90deg, #1E88E5, #26C6DA);
	border: none;
	color: #fff;
	padding: 0 16px;
	border-radius: 999px;
	cursor: pointer;
	height: 40px;
	min-width: 40px;
	transition: transform .15s ease, box-shadow .15s ease;
}

.chat-footer button:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(30, 136, 229, 0.45);
}

/* Messages */
.chat-message {
	margin-bottom: 10px;
	display: flex;
}

.chat-message.ai { justify-content: flex-start; }
.chat-message.user { justify-content: flex-end; }

.bubble {
	max-width: 78%;
	padding: 10px 14px;
	border-radius: 16px;
	background: #e5e7eb;
	color: #0f172a;
	line-height: 1.4;
}

/* User bubble */
.chat-message.user .bubble {
	background: linear-gradient(90deg, #1E88E5, #26C6DA);
	color: #ffffff;
}

/* Mobile */
@media (max-width: 480px) {
	.chat-box {
		right: 12px;
		left: 12px;
		width: auto;
		bottom: calc(12px + 56px + 12px);
		height: 60vh;
	}
	.cs-floating {
		right: 12px;
		bottom: 12px;
	}
}
/*--------------------------------------------------------------
# Footer (Responsive • Zoom Safe • Modern)
--------------------------------------------------------------*/

.footer {
  background: var(--gradient-primary);
  color: #fff;
  position: relative;
  isolation: isolate;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(14px, 1vw, 16px);
}

.footer-main {
  padding: 50px 0 30px;
}

/* Titles */
.footer-title,
.footer-collab-title,
.footer-right h6 {
  font-weight: 600;
  margin-bottom: 12px;
}

/* Description */
.footer-desc {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.6;
}

/* -------------------------------------------------
   Collaborator Logos (Auto Resize on Zoom)
------------------------------------------------- */
.footer-logos {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);

  padding: clamp(10px, 1.5vw, 16px) clamp(14px, 2vw, 20px);
  background: #ffffff;
  border-radius: 16px;

  max-width: 100%;
  flex-wrap: wrap;
}

.footer-logos img {
  height: clamp(28px, 4vw, 42px);
  max-width: 100%;
  object-fit: contain;
  background: transparent;
  padding: 0;
  transition: transform .25s ease;
}

.footer-logos img:hover {
  transform: scale(1.08);
}

/* -------------------------------------------------
   Social Media
------------------------------------------------- */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.footer-social a {
  width: clamp(36px, 4vw, 44px);
  height: clamp(36px, 4vw, 44px);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: clamp(16px, 2vw, 18px);
  color: #fff;
  text-decoration: none;

  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.6);
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(6px);

  transition: all .25s ease;
}

.footer-social a:hover {
  background: #fff;
  color: #3b82c4;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}

.footer-social a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* -------------------------------------------------
   Footer Links
------------------------------------------------- */
.footer-links h6 {
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: clamp(14px, 1vw, 15px);
  letter-spacing: .5px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  color: rgba(255,255,255,.9);
  text-decoration: none;

  transition: all .25s ease;
}

.footer-links a::before {
  content: "›";
  font-size: 18px;
  opacity: .6;
  transition: transform .25s ease, opacity .25s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 18px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .25s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(6px);
}

.footer-links a:hover::before {
  transform: translateX(3px);
  opacity: 1;
}

.footer-links a:hover::after {
  width: calc(100% - 18px);
}

/* -------------------------------------------------
   Contact
------------------------------------------------- */
.footer-contact h6 {
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: clamp(15px, 1vw, 16px);
  letter-spacing: .5px;
}

.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;

  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}

.footer-contact i {
  font-size: 16px;
  margin-top: 2px;
  opacity: .9;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------
   Right Layout Grid
------------------------------------------------- */
.footer-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

/* -------------------------------------------------
   Counter Card (Zoom Safe)
------------------------------------------------- */
.footer-counter-card {
  background: #ffffff;
  color: #1f2937;
  border-radius: 14px;
  padding: 16px 18px;
  max-width: 360px;

  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  font-family: 'Poppins', sans-serif;
}

/* Header */
.counter-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 14px;
}

.counter-header i {
  color: #3b82f6;
  font-size: 18px;
}

/* Body */
.counter-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.counter-divider {
  width: 1px;
  height: 100%;
  background: #e5e7eb;
}

.counter-item small {
  font-size: 12px;
  color: #6b7280;
}

.counter-item strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 4px 0;
}

.counter-item.highlight strong {
  color: #2563eb;
}

/* turun */
.counter-down {
  display: inline-block;
  font-size: 12px;
  color: #dc2626;
  background: #fee2e2;
  padding: 2px 6px;
  border-radius: 6px;
}

.muted {
  color: #6b7280;
  font-size: 12px;
}

/* Per Tahun */
.counter-year {
  margin-top: 14px;
}

.counter-year small {
  font-weight: 600;
  font-size: 12px;
}

.year-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.year-list span {
  font-size: 12px;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 4px 8px;
}

/* ==============================
   TREND BADGE
============================== */

/* Naik (hijau transparan) */
.counter-up {
  display: inline-block;
  font-size: 12px;
  color: #16a34a;                 /* hijau */
  background: rgba(22,163,74,.12);
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 500;
}

/* Turun (merah transparan) */
.counter-down {
  display: inline-block;
  font-size: 12px;
  color: #dc2626;                 /* merah */
  background: rgba(220,38,38,.12);
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 500;
}

/* Stabil */
.counter-same {
  display: inline-block;
  font-size: 12px;
  color: #6b7280;
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 6px;
}


/* ==============================
   WARNA TEKS KHUSUS
============================== */

/* Angka kemarin (biru) */
.muted b {
  color: #2563eb;
  font-weight: 600;
}

/* Total per tahun (biru) */
.year-list span b {
  color: #2563eb;
  font-weight: 600;
  margin-left: 4px;
}


/* ==============================
   PER TAHUN + ICON
============================== */

.counter-year small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 12px;
}

/* -------------------------------------------------
   Footer Bottom
------------------------------------------------- */
.footer-bottom {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
}

.footer hr {
  border-color: rgba(255,255,255,.3);
}

/* -------------------------------------------------
   Mobile
------------------------------------------------- */
@media (max-width: 576px) {
  .footer-logos {
    justify-content: center;
  }
}

/* =========================
   GEO PORTAL SCOPE
========================= */
.geo-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

/* =========================
   GEO CARD
========================= */
.geo-card {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.96),
        rgba(255,255,255,0.9)
    );
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(15,23,42,.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.geo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        /* rgba(59,91,253,.08), */
        transparent
    );
    opacity: 0;
    transition: opacity .35s ease;
}

.geo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(15,23,42,.18);
}

.geo-card:hover::after {
    opacity: 1;
}

/* =========================
   GEO IMAGE
========================= */
.geo-card img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    background: radial-gradient(circle, #ffffff, #f1f5f9);
    padding: 14px;
}

/* =========================
   GEO BODY
========================= */
.geo-card-body {
    padding: 20px 20px 16px;
}

.geo-card-body h3 {
    margin: 0;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.45;
    color: #1f2937;
}

.geo-card-body small {
    display: inline-block;
    margin-top: 8px;
    font-size: 12.5px;
    color: #6b7280;
}

/* =========================
   GEO FOOTER
========================= */
.geo-card-footer {
    padding: 14px 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 10;
}

#modalGeo .modal-body{
    overflow: hidden;
    padding: 25px;
}

#modalGeo iframe{
    width:100%;
    height:60vh;
    border:none;
}

#geoMap{
	width:100%;
	height:80vh;
	min-height:600px;
	z-index:1;
}

.leaflet-control-layers{
	border:none !important;
	border-radius:12px !important;
	box-shadow:0 4px 20px rgba(0,0,0,.15) !important;
	padding:8px !important;
}

.leaflet-control-layers-expanded{
	font-size:14px;
}

/* =========================
   GEO BADGE
========================= */
.geo-badge {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: #2f48d8;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================
   GEO BUTTON
========================= */
.geo-btn {
    background: linear-gradient(135deg, #3b5bfd, #2f48d8);
    color: #fff;
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(59,91,253,.35);
    transition: all .3s ease;
		position: relative;
    z-index: 11;
    pointer-events: auto;
		border:none !important;
}

.geo-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 14px 28px rgba(59,91,253,.45);
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .geo-card img {
        height: 190px;
    }

    .geo-btn {
        padding: 9px 14px;
        font-size: 12px;
    }
}

/* ======================
	BACKGROUND
======================*/

.geometric-bg {
	background: #f6f8fb;
}

/* ======================
LAYOUT
======================*/

.produsen-wrapper {
	padding: 40px 0;
}

/* =========================
SIDEBAR PRODUSEN SCROLL
========================= */

.produsen-sidebar {
	height: calc(100vh - 180px);
	overflow-y: auto;
	padding-right: 10px;
}

/* scrollbar modern */

.produsen-sidebar::-webkit-scrollbar {
	width: 6px;
}

.produsen-sidebar::-webkit-scrollbar-thumb {
	background: #d6dbe3;
	border-radius: 10px;
}

.produsen-sidebar::-webkit-scrollbar-thumb:hover {
	background: #b8c0cc;
}

/* sticky supaya tetap di posisi */

.produsen-sticky {
	position: sticky;
	top: 120px;
}

.produsen-sticky h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

/* ======================
CARD PRODUSEN
======================*/

.produsen-card {
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all 0.25s;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	border: 1px solid #eef1f5;
}

.produsen-card:hover {
	transform: translateY(-3px);
}

/* ACTIVE CARD */

.produsen-card.active {
	background: #e8f2ff;
	border: 1px solid #c6ddff;
	box-shadow: 0 6px 18px rgba(13, 110, 253, 0.15);
}

.produsen-title {
	font-weight: 600;
	font-size: 16px;
	color: #2d3748;
}

.produsen-card.active .produsen-title {
	color: #0d6efd;
}

.produsen-count {
	font-size: 12px;
	color: #718096;
	margin-top: 3px;
}

/* ======================
INDIKATOR LIST
======================*/

.indikator-list {
	margin-top: 12px;
	display: none;
}

.produsen-card.active .indikator-list {
	display: block;
}

/* indikator */

.indikator-list a {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	color: #444;
	transition: 0.2s;
}

/* hover */

.indikator-list a:hover {
	background: #ffff;
	color: #0d6efd;
}

/* indikator aktif */

.indikator-list a.active {
	background: #ffffff;
	color: #0d6efd;
	font-weight: 600;
	border-left: 3px solid #0d6efd;
}

/* ======================
DATA CONTAINER
======================*/

#data-container {
	margin-top: 10px;
}

#data-container .table-responsive {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* ======================
PRELOADER
======================*/

#preloader2 {
	display: none;
	text-align: center;
	padding: 40px;
	font-weight: 600;
	color: #0d6efd;
}

.dots::after {
	content: '';
	animation: ellipsis 1.5s infinite;
}

@keyframes ellipsis {
	0% {
		content: ''
	}

	25% {
		content: '.'
	}

	50% {
		content: '..'
	}

	75% {
		content: '...'
	}

	100% {
		content: ''
	}
}

.status-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
}

.status-final {
	background: #28a745;
}

.status-sementara {
	background: #ffc107;
}

.status-sangat {
	background: #dc3545;
}

.status-legend {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.status-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

#tb_metadata thead {
	display: none;
}

/* Tombol modern, elegan */
.btn-link-mood {
    display: inline-block;
    padding: 0.55rem 1.5rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: 2px solid #2a5adeff; /* garis biru gelap */
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(36, 80, 201, 0.35); /* shadow lebih tegas */
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-link-mood:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30,58,138,0.45); /* shadow lebih dramatis saat hover */
    color: #fff;
}
.btn-link-mood:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(30,58,138,0.35);
}

/* ================================
	 CARD CONTAINER
================================ */
	.card-folders {
		border-radius: 24px;
		border: 1px solid rgba(0, 0, 0, .05);
		box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
		background: #fff;
		overflow: hidden;
		transition: .3s;
	}

	/* HEADER */
	.card-folders .card-header {
		padding: 18px 22px;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}

	.card-folders h5 {
		font-size: 16px;
		color: #1e293b;
		letter-spacing: .3px;
	}

	/* ================================
	 FOLDER GRID
================================ */

	#main-folders,
	#main-files-2023,
	#main-files-2024 {
		gap: 18px;
	}

	/* container */
	.folder-container {
		width: 140px;
		text-align: center;
		border: none;
		background: transparent;
		transition: .25s;
		padding: 6px;
		border-radius: 16px;
	}

	/* hover effect */
	.folder-container:hover {
		transform: translateY(-6px);
	}

	/* ================================
	 FOLDER ICON
================================ */

	.folder-icon {
		width: 120px;
		height: 160px;
		border-radius: 16px;
		overflow: hidden;
		background: linear-gradient(145deg, #eef4ff, #ffffff);
		border: 1px solid rgba(59, 130, 246, .15);

		display: flex;
		align-items: center;
		justify-content: center;

		box-shadow: 0 10px 25px rgba(59, 130, 246, .12);
		transition: .25s;
	}

	.folder-container:hover .folder-icon {
		box-shadow: 0 15px 35px rgba(59, 130, 246, .18);
	}

	/* image cover */
	.folder-icon img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 12px;
	}

	/* folder icon */
	.folder-icon i {
		font-size: 50px;
		color: #3b82f6;
	}

	/* ================================
	 FOLDER NAME
================================ */

	.folder-name {
		margin-top: 45px;
		margin-bottom: 30px;
		font-size: 14px;
		font-weight: 500;
		text-align: center;

		height: 40px;              /* kunci biar sejajar */
		display: flex;
		align-items: center;       /* tengah vertikal */
		justify-content: center;   /* tengah horizontal */
	}

	.folder-container:hover .folder-name {
		color: #2563eb;
	}

	/* ================================
	 LIST MODE
================================ */

	.flex-column {
		gap: 10px;
	}

	.flex-column .folder-container {
		width: 100% !important;
		display: flex;
		align-items: center;
		gap: 16px;
		padding: 12px 16px;
		border-radius: 14px;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .04);
		box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
		text-align: left;
	}

	.flex-column .folder-container:hover {
		transform: none;
		box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
	}

	.flex-column .folder-icon {
		width: 70px;
		height: 90px;
		flex-shrink: 0;
		border-radius: 12px;
	}

	.flex-column .folder-name {
		margin-top: 0;
		font-size: 15px;
	}

	/* ================================
	 BREADCRUMB
================================ */

	.breadcrumb {
		background: #f8fafc;
		padding: 10px 14px;
		border-radius: 10px;
		font-size: 14px;
	}

	.breadcrumb a {
		text-decoration: none;
		color: #2563eb;
	}

	.breadcrumb a:hover {
		text-decoration: underline;
	}

	/* =============================
	SECTION DETAIL PUBLIKASI
	============================= */

	.about {
		padding: 60px 0;
	}

	/* CARD */
	.publication-card {
		background: #ffffff;
		border-radius: 20px;
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
		padding: 35px;
		transition: .3s;
	}

	.publication-card:hover {
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
	}

	/* COVER */
	.publication-cover {
		border-radius: 18px;
		overflow: hidden;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
		background: #f8fafc;
		padding: 10px;
		display: inline-block;
	}

	.publication-cover img {
		border-radius: 12px;
		width: 100%;
		height: auto;
	}

	/* TITLE */
	.publication-title {
		font-weight: 700;
		font-size: 28px;
		margin-bottom: 20px;
		color: #1e293b;
	}

	/* INFO LIST */

	.publication-info {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.publication-info li {
		display: flex;
		gap: 16px;
		margin-bottom: 20px;
		padding: 14px 16px;
		border-radius: 12px;
		background: #f8fafc;
		transition: .2s;
	}

	.publication-info li:hover {
		background: #f1f5f9;
	}

	.publication-info i {
		font-size: 20px;
		color: #3b82f6;
		margin-top: 3px;
	}

	.publication-info p {
		margin: 0;
		font-size: 13px;
		color: #64748b;
	}

	.publication-info h5 {
		margin: 2px 0 0;
		font-size: 15px;
		font-weight: 600;
		color: #1e293b;
	}

	/* DOWNLOAD BUTTON */

	.btn-download {
		background: linear-gradient(135deg, #22c55e, #16a34a);
		border: none;
		padding: 10px 20px;
		border-radius: 10px;
		font-weight: 600;
		color: #fff;
		transition: .25s;
	}

	.btn-download:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 20px rgba(34, 197, 94, .3);
		color: #fff;
	}

	/* PDF VIEWER */

	#pspdfkit {
		border-radius: 18px;
		overflow: hidden;
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
		border: 1px solid rgba(0, 0, 0, .05);
	}

	/* RESPONSIVE */

	@media(max-width:768px) {

		.publication-title {
			font-size: 22px;
		}

		.publication-card {
			padding: 25px;
		}

	}

        
    /* =========================
    PUSKESMAS SECTION
    ========================= */
    .puskesmas-section {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    }

    .puskesmas-title {
    font-weight: 700;
    color: #0d6efd;
    }

    /* tombol refresh */
    .puskesmas-refresh {
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 600;
    }

    /* =========================
    CARD INSIDE CAROUSEL
    ========================= */
    .puskesmas-card {
    border-radius: 14px;
    border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    .puskesmas-card .card-header {
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #ffffff;
    border-radius: 14px 14px 0 0;
    }

    .puskesmas-card .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    }

    /* =========================
    CUSTOM PUSKESMAS TABS
    ========================= */
    .puskesmas-tab-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 6px;
    margin-bottom: 20px;
    gap: 6px;
    }

    .puskesmas-tab {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #475569;
    cursor: pointer;
    transition: all .25s ease;
    user-select: none;
    }

    /* aktif */
    .puskesmas-tab.active {
    background: #e0ecff;
    color: #2563eb;
    box-shadow: inset 0 0 0 1px rgba(37,99,235,.15);
    }

    /* hover */
    .puskesmas-tab:hover {
    background: #e8f0ff;
    color: #2563eb;
    }

    /* =========================
    TAB CONTENT
    ========================= */
    .puskesmas-tab-content .puskesmas-tab-panel {
    display: none;
    }

    .puskesmas-tab-content .puskesmas-tab-panel.active {
    display: block;
    }

