@charset "UTF-8";
/* Template Name: Kasy
   File Description: Main Css file of the template
*/
/****************************************

01.variables
02.general
03.helper
04.components
05.avatar
06.menu
07.home
08.about
09.features
10.counter
11.pricing
12.footer


*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #252d31;
  font-size: 16px;
  /* Hilangkan scrollbar tapi tetap bisa scroll */
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  /* Hilangkan scrollbar tapi tetap bisa scroll */
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
  overflow-x: hidden !important;
}

html::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.row > * {
  position: relative;
}

/*******color Loop*******/
.text-primary {
  color: #ff9000 !important;
}

.bg-primary {
  background-color: #ff9000 !important;
}

.bg-soft-primary {
  background-color: rgba(255, 144, 0, 0.18) !important;
}

.text-success {
  color: #ff9000 !important;
}

.bg-success {
  background-color: #ff9000 !important;
}

.bg-soft-success {
  background-color: rgba(255, 144, 0, 0.18) !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.bg-soft-info {
  background-color: rgba(73, 198, 229, 0.18) !important;
}

.text-warning {
  color: #fb8916 !important;
}

.bg-warning {
  background-color: #fb8916 !important;
}

.bg-soft-warning {
  background-color: rgba(251, 137, 22, 0.18) !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.bg-soft-danger {
  background-color: rgba(239, 75, 75, 0.18) !important;
}

.text-light {
  color: #bbbaba !important;
}

.bg-light {
  background-color: #bbbaba !important;
}

.bg-soft-light {
  background-color: rgba(187, 186, 186, 0.18) !important;
}

.text-dark {
  color: #152c5c !important;
}

.bg-dark {
  background-color: #152c5c !important;
}

.bg-soft-dark {
  background-color: rgba(21, 44, 92, 0.18) !important;
}

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

.bg-muted {
  background-color: #839393 !important;
}

.bg-soft-muted {
  background-color: rgba(131, 147, 147, 0.18) !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/*******font-size*******/
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/**********bg-overlay***************/
.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(131deg, #cc7400, transparent);
  pointer-events: none;
}

/************overflow-x**************/
.overflow-hidden-x {
  overflow-x: hidden;
}

/***********heading***************/
.home-shape-arrow {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.home-shape-arrow i {
  background: white;
  border: 1px solid #ff9000;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.home-shape-arrow .arrow-icon {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.heading {
  position: relative;
  margin-bottom: 28px;
}

/* Spacing adjustment for PPID pages headings */
body[class^="ppid-"] h1.heading,
body[class^="ppid-"] h2.heading {
  margin-top: 16px;
}
.heading::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 144, 0, 0.8);
  height: 2px;
  width: 79px;
  left: 50%;
  bottom: -12px;
  z-index: -1;
  transform: translateX(-50%);
}
.heading::after {
  content: "";
  position: absolute;
  border: 9px solid #ffffff;
  left: 50%;
  border-bottom: 11px solid #ff9000;
  bottom: -16px;
  z-index: -1;
  transform: translateX(-50%);
}

#back-to-top,
.back-to-top {
  width: 50px !important;
  height: 50px !important;
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease !important;
  z-index: 99990 !important;
  background: #ff9000 !important;
  border: none !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}
#back-to-top:hover,
.back-to-top:hover {
  background: #ea580c !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

.ppid-site #back-to-top,
.ppid-site .back-to-top {
  text-align: center;
  line-height: 50px;
}
.ppid-site #back-to-top i,
.ppid-site .back-to-top i {
  font-size: 22px;
}

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

/*******link color*******/
.primary-link {
  color: #152c5c;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: #ff9000;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
.btn {
  padding: 13px 36px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
}
.btn:hover {
  text-shadow: 0px 0.2px 0px black;
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #ff9000;
  border-color: #ff9000 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #e6800a;
  border-color: #e6800a;
  box-shadow: 0px 8px 20px -6px rgba(255, 144, 0, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #ff9000;
  border-color: #ff9000;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #ff9000;
  border-color: #ff9000;
  box-shadow: 0px 8px 20px -6px rgba(255, 144, 0, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #ff9000;
  border-color: #ff9000 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #2f9f6f;
  box-shadow: 0px 8px 20px -6px rgba(255, 144, 0, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #ff9000;
  border-color: #ff9000;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #ff9000;
  border-color: #ff9000;
  box-shadow: 0px 8px 20px -6px rgba(255, 144, 0, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #fb8916;
  border-color: #fb8916 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f87f04;
  border-color: #f87f04;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #fb8916;
  border-color: #fb8916;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #fb8916;
  border-color: #fb8916;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #bbbaba;
  border-color: #bbbaba !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #b1b0b0;
  border-color: #b1b0b0;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #bbbaba;
  border-color: #bbbaba;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #bbbaba;
  border-color: #bbbaba;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #152c5c;
  border-color: #152c5c !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #11244b;
  border-color: #11244b;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #152c5c;
  border-color: #152c5c;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #152c5c;
  border-color: #152c5c;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #839393;
  border-color: #839393 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #788a8a;
  border-color: #788a8a;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #839393;
  border-color: #839393;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #839393;
  border-color: #839393;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #152c5c;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  background-color: #ff9000;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #f8f9fa;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.navbar-custom {
  background-color: #ffffff !important;
  padding: 13px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 10000 !important;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 36px; /* Adjusted for topbar height - overridden by topbar.css */
  left: 0;
  right: 0;
}

/* Ensure navbar always receives clicks */
.navbar-custom, .navbar-custom * {
  pointer-events: auto !important;
}
/* Ensure dropdown always above page overlays */
.navbar-custom .dropdown-menu { z-index: 5000; }

/* Force clean dropdown appearance for navbar-custom */
.navbar-custom .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 0.35rem 0;
  min-width: 320px;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* Navbar tidak boleh ada scroll - sama seperti beranda */
.navbar-custom {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.navbar-custom .container {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.navbar-custom .navbar-collapse {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.navbar-custom .navbar-nav {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

/* Remove any scrollbar from navbar container */
#navbar, 
#navbar .container,
#navbar .navbar-collapse,
#navbar .navbar-nav {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#navbar::-webkit-scrollbar,
#navbar .container::-webkit-scrollbar,
#navbar .navbar-collapse::-webkit-scrollbar,
#navbar .navbar-nav::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.navbar-custom .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-custom .dropdown-item {
  color: #252d31;
  font-weight: 500;
  padding: 0.55rem 1rem !important;
  display: block !important;
  line-height: 1.3 !important;
  gap: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  text-decoration: none !important;
  white-space: nowrap;
}

.navbar-custom .dropdown-item { white-space: nowrap; }

#permohonanDropdown + .dropdown-menu { right: 0; left: auto; }
#informasiDropdown + .dropdown-menu { min-width: 440px; }
#beritaDropdown + .dropdown-menu { right: 0; left: auto; }
#beritaDropdown + .dropdown-menu { min-width: 190px; }

/* Orange hover state unified across all pages */
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  background-color: rgba(255, 144, 0, 0.12) !important;
  color: #ff9000 !important;
  text-decoration: none !important;
}

/* Caret color on dropdown toggles to orange for consistency */
.navbar-custom .dropdown-toggle::after {
  border-top-color: #ff9000;
}

.nav-sticky .dropdown-menu {
  background: #ffffff;
  border-color: #e9ecef;
}
.navbar-custom .navbar-brand {
  margin-right: 0;
}
.navbar-custom .navbar-brand .logo-light {
  display: none;
  height: 60px !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
}
.navbar-custom .navbar-brand .logo-dark {
  display: inline-block;
  height: 60px !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
}

.navbar-custom .navbar-brand img { height: 60px !important; max-height: 60px !important; width: auto !important; }
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  color: #252d31 !important;
  margin: 0 10px !important;
  transition: all 0.3s;
  position: relative;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.2px;
}
.navbar-custom #navbar .nav-link,
.navbar-custom .navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  font-family: 'Poppins', sans-serif !important;
}

.ppid-site .navbar-custom #navbar .nav-link,
.ppid-site .navbar-custom .navbar-nav .nav-link {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ff9000;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #ff9000;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}

.navbar-custom .navbar-collapse .nav-btn {
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
}
.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #152c5c;
}
.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 1.25px;
}

/*---NAVBAR SCROLL BEHAVIOR--*/
.navbar-custom {
  transform: translateY(0) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform;
}

.navbar-custom.navbar-hidden {
  transform: translateY(-100%) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.navbar-custom.navbar-visible {
  transform: translateY(0) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Ensure smooth performance on mobile */
@media (max-width: 768px) {
  .navbar-custom {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .navbar-custom.navbar-hidden {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .navbar-custom.navbar-visible {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

/*---BODY PADDING FOR FIXED HEADER--*/
/* Note: Body padding is now handled in topbar.css to account for topbar + navbar */

#home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.carousel {
  margin-top: 0 !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 8px 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #252d31 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #ff9000 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active::before {
  width: 100% !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #ff9000 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link::before {
  background-color: #ff9000 !important;
}
.nav-sticky .nav-btn {
  background-color: #ff9000;
  color: white;
}

.modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-footer .footer-text {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 768px) {
  .navbar-custom {
    padding: 8px 0px;
    background-color: white;
  }
  .navbar-custom .navbar-brand {
    margin-left: 14px;
  }
  .navbar-custom .navbar-brand .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .logo-light {
    display: none !important;
  }
  .navbar-custom .nav-item .nav-link {
    display: inline-block;
    color: #252d31 !important;
  }
  .navbar-custom .nav-item .nav-link.active {
    color: #ff9000;
  }

  .navbar-nav .nav-item .nav-link {
    color: #252d31 !important;
    font-size: 15px;
  }
  .navbar-nav .nav-item .nav-link.active {
    color: #ff9000 !important;
  }
  .navbar-nav .nav-item .nav-link.active::before {
    width: 100% !important;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: #ff9000 !important;
  }
  .navbar-nav .nav-item .nav-link::before {
    background-color: #ff9000 !important;
  }

  .nav-btn {
    background-color: #ff9000 !important;
    color: white !important;
  }
}
.home {
  background-position: center;
  background-size: cover;
  padding: 215px 0;
}
.home .home-heading h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}
.home .home-btn {
  margin-top: 30px;
}
.home .home-btn .modal-btn {
  position: relative;
  padding: 13px 52px 13px 30px;
}
.home .home-btn .modal-btn span {
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home .home-btn .modal-btn span i {
  font-size: 34px;
}
.home .home-btn .modal-btn:hover .btn-icon, .home .home-btn .modal-btn:focus .btn-icon {
  background-color: #ffffff;
  color: #ff9000;
  transition: all 0.9s ease;
}
.home .home-modal {
  border: 0;
  background-color: transparent;
}
.home .home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(21, 44, 92, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}
.home .home-modal .btn-close:hover, .home .home-modal .btn-close:focus {
  opacity: 0.5;
}
.home .home-modal video:focus {
  outline: none;
}

/* Team section layout tweaks */
.section.team .team-action { padding-top: 10px; margin-top: 12px; }
.section.team .team-action .btn { padding: 10px 20px; font-weight: 600; }

/* Text justification for Struktur Organisasi */
.ppid-struktur-organisasi .col-md-8 p.text-muted {
  text-align: justify;
  hyphens: auto;
  line-height: 1.7;
}

/* Bootstrap Carousel Banner Styles */
#bannerCarousel {
  position: relative;
  width: 100%;
}

#bannerCarousel .carousel-item {
  position: relative;
}

#bannerCarousel .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Carousel Controls */
#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
  width: 5%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}

#bannerCarousel .carousel-control-next {
  border-radius: 5px 0 0 5px;
}

#bannerCarousel .carousel-control-prev:hover,
#bannerCarousel .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

#bannerCarousel .carousel-control-prev-icon,
#bannerCarousel .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 100%;
}

/* Carousel Indicators */
#bannerCarousel .carousel-indicators {
  bottom: 20px;
  margin-bottom: 0;
}

#bannerCarousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

#bannerCarousel .carousel-indicators .active {
  background-color: #ff9000;
  border-color: #ff9000;
}

/* Responsive Styles for Bootstrap Carousel */

/* Desktop Styles */
@media (min-width: 1025px) {
  #bannerCarousel .carousel-item img {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
  #bannerCarousel .carousel-item img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  
  #bannerCarousel .carousel-control-prev-icon,
  #bannerCarousel .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  #bannerCarousel .carousel-item img {
    height: auto;
    min-height: 250px;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
  }
  
  #bannerCarousel .carousel-control-prev,
  #bannerCarousel .carousel-control-next {
    width: 8%;
  }
  
  #bannerCarousel .carousel-control-prev-icon,
  #bannerCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  
  #bannerCarousel .carousel-indicators {
    bottom: 15px;
  }
  
  #bannerCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  #bannerCarousel .carousel-item img {
    min-height: 200px;
    max-height: 280px;
  }
  
  #bannerCarousel .carousel-control-prev,
  #bannerCarousel .carousel-control-next {
    width: 10%;
  }
}

.home-1 {
  background-image: url(../images/home-1.png);
}
.home-1 .bg-overlay {
  background: linear-gradient(131deg, #cc7400, transparent);
}

.home-2 {
  background-image: url("../images/home-2.jpg");
}
.home-2 #myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-2 .bg-overlay {
  background-color: rgba(37, 45, 49, 0.6);
  background-image: none;
}

.home-3 {
  background-image: url("../images/home-3.png");
}
.home-3 .bg-overlay {
  background-color: rgba(37, 45, 49, 0.6);
  background-image: none;
}

.home-modal {
  border: 0;
  background-color: transparent;
}
.home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(21, 44, 92, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}
.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}
.home-modal video:focus {
  outline: none;
}

.text-cursor {
  cursor: text;
}

.grabbable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.grabbable:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.bottom-img {
  position: relative;
  bottom: -215px;
  width: 100%;
}
.bottom-img img {
  width: 100%;
}

.home-4 {
  background-color: #ff9000;
}
.home-4 .home-btn .modal-btn .btn-icon {
  color: #ff9000;
  background-color: white;
}
.home-4 .shape-1 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  animation: shape-1 1.5s alternate infinite ease;
}
.home-4 .shape-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 40%;
  animation: shape-2 2.5s alternate infinite ease;
}
.home-4 .shape-3 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  animation: shape-3 3.5s alternate infinite ease;
}
.home-4 .frame {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 70%;
  animation: frame 3.5s alternate infinite ease;
}

@keyframes shape-1 {
  0% {
    top: 80%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes shape-2 {
  0% {
    top: 3%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 25%;
  }
}
@keyframes shape-3 {
  0% {
    top: 60%;
  }
  40% {
    height: auto;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes frame {
  0% {
    top: 0%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 0%;
  }
}
.home-5 {
  background-color: #ff9000;
  padding: 244px ​0;
}
.home-5 .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -2px;
  left: -15px;
}
.home-5 .contact-form {
  background-color: rgba(255, 144, 0, 0.3);
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
}
.home-5 .contact-form .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 30px;
  color: #ffffff;
}
.home-5 .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: rgba(187, 186, 186, 0.4);
  color: #252d31;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.home-5 .form-control {
  padding: 12px 20px !important;
  padding-left: 58px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.home-6 {
  background-image: url("../images/home-6bg.png");
  clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%);
}
.home-6 .book {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -2%;
  animation: book 1.5s alternate infinite ease;
}
.home-6 .drive {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 58%;
  animation: drive 2.5s alternate infinite ease;
}

@keyframes book {
  0% {
    top: 31%;
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    top: 33%;
  }
}
@keyframes drive {
  0% {
    top: 63%;
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    top: 74%;
  }
}
@media (max-width: 1200px) {
  .home .home-img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .home {
    padding: 100px 0;
  }
  .home .modal-btn {
    padding: 13px 75px 13px 30px !important;
  }
  .home .home-heading h1 {
    font-size: 36px;
  }

  .home-2 {
    padding: 130px 0;
  }
}
.cta {
  position: relative;
  background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)), url("../images/cta.jpg") fixed no-repeat;
  background-size: cover;        
  background-position: center;
  color: #ffffff;
}

/* Responsive CTA - disable fixed on mobile for better performance */
@media (max-width: 768px) {
  .cta {
    background-attachment: scroll;
    background-size: cover;
  }
}
.cta .cta-heading {
  font-size: 35px;
  font-weight: 600;
}
.cta marquee {
  position: absolute;
  top: 0;
  background-color: rgba(37, 45, 49, 0.5);
  padding: 6px;
  font-size: 14px;
}

/* Banner LHKPN and LAPOR Styles */
.banner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.banner-container:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.2);
}

.banner-image {
  position: relative;
  width: 100%;
  display: block;
}

.banner-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s ease;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  border-radius: 8px;
}

.banner-container:hover .banner-overlay {
  background: rgba(0, 0, 0, 0.197);
}

.banner-link {
  text-decoration: none;
  display: block;
  width: 100%;
}

/* Responsive Styles for Banner LHKPN and LAPOR */

/* Desktop Styles */
@media (min-width: 1025px) {
  .banner-image img {
    height: 120px;
    object-fit: cover;
    object-position: center;
  }
  
  .banner-wrapper {
    margin-bottom: 25px;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .banner-image img {
    height: 100px;
    object-fit: cover;
    object-position: center;
  }
  
  .banner-wrapper {
    margin-bottom: 20px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .banner-image img {
    height: 80px;
    object-fit: cover;
    object-position: center;
  }
  
  .banner-wrapper {
    margin-bottom: 15px;
  }
  
  .banner-container {
    border-radius: 6px;
  }
  
  .banner-overlay {
    border-radius: 6px;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .banner-image img {
    height: 70px;
    object-fit: cover;
    object-position: center;
  }
  
  .banner-wrapper {
    margin-bottom: 12px;
  }
  
  .banner-container {
    border-radius: 4px;
  }
  
  .banner-overlay {
    border-radius: 4px;
  }
}

.feature .feature-card {
  border: none;
  background: transparent;
  padding: 28px 29px;
  position: relative;
  border-radius: 10px;
}
.feature .feature-card:hover {
  color: rgba(255, 144, 0, 0.9);
}
.feature .feature-card:hover:before {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 144, 0, 0.2);
}
.feature .feature-card::before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
  z-index: -1;
}
.feature .feature-heading {
  position: relative;
  font-size: 28px;
  margin-bottom: 4px;
}
/* DISABLED: Original oval styling - causing duplication with new responsive implementation
/* DISABLED: Original oval styling - causing duplication with new responsive implementation
.feature .feature-heading::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 144, 0, 0.4);
  height: 50px;
  width: 50px;
  bottom: -14px;
  border-radius: 100% 38% 100% 51%/45% 49% 100% 100%;
  z-index: -1;
  transform: translateX(-50%);
  height: 38px;
  width: 38px;
  bottom: 0px;
  left: 15px;
}
*/
*/
.feature .feature-list {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.feature .feature-list li {
  position: relative;
  display: flex;
  padding: 15px 25px 15px 15px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 144, 0, 0.09);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #839393;
}
.feature .feature-list li:hover {
  background: rgba(255, 144, 0, 0.2);
  border-radius: 8px;
}
.feature .feature-list li i {
  margin-right: 8px;
  font-size: 22px;
  line-height: 19px;
}

.accordion {
  margin-top: 30px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: rgba(187, 186, 186, 0.06);
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff9000;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #dee2e6;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "󰅀";
  font-family: "Material Design Icons";
  background: transparent;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  text-decoration: none;
  font-size: 14px;
  color: #252d31;
  font-weight: 500;
}
.accordion .accordion-item .accordion-collapse .accordion-body a:hover {
  color: #ff9000;
}
.accordion .accordion-button:not(.collapsed) {
  color: #ff9000;
  font-weight: 500;
  border-bottom: 1px solid rgba(187, 186, 186, 0.5);
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "󰅀";
  font-family: "Material Design Icons";
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: transparent;
  color: #ff9000;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .features-box .card-body {
    padding: 45px !important;
  }
}
.reviews {
  background: rgba(187, 186, 186, 0.08);
}
.reviews .reviews-box .card-body {
  padding: 30px;
}
.reviews .reviews-box .card-body .reviews-card {
  position: relative;
  border-color: rgba(255, 144, 0, 0.8);
}
.reviews .reviews-box .card-body .reviews-card::before {
  content: "";
  position: absolute;
  top: -54px;
  z-index: -3;
  height: 400px;
  width: 180px;
  align-self: center;
  background-color: rgba(255, 144, 0, 0.3);
}
.reviews .reviews-box .card-body .reviews-card .card-body {
  padding: 15px;
}
.reviews .reviews-box .card-body .reviews-heading {
  position: relative;
  margin: 18px 0;
}
.reviews .reviews-box .card-body .reviews-heading::before {
  content: "";
  position: absolute;
  top: 26px;
  height: 5px;
  width: 190px;
  background-color: #ff9000;
}
.reviews .carousel-indicators {
  left: 10%;
  top: 70%;
}
.reviews .carousel-indicators button {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 144, 0, 0.8);
  border-radius: 50%;
}
.reviews .reviews-quote-1 {
  width: 40px;
  opacity: 0.3;
}

@media (max-width: 576px) {
  .carousel-indicators {
    display: none;
  }
}
.pricing .pricing-box {
  transition: all 0.8s;
  border-radius: 12px;
  position: relative;
}
.pricing .pricing-box:hover {
  transform: translateY(-10px);
  border: 1px solid #ff9000 !important;
  transition: all 0.9s;
}
.pricing .pricing-box:hover .card {
  transition: all 0.09s;
  background-color: #ff9000;
  transition: all 0.9s;
}
.pricing .pricing-box:hover .card .card-body {
  border-bottom: none;
}
.pricing .pricing-box:hover .card .card-body h6 {
  color: #ffffff;
}
.pricing .pricing-box:hover .card .card-body h1 {
  color: #ffffff;
}
.pricing .pricing-box:hover .card .card-body h1 sub {
  color: #ffffff;
}
.pricing .pricing-box ul li {
  padding: 8px 0;
}
.pricing .pricing-box .pricing-lable {
  position: absolute;
  background-color: #ff9000;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 90px;
  z-index: 1;
  top: -1px;
  right: 0;
  transform: rotate(-90deg) translateX(-27%);
}
.pricing .pricing-box .pricing-lable::after {
  content: "";
  border-top: 20px solid #ff9000;
  border-bottom: 20px solid #ff9000;
  border-left: 16px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.pricing .pricing-box .card {
  border: none;
  border-radius: 9px 9px 0 0;
  background: transparent;
}
.pricing .pricing-box .card .card-body {
  padding: 25px;
  border-bottom: 1px solid rgba(131, 147, 147, 0.352);
}
.pricing .pricing-box .card .card-body h6 {
  color: #ff9000;
}
.pricing .pricing-box .card .card-body h1 sub {
  color: #839393;
}
.pricing .active {
  border: 1px solid #ff9000 !important;
  transform: translateY(-10px);
}
.pricing .active .pricing-lable {
  background-color: white;
  text-transform: uppercase;
  transition: all 0.9s;
  color: #252d31;
}
.pricing .active .pricing-lable::after {
  border-color: white;
  border-left: 16px solid transparent;
  transition: all 0.9s;
}
.pricing .active .card {
  background-color: #ff9000;
  transition: all 0.9s;
}
.pricing .active .card .card-body {
  border-bottom: none;
}
.pricing .active .card .card-body h6 {
  color: #ffffff;
}
.pricing .active .card .card-body h1 {
  color: #ffffff;
}
.pricing .active .card .card-body h1 sub {
  color: #ffffff;
}

@media (max-width: 768px) {
  .bg-shape {
    background: transparent;
  }

  .pricing-bg::before {
    display: none;
  }
}
.team {
  background: 
    linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  overflow: hidden;
  position: relative;
}

/* Modern Geometric Background */
.team-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.team-background-pattern::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 144, 0, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(21, 44, 92, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 40% 80%, rgba(255, 144, 0, 0.05) 0%, transparent 30%);
  animation: backgroundFloat 20s ease-in-out infinite;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 144, 0, 0.1), rgba(255, 144, 0, 0.05));
  animation: floatAnimation 15s ease-in-out infinite;
}

.floating-shape.shape-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
  background: linear-gradient(45deg, rgba(255, 144, 0, 0.12), rgba(255, 144, 0, 0.06));
}

.floating-shape.shape-2 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 15%;
  animation-delay: -3s;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: linear-gradient(135deg, rgba(21, 44, 92, 0.08), rgba(21, 44, 92, 0.04));
}

.floating-shape.shape-3 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 20%;
  animation-delay: -6s;
  background: linear-gradient(225deg, rgba(255, 144, 0, 0.1), rgba(255, 144, 0, 0.05));
}

.floating-shape.shape-4 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  right: 25%;
  animation-delay: -9s;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: linear-gradient(315deg, rgba(21, 44, 92, 0.06), rgba(21, 44, 92, 0.03));
}

.floating-shape.shape-5 {
  width: 90px;
  height: 90px;
  top: 60%;
  left: 50%;
  animation-delay: -12s;
  border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  background: linear-gradient(180deg, rgba(255, 144, 0, 0.08), rgba(255, 144, 0, 0.04));
}

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
    opacity: 0.6;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px) translateX(-15px) rotate(180deg);
    opacity: 0.4;
  }
  75% {
    transform: translateY(-30px) translateX(5px) rotate(270deg);
    opacity: 0.7;
  }
}

@keyframes backgroundFloat {
  0%, 100% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateX(30px) translateY(-30px) rotate(120deg);
  }
  66% {
    transform: translateX(-20px) translateY(20px) rotate(240deg);
  }
}

/* Responsive Design for Team Background */
@media (max-width: 768px) {
  .floating-shape.shape-1 {
    width: 60px;
    height: 60px;
  }
  
  .floating-shape.shape-2 {
    width: 80px;
    height: 80px;
  }
  
  .floating-shape.shape-3 {
    width: 40px;
    height: 40px;
  }
  
  .floating-shape.shape-4 {
    width: 70px;
    height: 70px;
  }
  
  .floating-shape.shape-5 {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .floating-shape {
    animation-duration: 20s;
  }
  
  .team-background-pattern::before {
    animation-duration: 25s;
  }
}
.team .team-card {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.team .team-card .team-card-img {
  position: relative;
  overflow: hidden;
}
.team .team-card .team-card-img img {
  transition: 0.5s ease-in-out;
  border-radius: 10px 10px 0 0;
}
.team .team-card .team-card-img .team-social-icons {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.team .team-card .team-card-img .team-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team .team-card .team-card-img .team-social-icons ul li {
  display: inline-block;
  transition: 0.5s ease-in-out;
  transform: rotateX(90deg);
  transform-origin: bottom;
  opacity: 0;
}
.team .team-card .team-card-img .team-social-icons ul li a {
  width: 35px;
  height: 30px;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #252d31;
}
.team .team-card .team-card-img .team-social-icons ul li a:hover {
  background-color: #ff9000;
}
.team .team-card .team-card-img .team-social-icons ul li:nth-child(odd) {
  transition: 0.9s ease-in-out;
}
.team .team-card .team-card-text-2 {
  padding: 22px;
}
.team .team-card:hover .team-card-img img {
  transform: scale(1.05);
}
.team .team-card:hover .team-card-img .team-social-icons ul li {
  transform: rotateX(0);
  opacity: 1;
}

.contact .contact-form .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: #ff9000;
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.contact .contact-form .form-control {
  padding: 12px 20px !important;
  padding-left: 58px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.bg-account-pages {
  background: white;
  background: linear-gradient(180deg, white 0%, #ff9000 81%);
  display: flex;
  align-items: center;
}
.bg-account-pages .home-btn {
  position: absolute;
  top: 15px;
  right: 25px;
}
.bg-account-pages .card {
  border: none;
}
.bg-account-pages .card .card-body .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bg-account-pages .card .card-body form .form-check .form-check-input {
  font-size: 14px;
}
.bg-account-pages .card .card-body form .form-check .form-check-label {
  font-size: 13px;
}
.bg-account-pages .card .card-body form button {
  padding: 10px 0;
}
.bg-account-pages .card .mt-n5 {
  margin-top: -50px;
}
.bg-account-pages .card .plan-line {
  font-size: 15px;
}
.bg-account-pages .card .plan-line::before {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  left: 64%;
  top: 11px;
}
.bg-account-pages .card .plan-line::after {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  right: 64%;
  top: 11px;
}
.bg-account-pages .card .form-control {
  padding: 9px 12px;
  font-size: 14px;
}

.btn-social-icon li {
  background-color: #ff9000;
  border: 1px solid transparent;
  transition: all 0.6s ease;
  font-size: 18px;
  border-radius: 45px;
  width: 33px;
  height: 33px;
  line-height: 30px;
}
.btn-social-icon li:hover {
  background-color: #ffffff;
  border: 1px solid #bbbaba;
}
.btn-social-icon li:hover a {
  color: #ff9000;
}
.btn-social-icon li a {
  color: #ffffff;
}

@media (max-width: 576px) {
  .bg-account-pages .home-btn {
    display: none;
  }
  .bg-account-pages .plan-line::before {
    display: none;
  }
  .bg-account-pages .plan-line::after {
    display: none;
  }
}
.footer {
  color: white;
  font-size: 15px;
  background-color: rgba(37, 45, 49, 0.9);
}

.footer-alt {
  background-color: rgba(37, 45, 49, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon .list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.social-icon li a {
  color: white;
  border: 1px solid white;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  border-radius: 7px;
}
.social-icon li a:hover {
  background-color: white;
  color: #ff9000;
}

/* Custom CSS for First Letter Oval - PPID UFDK */
/* HIDDEN ON DESKTOP/TABLET/LAPTOP - Only show on mobile */
.feature .feature-heading .first-letter {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.feature .feature-heading .first-letter::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 144, 0, 0.4);
  border-radius: 100% 38% 100% 51% / 45% 49% 100% 100%;
  z-index: -1;
  pointer-events: none;
  /* Hidden by default on larger screens */
  display: none;
}

/* Only show oval on mobile (max-width: 767px) */
@media (max-width: 767px) {
  .feature .feature-heading .first-letter::before {
    display: block;
  }
}

/* First letter with same size - just adds background oval */
.feature .feature-heading .first-letter-styled,
.ppid .feature-heading .first-letter-styled,
.feature-heading .first-letter-styled {
  position: relative;
  display: inline;
  font-size: inherit !important;
  z-index: 2;
}

.feature .feature-heading .first-letter-styled::before,
.ppid .feature-heading .first-letter-styled::before,
.feature-heading .first-letter-styled::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 144, 0, 0.4);
  border-radius: 100% 38% 100% 51% / 45% 49% 100% 100%;
  z-index: -1;
  pointer-events: none;
  height: 1.2em;
  width: 1.2em;
  bottom: 0;
  left: -0.15em;
  /* Hidden by default on larger screens */
  display: none;
}

/* Only show oval on mobile (max-width: 767px) */
@media (max-width: 767px) {
  .feature .feature-heading .first-letter-styled::before,
  .ppid .feature-heading .first-letter-styled::before,
  .feature-heading .first-letter-styled::before {
    display: block;
  }
}

/* Desktop styling */
.feature .feature-heading .first-letter.desktop-style::before {
  height: 38px;
  width: 38px;
  bottom: 0px;
  left: -8px;
  transform: translateX(0);
}

/* Tablet styling */
.feature .feature-heading .first-letter.tablet-style::before {
  height: 32px;
  width: 32px;
  bottom: 2px;
  left: -6px;
  transform: translateX(0);
}

/* Mobile styling - hide decoration and make same size */
@media (max-width: 767px) {
  .feature .feature-heading .first-letter.mobile-style {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }
  
  .feature .feature-heading .first-letter.mobile-style::before {
    display: none !important;
    content: none !important;
  }
}

/* Responsive Logo Styling */
@media (max-width: 1024px) {
  .navbar-custom .navbar-brand .logo-light,
  .navbar-custom .navbar-brand .logo-dark {
    height: 55px !important;
    width: auto !important;
  }
  .navbar-custom {
    padding: 10px 0px;
  }
}

@media (max-width: 768px) {
  .navbar-custom .navbar-brand .logo-light,
  .navbar-custom .navbar-brand .logo-dark {
    height: 40px !important;
    width: auto !important;
  }
  .navbar-custom {
    padding: 8px 0px;
  }
}

@media (max-width: 576px) {
  .navbar-custom .navbar-brand .logo-light,
  .navbar-custom .navbar-brand .logo-dark {
    height: 35px !important;
    width: auto !important;
  }
  .navbar-custom {
    padding: 6px 0px;
  }
}

/* Screen Reader Only - Accessibility */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Custom Dropdown Item Active Styling */
.dropdown-item:active,
.dropdown-item.active {
  background-color: #ff9000 !important;
  color: #ffffff !important;
}

.dropdown-item:hover {
  background-color: rgba(255, 144, 0, 0.1) !important;
  color: #ff9000 !important;
}

/* Modern PPID Profil Layout Styling */
.profil-lorem-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  min-height: 100vh;
}

.profil-header-modern {
  text-align: center;
  margin-bottom: 80px;
}

.section-title-modern {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: -0.5px;
}

.title-underline-modern {
  width: 120px;
  height: 5px;
  background: linear-gradient(135deg, #ff8800, #ff4400);
  margin: 0 auto;
  border-radius: 3px;
}

.profil-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  max-width: 1600px;
  margin: 0 auto;
}

.content-column {
  position: relative;
}

.lorem-card-modern {
  /* Remove all card styling - no background, borders, shadows */
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  transition: none;
}

.lorem-card-modern:hover {
  transform: none;
  box-shadow: none;
}

.card-content-modern {
  line-height: 1.9;
}

.lorem-paragraph {
  font-size: 18px;
  color: #2c3e50; /* Darker color for better readability */
  margin-bottom: 28px;
  text-align: justify;
  line-height: 1.9;
  font-weight: 400;
}

.lorem-paragraph:last-child {
  margin-bottom: 0;
}

.video-column {
  position: static; /* Remove sticky positioning */
}

.video-container-modern {
  /* Simplify video container styling to match paragraph alignment */
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  transition: none;
}

.video-container-modern:hover {
  transform: none;
  box-shadow: none;
}

/* Grid internal video: teks kiri | video | teks kanan */
.video-layout-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.8fr 0.8fr;
  gap: 16px;
  align-items: center;
}

.video-side-text {
  color: #2c3e50;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.video-wrapper-modern {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-wrapper-modern iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

.video-info-modern {
  text-align: center;
}

.video-title-modern {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.video-description-modern {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .profil-content-grid {
    max-width: 1100px;
    gap: 50px;
  }
  
  .lorem-card-modern,
  .video-container-modern {
    padding: 50px 40px;
  }
}

@media (max-width: 992px) {
  .profil-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .video-column {
    position: static;
  }
  
  .section-title-modern {
    font-size: 2.8rem;
  }
  
  .lorem-card-modern,
  .video-container-modern {
    padding: 40px 35px;
  }
  
  .video-wrapper-modern {
    aspect-ratio: 16 / 9;
  }

  /* Susun satu kolom pada internal grid dan sembunyikan teks sisi */
  .video-layout-grid { grid-template-columns: 1fr; }
  .video-side-text { display: none; }
}

@media (max-width: 768px) {
  .profil-lorem-modern {
    padding: 80px 0;
  }
  
  .section-title-modern {
    font-size: 2.4rem;
  }
  
  .lorem-card-modern,
  .video-container-modern {
    padding: 35px 25px;
  }
  
  .lorem-paragraph {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .profil-lorem-modern {
    padding: 60px 0;
  }
  
  .section-title-modern {
    font-size: 2rem;
  }
  
  .lorem-card-modern,
  .video-container-modern {
    padding: 25px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
/* Page Title Section */
.page-title-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.page-title-section .display-4 {
    font-size: 2.5rem;
    color: #333;
}

.title-border-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.title-border {
    width: 100px;
    height: 4px;
    background-color: #f7941d; /* Orange color from the image */
    border-radius: 2px;
    position: relative;
}

.title-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #f7941d;
    border: 2px solid #fff;
}

/* Image Hover Effect */
.image-hover-effect img {
    transition: filter 0.3s ease;
}

.image-hover-effect:hover img {
    filter: brightness(0.7);
}


/*============================================================================================*/
/* Page Title Section */
/*============================================================================================*/
.page-title-section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Light gray background */
}

.page-title-section .display-4 {
    font-size: 2.5rem;
    color: #343a40; /* Dark gray text */
}

.title-border-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.title-border {
    width: 100px;
    height: 4px;
    background-color: #ff8c00; /* Orange color for the main line */
    position: relative;
    border-radius: 2px;
}

.title-border::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #ff8c00; /* Orange color for the diamond */
    border: 3px solid #f8f9fa; /* Match background color for a clean look */
    border-radius: 3px;
}

/*============================================================================================*/
/* Image Hover Effect */
/*============================================================================================*/
.image-hover-effect {
    position: relative;
    display: inline-block;
}

.image-hover-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem; /* Match image border-radius */
}

.image-hover-effect:hover::before {
    opacity: 1;
}

.ppid-profil .profil-lorem-modern { background: #ffffff !important; }
.ppid-profil .profil-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.ppid-profil .lorem-card-modern { width: 100%; padding: 0; box-shadow: none; background: transparent; }
.ppid-profil .video-container-modern { width: 100%; }
.ppid-profil .profil-header-modern .heading { font-size: 26px; font-weight: 600; letter-spacing: .2px; margin-bottom: 12px; margin-top: 16px; }
.ppid-profil .lorem-paragraph { font-size: 0.92rem; line-height: 1.65; color: #334155; margin-bottom: 10px; text-align: justify; }
.ppid-profil .card-content-modern { padding-top: 6px; }
.ppid-profil .video-wrapper-modern iframe { width: 100%; height: 100%; }
@media (max-width: 991px) { .ppid-profil .profil-content-grid { grid-template-columns: 1fr; gap: 20px; } }

.ppid-maklumat .profil-header-modern .heading { font-size: 26px; font-weight: 600; letter-spacing: .2px; margin-bottom: 12px; margin-top: 16px; }
.ppid-maklumat .maklumat-section { padding: 60px 0; }
.ppid-maklumat .maklumat-content { display: flex; justify-content: center; }
.ppid-maklumat .maklumat-figure { position: relative; display: block; max-width: 1000px; width: 100%; border-radius: 18px; overflow: hidden; cursor: pointer; text-decoration: none; }
.ppid-maklumat .maklumat-image { display: block; width: 100%; height: auto; border-radius: 18px; box-shadow: 0 28px 60px rgba(0,0,0,0.50); transition: box-shadow .35s ease, filter .35s ease; will-change: box-shadow, filter; }
.ppid-maklumat .maklumat-figure::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: rgba(0,0,0,0.30); opacity: 0; transition: opacity .35s ease; }
.ppid-maklumat .maklumat-figure:hover .maklumat-image { filter: brightness(0.90) contrast(1.03); box-shadow: 0 40px 80px rgba(0,0,0,0.60); }
.ppid-maklumat .maklumat-figure:hover::before { opacity: 1; }
.ppid-maklumat .maklumat-figure:focus-visible { outline: 2px solid #f59e0b; outline-offset: 6px; }
@media (max-width: 991px) { .ppid-maklumat .maklumat-section { padding: 40px 0; } }
.ppid-maklumat .maklumat-modal .zoom-container { max-height: 75vh; overflow: auto; display: block; cursor: zoom-in; }
.ppid-maklumat .maklumat-modal .zoom-target { display: block; margin: 0 auto; transition: transform .25s ease; transform-origin: center center; }
.ppid-maklumat .maklumat-modal.zoomed .zoom-container { cursor: zoom-out; }
.ppid-maklumat .maklumat-modal.zoomed .zoom-target { transform: scale(1.8); }

.ppid-struktur-organisasi .heading.no-underline::before,
.ppid-struktur-organisasi .heading.no-underline::after { display: none !important; }
.ppid-struktur-organisasi .heading { margin-top: 16px; }
.ppid-struktur-organisasi .profile-social .list-inline-item { margin-right: 12px; }
.ppid-struktur-organisasi .profile-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: background-color .2s ease; }
.ppid-struktur-organisasi .profile-social a i { font-size: 24px; color: #ff9000; }
.ppid-struktur-organisasi .profile-social a:hover { background: rgba(255,144,0,.12); }
@media (min-width: 768px) { .ppid-struktur-organisasi .profile-photo { max-width: 85%; } }
.ppid-struktur-organisasi .struktur-section { background: #ffffff; padding: 60px 0; }
.ppid-struktur-organisasi .hero-title { font-size: 2rem; font-weight: 600; margin-bottom: 10px; }
.ppid-struktur-organisasi .hero-subtitle { font-size: 1rem; color: #6b7280; margin-top: 18px; margin-bottom: 18px; }
.ppid-struktur-organisasi .struktur-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 6px 24px rgba(0,0,0,0.12); }
.ppid-struktur-organisasi .struktur-actions { display: inline-flex; align-items: center; }
.ppid-struktur-organisasi .struktur-actions .btn { padding: 0.5rem 1rem; }
.ppid-struktur-organisasi .ppid-duty-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,0.06); height: 100%; }
.ppid-struktur-organisasi .ppid-duty-card h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; color: #1f2937; }
.ppid-struktur-organisasi .ppid-duty-card ul { margin: 0; padding-left: 18px; }
.ppid-struktur-organisasi .ppid-duty-card li { margin-bottom: 6px; color: #374151; }

.ppid-regulasi { --primary-color: #f97316; --secondary-color: #fff3e6; --accent-color: #fb923c; }
.ppid-regulasi .regulasi-section { background: #ffffff !important; padding: 60px 0; }
.ppid-regulasi .hero-title { font-size: 2rem; font-weight: 600; margin-bottom: 10px; }
.ppid-regulasi .hero-subtitle { font-size: 1rem; color: #6b7280; margin-top: 18px; margin-bottom: 18px; }
.ppid-regulasi .content-section { padding: 3rem 0; }
.ppid-regulasi .regulation-card { background: white; border-radius: 15px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: all 0.3s ease; border-left: 5px solid var(--primary-color); }
.ppid-regulasi .regulation-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.ppid-regulasi .regulation-type { background: var(--primary-color); color: white; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; font-weight: 500; display: inline-block; margin-bottom: 1rem; }
.ppid-regulasi .regulation-title { font-size: 1.3rem; font-weight: bold; color: var(--text-dark); margin-bottom: 1rem; }
.ppid-regulasi .regulation-number { color: var(--primary-color); font-weight: 600; margin-bottom: 0.5rem; }
.ppid-regulasi .regulation-description { color: var(--text-light); margin-bottom: 1.5rem; }
.ppid-regulasi .regulation-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.ppid-regulasi .btn-download { background: var(--primary-color); color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 25px; text-decoration: none; transition: all 0.3s ease; font-weight: 500; }
.ppid-regulasi .btn-download:hover { background: #c2410c; color: white; transform: translateY(-2px); }
.ppid-regulasi .btn-view { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); padding: 0.75rem 1.5rem; border-radius: 25px; text-decoration: none; transition: all 0.3s ease; font-weight: 500; }
.ppid-regulasi .btn-view:hover { background: var(--primary-color); color: white; }
.ppid-regulasi .category-section { background: var(--secondary-color); background-image: radial-gradient(circle at 20% 10%, rgba(249,115,22,0.08) 0, rgba(249,115,22,0.08) 8px, transparent 8px), radial-gradient(circle at 80% 30%, rgba(251,146,60,0.08) 0, rgba(251,146,60,0.08) 10px, transparent 10px); background-size: 120px 120px, 160px 160px; padding: 4rem 0; }
.ppid-regulasi .category-card { background: white; border-radius: 10px; padding: 2rem; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: all 0.3s ease; height: 100%; cursor: pointer; position: relative; }
.ppid-regulasi .category-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.ppid-regulasi .category-card:focus { outline: 2px solid var(--primary-color); outline-offset: 2px; }
.ppid-regulasi .category-card[aria-expanded="true"] { box-shadow: 0 12px 28px rgba(0,0,0,0.16); border: 1px solid rgba(0,0,0,0.06); }
.ppid-regulasi .category-icon { width: 80px; height: 80px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: white; font-size: 2rem; z-index: 1; position: relative; }
.ppid-regulasi .category-card::after { content: ""; position: absolute; left: 50%; top: 0.75rem; transform: translateX(-50%); width: 120px; height: 120px; border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%; background: linear-gradient(135deg, rgba(36,99,235,0.12), rgba(16,185,129,0.12)); filter: blur(6px); }
@media (max-width: 768px) { .ppid-regulasi .category-card::after { width: 100px; height: 100px; } }
.ppid-regulasi .section-subtitle { font-size: 1.1rem; color: #6b7280; margin-bottom: 1.5rem; }
.ppid-regulasi .law-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 992px) { .ppid-regulasi .law-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .ppid-regulasi .law-grid { grid-template-columns: 1fr; } }
.ppid-regulasi .law-card { background: #fff; border-radius: 18px; padding: 1.5rem 2rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; gap: 1rem; transition: transform .2s ease, box-shadow .2s ease; text-decoration: none; }
.ppid-regulasi .law-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.ppid-regulasi .law-badge { width: 64px; height: 64px; border-radius: 20px; background: linear-gradient(135deg, #f97316, #fb923c); position: relative; display: grid; place-items: center; flex: 0 0 64px; }
.ppid-regulasi .law-badge::before { content: ""; position: absolute; width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 6px rgba(0,0,0,0.06); }
.ppid-regulasi .badge-number { position: relative; font-weight: 700; font-size: 1.15rem; color: var(--text-dark); }
.ppid-regulasi .law-title { margin: 0; font-size: 0.98rem; color: var(--text-dark); }
.ppid-regulasi .placeholder .law-title { color: #9aa0a6; }
.ppid-regulasi .collapse .regulation-card,
.ppid-regulasi .collapse .law-card { opacity: 0; transform: translateY(8px) scale(0.985); transform-origin: top center; transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms linear; will-change: transform, opacity; contain: content; backface-visibility: hidden; transform-style: preserve-3d; }
.ppid-regulasi .regulation-card.is-in,
.ppid-regulasi .law-card.is-in { opacity: 1; transform: translateY(0) scale(1); }
@media (prefers-reduced-motion: reduce) { .ppid-regulasi .collapse .regulation-card, .ppid-regulasi .collapse .law-card { transition: none; transform: none; opacity: 1; } }
.ppid-regulasi .category-title { font-size: 1.2rem; font-weight: bold; color: var(--text-dark); margin-bottom: 1rem; }
.ppid-regulasi .category-count { font-size: 2rem; font-weight: bold; color: var(--primary-color); margin-bottom: 0.5rem; }
.ppid-regulasi .footer { background: var(--text-dark); color: white; padding: 3rem 0 1rem; }
.ppid-regulasi .back-to-top { position: fixed; bottom: 30px; right: 30px; background: var(--primary-color); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; display: none; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; z-index: 1000; }
.ppid-regulasi .back-to-top:hover { background: var(--accent-color); transform: translateY(-3px); }
@media (max-width: 768px) { .ppid-regulasi .hero-title { font-size: 2rem; } .ppid-regulasi .section-title { font-size: 2rem; } .ppid-regulasi .regulation-actions { flex-direction: column; } }

.ppid-tugas-fungsi .tugas-fungsi-section { background:#ffffff; padding:72px 0 80px; color:#111827; }
.ppid-tugas-fungsi .tugas-fungsi-section .heading { color:#0f172a; font-weight:600; letter-spacing:.2px; font-size:26px; margin-top: 16px; }
.ppid-tugas-fungsi .tugas-fungsi-section .content-wrap { margin-top: 20px; }
.ppid-tugas-fungsi .tugas-fungsi-card { background: white; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; transition: all 0.3s ease; border-left: 5px solid #f59e0b; }
.ppid-tugas-fungsi .tugas-fungsi-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.ppid-tugas-fungsi .tugas-fungsi-card h3 { color: #2c3e50; font-weight: 700; margin-bottom: 20px; font-size: 1.5rem; }
.ppid-tugas-fungsi .tugas-fungsi-card p, .ppid-tugas-fungsi .tugas-fungsi-card li { color: #7f8c8d; line-height: 1.8; }
.ppid-tugas-fungsi .tugas-fungsi-card ul li { margin-bottom: 12px; position: relative; padding-left: 25px; }
.ppid-tugas-fungsi #back-to-top i { font-size: 20px; }
.ppid-tugas-fungsi .tugas-fungsi-card ul li::before { content: '▶'; position: absolute; left: 0; color: #f97316; font-size: 0.8rem; }
.ppid-tugas-fungsi .icon-box { width: 80px; height: 80px; background: linear-gradient(135deg, #f59e0b, #f97316); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: white; font-size: 2rem; }
.ppid-tugas-fungsi .wewenang-section { background: linear-gradient(135deg, #1f2937, #111827); padding: 80px 0; color: white; }
.ppid-tugas-fungsi .wewenang-item { background: rgba(255,255,255,0.1); border-radius: 15px; padding: 30px; margin-bottom: 20px; transition: all 0.3s ease; border-left: 4px solid #f59e0b; }
.ppid-tugas-fungsi .wewenang-item:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px); }
.ppid-tugas-fungsi .wewenang-item h5 { color: #f59e0b; font-weight: 600; margin-bottom: 15px; }
.ppid-tugas-fungsi .wewenang-item p { margin-bottom: 0; line-height: 1.7; }

.ppid-visi-misi .visi-misi-section { position: relative; padding: 72px 0 80px; background: #ffffff !important; }
.ppid-visi-misi .visi-misi-section .wave { display: none; }
.ppid-visi-misi .section-title { text-align: center; margin: 0 0 48px; }
.ppid-visi-misi .section-title .heading { font-size: 26px; font-weight: 600; letter-spacing: .2px; color: #0f172a; margin: 0; margin-top: 16px; }
.ppid-visi-misi .section-header { text-align:center; margin-bottom: 32px; }
.ppid-visi-misi .section-header .heading { font-weight:600; letter-spacing:.2px; font-size: 26px; margin-top: 16px; }
.ppid-visi-misi .content-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.ppid-visi-misi .vm-wrapper { display:grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin-top: 6px; }
.ppid-visi-misi .vm-card { background:#fff; border-radius:16px; box-shadow: 0 10px 28px rgba(19, 38, 77, .08); padding: 24px 28px; border:1px solid #f1f5f9; }
.ppid-visi-misi .vm-card.visi { position:relative; overflow:hidden; }
.ppid-visi-misi .vm-card.visi:before { content:""; position:absolute; top:0; left:0; right:0; height:6px; background: linear-gradient(90deg,#fdba74, #f59e0b); }
.ppid-visi-misi .vm-title { display:flex; align-items:center; gap:10px; font-weight:700; margin-bottom: 12px; }
.ppid-visi-misi .vm-title .badge { display:inline-flex; align-items:center; gap:6px; padding:8px 12px; border-radius:999px; background:#fff3e6; color:#f97316; font-weight:600; font-size: .85rem; }
.ppid-visi-misi .vm-text { color:#334155; }
.ppid-visi-misi .vm-mission-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top:8px; }
.ppid-visi-misi .vm-mission-item { display:flex; gap:10px; align-items:flex-start; background:#fff; border:1px solid #f1f5f9; border-radius:12px; padding:12px 14px; }
.ppid-visi-misi .vm-mission-item i { color:#f97316; font-size:20px; flex:none; margin-top:2px; }
.ppid-visi-misi .vm-mission-item .vm-text { margin:0; }
.ppid-visi-misi .illustration-modern { position:relative; max-width: 720px; margin: 0 auto; align-self: center; }
.ppid-visi-misi .illustration-modern .logo-card { position:relative; background:#ffffff; padding:22px; border-radius:16px; box-shadow: none; border:1px solid #f1f5f9; overflow:hidden; animation: floaty 9s ease-in-out infinite; transition: transform .25s ease; }
.ppid-visi-misi .illustration-modern .logo-card:hover { transform: translateY(-2px) scale(1.01); box-shadow: none; }
.ppid-visi-misi .illustration-modern .logo-card::before { display: none; }
.ppid-visi-misi .illustration-modern .img-main { position:relative; z-index:1; width:100%; aspect-ratio: 16/9; object-fit: contain; display:block; }
.ppid-visi-misi .shape-dot { position:absolute; width:14px; height:14px; border-radius:50%; background: radial-gradient(circle, rgba(255,144,0,.9) 0%, rgba(255,144,0,.4) 60%, transparent 100%); filter: blur(.2px); }
.ppid-visi-misi .shape-dot.dot-1 { top:8%; left:6%; }
.ppid-visi-misi .shape-dot.dot-2 { bottom:10%; left:6%; }
.ppid-visi-misi .shape-dot.dot-3 { top:8%; right:6%; }
@media (max-width: 768px) { .ppid-visi-misi .shape-dot { display:none; } }
@keyframes floaty { 0%, 100% { transform: translateY(0)} 50% { transform: translateY(-10px)} }
.ppid-visi-misi .small-note { color:#64748b; font-size:.9rem; margin-top:12px; }
@media (max-width: 991px) { .ppid-visi-misi .vm-wrapper { grid-template-columns: 1fr; gap: 20px; } .ppid-visi-misi .illustration-modern { max-width: 100%; } .ppid-visi-misi .illustration-modern .img-main { aspect-ratio: 4/3; } .ppid-visi-misi .vm-mission-grid { grid-template-columns: 1fr; } }
#navbar .berita-hero-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center; display: block; }
body.berita-page .card-img-top { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center; }
.berita-page .heading { display: inline-block; }
.berita-page .heading::before { left: 0; transform: none; }
.berita-page .heading::after { left: 48px; transform: none; }

/* Pagination theming to orange */
.pagination .page-link { color: #ff9000; border-color: #e9ecef; }
.pagination .page-link:hover { color: #e6800a; background-color: rgba(255,144,0,0.08); border-color: #e9ecef; }
.page-item.active .page-link { background-color: #ff9000; border-color: #ff9000; color: #ffffff; }
.page-item.disabled .page-link { color: #839393; background-color: transparent; border-color: #e9ecef; }
.pagination .page-link:focus { box-shadow: none; }
