
/**
* Template Name: BizLand
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Updated: Dec 05 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", 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";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Open Sans", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0a2880;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;
  /* The default color of the main navmenu links */
  --nav-hover-color: #0a2880;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0a2880;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/*.header {*/
/*  color: var(--default-color);*/
/*  transition: all 0.5s;*/
/*  z-index: 997;*/
/*  background-color: var(--background-color);*/
/*}*/


/* Pastikan header dan branding selalu tembus pandang */
.header, 
.header .branding,
.header.scrolled,
.header.scrolled .branding {
    background-color: transparent !important;
}

/* Container utama yang memberikan efek blur dan warna transparan */
.header {
    color: var(--default-color);
    transition: all 0.4s ease;
    z-index: 997;
    
    /* Gabungkan transparansi dan blur di sini */
    background: rgba(255, 255, 255, 0.4) !important; 
    backdrop-filter: blur(15px) !important; 
    -webkit-backdrop-filter: blur(12px) !important; 
    border-bottom: 1px solid rgba(10, 40, 128, 0.1);
}

/* Saat di-scroll: hanya tingkatkan kepekatan sedikit, jangan jadi putih solid */
.scrolled .header {
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
/*end*/

.header .topbar {
  background-color: var(--accent-color);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  background-color: var(--background-color);
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .logo img {
  max-height: 15px;
  margin-right: 5px;
}

.header .logo h1 {
  font-size: 1.2em;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 50px 0;
}


.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/

/* 1. Paksa Posisi & Ukuran */
.scroll-top {
  
    /* PENTING: Aturan ini harus membuat tombol HILANG di awal */
    visibility: hidden !important; 
    opacity: 0 !important;         
    
    transition: all 0.3s ease-in-out;
    position: fixed !important; 
    right: 15px !important;
    bottom: 80px !important;
    z-index: 99999 !important;
    width: 40px !important;     
    height: 40px !important;    
    
    /* Tambahkan background default jika hilang */
    background: #0a2880 !important; 
    color: #fff !important;
    border-radius: 4px !important; 
}

/* Target status aktif (pastikan visibilitas tidak diblokir oleh JS/CSS) */
.scroll-top.active {
    visibility: visible !important;
    opacity: 1 !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("../img/banner5.png") top left;
  background-size: cover;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
 
}

.hero .container {
  position: relative;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover p {
  color: var(--contrast-color);
}

.featured-services .service-item:hover:before {
  inset: 0;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content ul 
  list-
/* KOREKSI TATA LETAK LEBAR GLOBAL */
html, body {
    /* Mencegah overflow/scroll horizontal yang merusak tata letak */
    overflow-x: hidden; 
}
/* Naikkan lapisan footer agar berada di atas elemen lain */
#footer {
    position: relative; /* Diperlukan agar z-index bekerja */
    z-index: 10;        /* Nilai yang cukup tinggi agar link bisa diakses */
}

/* Pastikan elemen di dalam footer juga memiliki prioritas, jika diperlukan */
.footer-top {
    position: relative;
    z-index: 11; 
}
/*--------------------------------------------------------------
# KUSTOMISASI NAMA SITUS
--------------------------------------------------------------*/
/* Default: Ukuran besar untuk PC */
.sitename {
    font-size: 22px!important; 
}

/* Media Query: Kurangi ukuran font saat lebar layar di bawah 768px (Mobile/Tablet) */
@media (max-width: 768px) {
    .sitename {
        font-size: 24px!important; /* Font lebih kecil di mobile */
    }
}
/* Aturan untuk gambar logo */
.header-logo {
    width: 300px;  /* Lebar yang Anda inginkan */
    height: auto;  /* HARUS auto untuk menjaga proporsi */
}

/* Aturan untuk kontainer di sekitar gambar (link <a>) */
.logo-link {
    /* PENTING: Hapus batasan tinggi pada kontainer jika ada */
    height: auto !important; 
}

/* Jika Anda menggunakan framework seperti Bootstrap atau theme */
/* Anda mungkin perlu menimpa style pada class img-fluid bawaan */
.img-fluid {
    max-width: 100%;
    height: auto !important; /* Pastikan tidak ada class lain yang membatasi tinggi */
}
.instagram-center-wrapper {
    /* Menentukan lebar maksimum untuk wrapper (sesuaikan dengan lebar embed IG Anda) */
    max-width: 350px; 
    
    /* Opsional: Teks rata tengah jika ada elemen teks lain di dalam wrapper */
    text-align: center;
}

body {

    padding-top: 180px; 
}

.breadcrumbs {
    
    padding-top:15px !important;
    padding-bottom:5px !important;
}

.breadcrumbs h2 {
    margin-bottom:0 !important;
    margin-top: 0 !important;
}
#info-list, .inner-page {
    /* Mengurangi jarak atas section dari section breadcrumbs di atasnya */
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#info-list h4 {
    /* Mengurangi jarak di atas H4 agar lebih dekat ke H2 */
    margin-top: 0px !important; 
    /* Mengurangi jarak di bawah H4 agar lebih dekat ke tabel daftar */
    margin-bottom: 5px !important; 
    
    
}
.inner-page .text-muted.small {
    /* Mengatasi sisa jarak di halaman detail */
    margin-top: 5px !important; 
    margin-bottom: 5px !important; 
}
.breadcrumbs .container {
    padding-bottom: 0px !important; /* Menghilangkan padding di container breadcrumbs */
}

/*warna link email-telp*/
.contact-link: {
    color: #555; 
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.contact-link:hover {
    color: #004a99; /* Berubah  warna  */
    border-bottom: 2px solid #004a99;
    font-weight: 500;
}
/*link ke form permohonan*/
.border-bottom-dashed {
    text-decoration: none !important;
    border-bottom: 1px dashed #333; 
    transition: all 0.3s;
}

.border-bottom-dashed:hover {
    color: #0a2880 !important; /* Berubah jadi warna primer saat disentuh */
    border-bottom: 1px solid #004a99;
    text-decoration: none;
}

    .responsive-map iframe { width: 100% !important; height: 350px !important; border: 0; }

/* Container Utama bubble*/
.fab-wrapper {
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

/* Tombol Utama */
.fab-main {
    width: 60px;
    height: 60px;
    background: #0a2880; /* Navy Blue Identitas */
    color: white;
    border-radius: 50%;
    border: none; /* Samakan dengan acc-main-btn */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Anda bisa ubah ke 28px jika ingin sama persis besarnya */
    cursor: pointer;
    transition: 0.3s;

    /* --- EFEK SHADOW IDENTIK DENGAN AKSESIBILITAS --- */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Efek Hover agar sama-sama responsif */
.fab-main:hover {
    transform: scale(1.1); /* Efek membesar seperti acc-main-btn */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); /* Shadow sedikit lebih tajam saat hover */
}

/* Menu Opsi (Tersembunyi Awal) */
.fab-menu {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 100px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}
/* Efek saat kursor di atas tombol */
.fab-main:hover {
    /* Bayangan sedikit lebih besar dan tombol naik sedikit */
    box-shadow: 0 12px 28px rgba(10, 40, 128, 0.5);
    transform: translateY(-3px);
}

/* Muncul Saat Hover Container */
.fab-wrapper:hover .fab-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-wrapper:hover .fab-main {
    transform: rotate(135deg);
    background: #081f66; /* Berubah navy saat terbuka */
}

/* Item Kecil */
.fab-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fab-item:hover {
    transform: scale(1.1);
    color: white;
}

/* Warna Masing-masing Item */
.whatsapp { background: #25D366; font-size: 22px; }
.emergency { background: #f39c12; }
.lapor { background: #d63031; }

/*class emergency 112*/
.emergency { 
    background-color: #e74c3c !important; 
    overflow: hidden; /* Penting agar gambar tidak keluar dari lingkaran */
    padding: 0; /* Menghilangkan jarak agar gambar bisa full jika diinginkan */
}

.emergency img {
    width: 80%; /* Ubah menjadi 100% jika ingin gambar memenuhi lingkaran */
    height: auto;
    transition: transform 0.3s ease;
}

.emergency:hover img {
    transform: scale(1.1); /* Efek zoom sedikit saat di-hover */
}
.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ini kuncinya agar gambar memenuhi area tanpa gepeng */
    display: block;
}
                     /*aksesbilitas

/* --- Widget Aksesibilitas Lengkap --- */
#accessibility-wrapper { 
    position: fixed; 
    bottom: 30px; 
    left: 10px; 
    z-index: 999999; 
}

#acc-main-btn { 
    width: 60px; height: 60px; border-radius: 50%; border: none; 
    background: #0a2880; color: white; font-size: 28px; cursor: pointer; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: 0.3s;
    display: flex; align-items: center; justify-content: center;
}

#acc-main-btn:hover { transform: scale(1.1); background: #081f66; }

#acc-container { 
    display: none; position: absolute; bottom: 75px; left: 0; 
    width: 260px; background: white; border-radius: 12px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); overflow: hidden; 
    border: 1px solid #ddd; font-family: sans-serif;
}

.acc-header { background: #f8f9fa; padding: 12px; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; }

.acc-body { padding: 10px; max-height: 400px; overflow-y: auto; }

.acc-body button { 
    width: 100%; padding: 10px; margin-bottom: 8px; border: 1px solid #eee; 
    background: #fff; border-radius: 6px; cursor: pointer; text-align: left; 
    display: flex; justify-content: space-between; align-items: center; font-size: 13px;
    color: #333; transition: 0.2s;
}

.acc-body button:hover { background: #f0f7ff; border-color: #007bff; color: #007bff; }

.btn-reset { 
    background: #ff4757 !important; color: white !important; 
    font-weight: bold; border: none !important; justify-content: center !important; 
    margin-top: 10px;
}

/* MODIFIKASI BODY SAAT AKTIF */
body.high-contrast { background: #000 !important; color: #ffff00 !important; }
body.high-contrast * { background-color: #000 !important; color: #ffff00 !important; border-color: #ffff00 !important; }

/* Efek Grayscale pada Body */
body.grayscale { 
    filter: grayscale(100%) !important;
}

/* Solusi Kunci: Paksa Widget tetap terlihat dan melompati filter */
#accessibility-wrapper {
    position: fixed !important;
    z-index: 9999999 !important;
    /* Menghindari bug rendering saat filter body aktif */
    isolation: isolate; 
}
body.grayscale #acc-container {
    background: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000 !important; /* Agar sangat terlihat di layar hitam putih */
}

body.underline-links a { text-decoration: underline !important; font-weight: bold !important; }

body.big-cursor { cursor: crosshair !important; }
body.big-cursor a, body.big-cursor button { cursor: help !important; }

body.stop-animation * {
    animation: none !important;
    transition: none !important;
}

@media print { .no-print { display: none; } }

                /*SEARCHBAR HERO*/
.search-hero-wrapper .input-group {
    transition: transform 0.3s ease;
}

.search-hero-wrapper .input-group:focus-within {
    transform: scale(1.02); /* Efek membesar sedikit saat diklik */
}
 /*Search bar Hero*/

/* Container Utama untuk Hasil Suggestion */
#search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 95%;
    margin: 10px auto 0;
    max-height: 380px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95); /* Gunakan rgba bukan rgb */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 9999;

    /* --- LOGIKA ANIMASI DISINI --- */
    opacity: 0;
    transform: translateY(-15px);
    visibility: hidden;
    transition: all 0.3s ease-in-out; 
}

/* Saat muncul (Triggered by JS) */
#search-suggestions.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Style Item */
#search-suggestions .list-group-item {
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    background: transparent;
    color: #444;
}

#search-suggestions .list-group-item:hover {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    padding-left: 25px;
    transition: all 0.3s ease;
}

/* Kustomisasi Scrollbar */
#search-suggestions::-webkit-scrollbar {
    width: 6px;
}
#search-suggestions::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}
#search-suggestions strong {
    background-color: rgba(13, 110, 253, 0.1); /* Background biru sangat muda pada kata kunci */
    padding: 0 2px;
    border-radius: 3px;
}
#clear-search:hover {
    color: #dc3545 !important; /* Berubah jadi merah saat hover */
    transition: 0.2s;
}
/* Menjaga area branding tetap ramping */
.branding {
    padding: 5px 0 !important; /* Memperkecil padding atas-bawah branding */
    height: 70px; /* Atur tinggi pasti header Anda di sini */
}
/*--------------------------------------------------------------
# PENYESUAIAN HEADER & LOGO (RAPAT KIRI)
--------------------------------------------------------------*/

/* 1. Reset Padding Body agar tidak terlalu turun */
body {
    padding-top: 100px !important; /* Sesuaikan dengan tinggi branding + topbar */
}

/* 2. Kontainer Branding */
.header .branding {
    background-color: var(--background-color);
    min-height: 75px !important; /* Ruang untuk logo besar */
    padding: 3px 0 !important;
    display: flex;
    align-items: center;
}

/* 3. Ukuran Logo Baru */
.header-logo {
    max-height: 75px !important; /* Perbesar logo Anda di sini */
    width: auto !important;
    transition: 0.3s;
}

/* 4. Menu Navigasi Rapat Kiri */
@media (min-width: 1200px) {
    .navmenu {
        margin-left: 40px !important; /* Jarak antara logo dan menu pertama (Beranda) */
    }
    
    .navmenu ul {
        gap: 5px; /* Jarak antar link menu */
    }

    .navmenu a, .navmenu a:focus {
        padding: 10px 15px !important; /* Mengecilkan padding agar menu lebih rapat */
    }
}

/* 5. Search Bar Tetap di Pojok Kanan */
.header-search-container {
    margin-left: auto !important; /* Ini kunci agar search bar tetap di kanan meskipun menu di kiri */
}

/*button navy*/
/* Warna Tombol Cari di Search Hero */
.search-hero-wrapper .btn-primary {
    background-color: #0a2880 !important;
    border-color: #0a2880 !important;
    color: #ffffff !important;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.search-hero-wrapper .btn-primary:hover {
    background-color: #081f66 !important; /* Warna Navy yang lebih gelap */
    border-color: #081f66 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(10, 40, 128, 0.3);
}

/* Pastikan Icon Search di dalam tombol juga putih */
.search-hero-wrapper .btn-primary i {
    color: #ffffff !important;
}

/* Mengubah warna icon search kecil jika ada di dalam input */
.search-hero-wrapper .bi-search.text-primary {
    color: #0a2880 !important;
}
/*BOX CONTAINER INFORMASI*/
/* Container Utama */
.featured-services .service-item {
    background-color: #ffffff;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    z-index: 1;
    
    /* BENTUK BARU: Sudut asimetris agar terlihat modern */
    border-radius: 60px 10px 60px 10px; 
    border: 1px solid rgba(10, 40, 128, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Efek Hover: Berubah Warna & Bentuk */
.featured-services .service-item:hover {
    transform: translateY(-12px);
    background-color: #0a2880 !important; /* Navy Blue Anda */
    border-radius: 10px 60px 10px 60px; /* Bentuk berputar saat hover */
    box-shadow: 0 15px 35px rgba(10, 40, 128, 0.25);
}

/* Perubahan warna konten saat Hover */
.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover p,
.featured-services .service-item:hover .icon i {
    color: #ffffff !important;
}

/* Penyesuaian Icon */
.featured-services .service-item .icon {
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    background: rgba(10, 40, 128, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.featured-services .service-item .icon i {
    color: #0a2880; /* Navy Blue Anda */
    font-size: 28px;
}

/* Hilangkan garis biru default  agar tidak bentrok */
.featured-services .service-item:before {
    display: none;
}

/* --- Custom Dropdown Menu BizLand --- */

@media (min-width: 1200px) {
    /* 1. Bentuk Container Dropdown */
    .navmenu .dropdown ul {
        border-radius: 15px !important; /* Membuat sudut bulat */
        padding: 15px 0 !important;
        box-shadow: 0 15px 35px rgba(10, 40, 128, 0.15) !important; /* Shadow Navy halus */
        border: 1px solid rgba(10, 40, 128, 0.05) !important;
        top: 110% !important; /* Memberi sedikit jarak dari header */
        background: #ffffff !important;
    }

    /* 2. Style Setiap Link di dalam Dropdown */
    .navmenu .dropdown ul a {
        padding: 10px 25px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #444444 !important;
        transition: 0.3s all ease;
        position: relative;
    }

    /* 3. Efek Hover Item */
    .navmenu .dropdown ul a:hover, 
    .navmenu .dropdown ul li:hover > a {
        color: #0a2880 !important; /* Warna Navy Blue Anda */
        background: rgba(10, 40, 128, 0.03) !important; /* Background biru sangat muda */
        padding-left: 30px !important; /* Geser sedikit ke kanan saat hover */
    }

    /* 4. Aksen Garis di Sisi Kiri saat Hover */
    .navmenu .dropdown ul a::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 25%;
        height: 50%;
        width: 3px;
        background-color: #0a2880;
        border-radius: 10px;
        opacity: 0;
        transition: 0.3s;
    }

    .navmenu .dropdown ul a:hover::before {
        opacity: 1;
    }
}

/* 5. Navigasi Mobile (Agar seragam) */
@media (max-width: 1199px) {
    .navmenu .dropdown ul {
        border-radius: 10px;
        background-color: #f8faff !important;
    }
}
/*animasi banner hero latar*/
.hero-single-bg {
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Kita pakai satu nama animasi saja: kenburns-anim */
    animation: kenburns-anim 20s linear infinite alternate !important;
    display: block !important;
}


/* Pastikan section default tema tidak menabrak warna */
.hero.light-background {
    background: transparent !important;
}

@keyframes kenburns-anim {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

/* Menghilangkan background bawaan tema agar tidak menumpuk */
.hero.light-background {
    background: none !important;
}

/*end hero*/

/*cards FAQ dll*/
/* Container utama untuk kartu melayang */
.info-overlay-container {
    position: relative;
    z-index: 10;
    /* Ubah margin-top menjadi positif atau nol untuk memberi jarak dari section atas */
    margin-top: 40px; 
    /* Berikan jarak ke section Gmaps di bawahnya */
    margin-bottom: 40px; 
    padding-bottom: 30px !important; 

}
section {
    padding: 60px 0; /* Memberikan napas atas dan bawah pada setiap section */
}
.light-background {
    background-color: #f4f7f6;
    margin-bottom: 0;
}
#info-overlay {
    overflow: visible !important;
}
/* Mempercantik kartu di dalam section ini */
.info-overlay-container .card {
    border-radius: 20px;
    min-height: 260px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efek hover agar interaktif */
.info-overlay-container .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Pengaturan khusus untuk layar HP */
@media (max-width: 768px) {
    .info-overlay-container {
        margin-top: -50px; /* Di HP jangan terlalu naik agar tidak menutupi teks */
        margin-bottom: 20px;
    }
    
    .info-overlay-container .card {
        min-height: auto; /* Biarkan tinggi menyesuaikan konten di HP */
    }
}

/* --- CONTAINER UTAMA TAB SOSMED --- */
.tabs-container {
    background: transparent;
    padding: 0;
}

/* --- NAVIGASI DASAR --- */
.nav-modern-chrome {
    border: none;
    margin-bottom: -1px;
    display: flex;
    gap: 0; 
    padding-left: 10px;
}

/* Style Semua Tombol Tab (Kondisi Tidak Aktif) */
.nav-modern-chrome .nav-link {
   background: #e0e0e0; 
    color: #777;
    border: none;
    /* Sudut dibuat lebih bulat (20px) agar tidak kaku */
    border-radius: 20px 20px 0 0; 
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.05);
    overflow: visible;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px; /* Tambahkan sedikit jarak antar tab agar bentuk bulatnya terlihat */
}

/* --- ATURAN UMUM SEMUA TAB SAAT AKTIF --- */
.nav-modern-chrome .nav-link.active {
    z-index: 5;
    transform: translateY(-2px);
    border: none !important;
    color: #ffffff !important;
}

/* Membuat Bahu Lengkung Umum */
.nav-modern-chrome .nav-link.active::before,
.nav-modern-chrome .nav-link.active::after {
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*background: transparent;*/
    /*pointer-events: none;*/
}

.nav-modern-chrome .nav-link.active::before {
    left: -15px;
    border-bottom-right-radius: 10px;
}

.nav-modern-chrome .nav-link.active::after {
    right: -15px;
    border-bottom-left-radius: 10px;
}

/* --- WARNA SPESIFIK (SELECTOR TERKUAT) --- */

/* Tab Foto (Putih) */
/* --- FOTO TAB (GRADASI NAVY) --- */
.nav-modern-chrome button.nav-link.active#foto-tab {
    background: linear-gradient(45deg, #001f3f 0%, #003366 50%, #004080 100%) !important;
    color: #ffffff !important; /* Teks diubah jadi putih */
}

/* Bahu Navy untuk Tab Foto agar menyatu */
.nav-modern-chrome button.nav-link.active#foto-tab::before { 
    box-shadow: 5px 5px 0 5px #001f3f !important; 
}
.nav-modern-chrome button.nav-link.active#foto-tab::after { 
    box-shadow: -5px 5px 0 5px #004080 !important; 
}

/* Tab Instagram (Gradien) */
.nav-modern-chrome button.nav-link.active#ig-tab {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.nav-modern-chrome button.nav-link.active#ig-tab::before { box-shadow: 5px 5px 0 5px #f09433 !important; }
/* Sisi kanan IG menggunakan warna ungu tua agar gradien halus ke bahu */
.nav-modern-chrome button.nav-link.active#ig-tab::after { box-shadow: -5px 5px 0 5px #bc1888 !important; }

/* Tab Facebook (Biru) */
.nav-modern-chrome button.nav-link.active#fb-tab {
    background: #1877F2 !important;
}
.nav-modern-chrome button.nav-link.active#fb-tab::before { box-shadow: 5px 5px 0 5px #1877F2 !important; }
.nav-modern-chrome button.nav-link.active#fb-tab::after { box-shadow: -5px 5px 0 5px #1877F2 !important; }

/* --- AREA KONTEN --- */
.modern-content {
    background: #ffffff;
    border-radius: 0 15px 15px 15px; 
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    height: 500px; 
    overflow-y: auto;
}
/* Memberi jarak antara ICON dan TEKS tab */
.nav-modern-chrome .nav-link i {
    margin-right: 2px; /* jarak icon dengan kata */
    font-size: 0.7rem;
}

/* RESPONSIVE */
@media (max-width: 400px) {
    .nav-modern-chrome .nav-link {
        padding: 8px 10px;
        font-size: 11px;
    }
}
/*END TAB SOSMED*/

/*CARDS BERITA*/
/* Slider Berita Seragam dengan Card Sosmed */
.custom-slider-card {
    border-radius: 20px !important; /* Sama dengan card sosmed */
    overflow: hidden; /* Memastikan gambar ikut terpotong bulat */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; /* Shadow seragam */
    border: none;
    background: #fff;
}

/* Mempercantik Caption agar tidak kaku */

.custom-slider-card .carousel-caption {
    /* Menggunakan Opsi 1: Tosca Modern */
    background: linear-gradient(transparent, rgba(32, 178, 170, 0.85), rgba(20, 114, 109, 0.95)); 
    
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 20px 20px;
    width: 100%;
    transition: all 0.4s ease;
}
/* Memastikan gambar juga memiliki radius jika diperlukan (opsional karena sudah overflow hidden) */
.custom-slider-card .carousel-item img {
    border-radius: 20px;
}
/* Update Hover Judul Berita */
.custom-slider-card .carousel-caption a {
    text-decoration: none;
    display: inline-block;
}
/*judul berita*/
.custom-slider-card .carousel-caption h5 {
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Transisi lebih smooth */
    color: #ffffff;
    font-weight: 700;
}

/* Efek Zoom dan Warna saat Hover */
.custom-slider-card .carousel-caption a:hover h5 {
    color: #ffffff !important; 
    transform: scale(1.08); /* Zoom teks sebesar 8% */
    text-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Tambah bayangan agar teks lebih tajam */
}

/* Garis bawah tetap ada */
.custom-slider-card .carousel-caption h5::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ffffff; 
    transition: width 0.3s ease;
}

.custom-slider-card .carousel-caption a:hover h5::after {
    width: 100%;
}

/* Efek Zoom Gambar (Sudah ada di kode Anda, tetap dipertahankan) */
.custom-slider-card .carousel-item img {
    border-radius: 20px;
    transition: transform 0.6s ease; /* Diperhalus durasinya */
}

.custom-slider-card:hover .carousel-item img {
    transform: scale(1.05);
}

/* Container INFORGRAFIS agar menyesuaikan Rasio */
.infografis-container {
    width: 100%;
    /* Mengatur tinggi maksimal agar tidak merusak layout web, tapi tetap bisa di-scroll */
    max-height: 500px; 
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px; /* Spasi untuk scrollbar */
}

/* Kustomisasi Scrollbar agar terlihat Modern */
.infografis-container::-webkit-scrollbar {
    width: 6px;
}
.infografis-container::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.infografis-item img {
    /* object-fit: contain memastikan rasio asli terjaga */
    object-fit: contain !important; 
    display: block;
    margin-bottom: 15px;
}
/* Memberi ruang agar titik indikator tidak menabrak konten di bawahnya */
#infoSlider {
    margin-bottom: 35px;
    padding: 5px;
}

/* Transisi halus antar slide infografis */
#infoSlider .carousel-item {
    transition: transform 0.8s ease-in-out;
}

/* Efek zoom saat gambar di hover (opsional) */
#infoSlider .carousel-item img {
    transition: all 0.5s ease;
}
#infoSlider .carousel-item img:hover {
    transform: scale(1.02);
} 

/*pop up modal pengumuman*/
/* --- Perbaikan Modal Pengumuman --- */

/* 1. Hilangkan backdrop bawaan Bootstrap agar tidak terjadi error layer terkunci */
.modal-backdrop {
    display: none !important;
}

/* 2. Buat efek background menggelap saat modal muncul */
.modal.show {
    background-color: rgba(0, 0, 0, 0.6) !important; /* Angka 0.7 menentukan tingkat kegelapan */
    backdrop-filter: blur(4px); /* Memberikan efek blur pada konten di belakangnya (opsional) */
    transition: background-color 0.3s ease;
}

/* 3. Pastikan posisi modal berada di paling depan */
.modal {
    z-index: 99999 !important;
}

.modal-dialog {
    z-index: 100000 !important;
    margin-top: 50px; /* Menjaga jarak agar tidak terlalu nempel ke atas */
}

/* 4. Percantik tampilan box modal */
.modal-content {
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border-radius: 20px !important;
}

/*kolom konten singkat pengumuman yg menggunkan titik agar pengumuan ringkas*/
.text-truncate-custom {
        display: -webkit-box;
        -webkit-line-clamp: 2;    /* Teks akan muncul MAKSIMAL 2 BARIS */
        -webkit-box-orient: vertical;  
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: help;
        max-width: 300px;         /* Lebar kolom tetap terjaga */
        white-space: normal;      /* Izinkan pindah baris sampai batas clamp */
    }

    /* Opsional: Jika ingin teks sedikit lebih lebar saat layar besar */
    @media (min-width: 1200px) {
        .text-truncate-custom {
            max-width: 350px;
        }
    }
    
    /* --- Style Khusus Halaman PPID Pelaksana --- */

    .table thead th {
        border: none;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 0.85rem;
    }
    .table tbody td {
        vertical-align: middle !important;
        padding: 1.2rem 0.75rem;
    }
    .hover-shadow:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    /* Link Nama OPD */
    .opd-link {
        display: inline-block;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease; /* Transisi halus untuk semua efek */
        cursor: pointer;
    }

    /* Efek Zoom dan Menebal saat Hover */
    .opd-link:hover {
        transform: scale(1.05); /* Efek Zoom 5% */
        font-weight: 800; /* Menjadi sangat tebal */
        color: #000080 !important; /* Warna berubah jadi Navy tanpa background */
        text-decoration: none;
    }

    /* Memastikan Icon tetap lurus dan tidak ikut goyang saat teks zoom */
    .icon-opd {
        font-size: 1.2rem;
        min-width: 30px; /* Memberi jarak tetap agar teks tidak geser ke kiri */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Teks petunjuk kecil di bawah judul */
    .petunjuk-kecil {
        font-size: 0.85rem;
        color: #6c757d;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    
/* --- PERBAIKAN TOTAL NAVMENU MOBILE () --- */
@media (max-width: 1199px) {
    /* Menghilangkan tumpang tindih Logo dan Search Bar */
    .mobile-nav-active .header .logo,
    .mobile-nav-active .search-container,
    .mobile-nav-active .hero {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: 0.3s;
    }

    /* Memaksa Menu menutupi seluruh layar dengan latar belakang bersih */
    .mobile-nav-active .navmenu ul {
        display: block !important;
        position: fixed !important;
        inset: 0 !important; /* Menutupi seluruh layar dari atas ke bawah */
        padding: 100px 20px 20px 20px !important; /* Memberi ruang di atas agar tidak tertutup header */
        background: #ffffff !important;
        z-index: 999998 !important;
        overflow-y: auto !important;
        height: 100vh !important;
        width: 100vw !important;
    }

    /* Memastikan Tombol Close (X) tetap di depan menu putih */
    .mobile-nav-active .mobile-nav-toggle {
        position: fixed !important;
        z-index: 999999 !important;
        top: 20px !important;
        right: 20px !important;
        color: #000 !important; /* Pastikan terlihat kontras */
    }

    /* Merapikan item menu agar tidak berantakan */
    .navmenu li {
        width: 100% !important;
        border-bottom: 1px solid #eee !important;
    }

    .navmenu a {
        display: block !important;
        padding: 15px 10px !important;
        color: #333 !important;
        font-size: 18px !important;
    }

    /* 1. Paksa semua elemen animasi muncul dan bisa diklik */
[data-aos] {
    pointer-events: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* 2. Matikan penghalang klik pada preloader (biang kerok utama biasanya ini) */
#preloader {
    display: none !important;
    pointer-events: none !important;
}

/* 3. Pastikan tidak ada overlay menu mobile yang nyangkut */
.mobile-nav-active .navmenu {
    pointer-events: auto !important;
}

body:not(.mobile-nav-active) .navmenu {
    pointer-events: none; /* Sembunyikan interaksi menu saat tertutup */
}
}
/* Pastikan header tidak mengambil ruang lebih besar dari tingginya */
.header {
    height: auto !important;
    pointer-events: auto !important; /* Header hanya bisa diklik di areanya sendiri */
}

/* Pastikan konten utama (Main) berada di atas jika ada bentrokan */
main#main {
    position: relative;
    z-index: 5; /* Naikkan sedikit agar tidak tertutup overlay header */
}

/**
* Template Name: BizLand
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Updated: Dec 05 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", 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";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Open Sans", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0a2880;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;
  /* The default color of the main navmenu links */
  --nav-hover-color: #0a2880;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0a2880;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/*.header {*/
/*  color: var(--default-color);*/
/*  transition: all 0.5s;*/
/*  z-index: 997;*/
/*  background-color: var(--background-color);*/
/*}*/


/* Pastikan header dan branding selalu tembus pandang */
.header, 
.header .branding,
.header.scrolled,
.header.scrolled .branding {
    background-color: transparent !important;
}

/* Container utama yang memberikan efek blur dan warna transparan */
.header {
    color: var(--default-color);
    transition: all 0.4s ease;
    z-index: 997;
    
    /* Gabungkan transparansi dan blur di sini */
    background: rgba(255, 255, 255, 0.4) !important; 
    backdrop-filter: blur(15px) !important; 
    -webkit-backdrop-filter: blur(12px) !important; 
    border-bottom: 1px solid rgba(10, 40, 128, 0.1);
}

/* Saat di-scroll: hanya tingkatkan kepekatan sedikit, jangan jadi putih solid */
.scrolled .header {
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
/*end*/

.header .topbar {
  background-color: var(--accent-color);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  background-color: var(--background-color);
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .logo img {
  max-height: 15px;
  margin-right: 5px;
}

.header .logo h1 {
  font-size: 1.2em;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 50px 0;
}


.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/

/* 1. Paksa Posisi & Ukuran */
.scroll-top {
  
    /* PENTING: Aturan ini harus membuat tombol HILANG di awal */
    visibility: hidden !important; 
    opacity: 0 !important;         
    
    transition: all 0.3s ease-in-out;
    position: fixed !important; 
    right: 15px !important;
    bottom: 80px !important;
    z-index: 99999 !important;
    width: 40px !important;     
    height: 40px !important;    
    
    /* Tambahkan background default jika hilang */
    background: #0a2880 !important; 
    color: #fff !important;
    border-radius: 4px !important; 
}

/* Target status aktif (pastikan visibilitas tidak diblokir oleh JS/CSS) */
.scroll-top.active {
    visibility: visible !important;
    opacity: 1 !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("../img/banner5.png") top left;
  background-size: cover;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
 
}

.hero .container {
  position: relative;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover p {
  color: var(--contrast-color);
}

.featured-services .service-item:hover:before {
  inset: 0;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content ul 
  list-
/* KOREKSI TATA LETAK LEBAR GLOBAL */
html, body {
    /* Mencegah overflow/scroll horizontal yang merusak tata letak */
    overflow-x: hidden; 
}
/* Naikkan lapisan footer agar berada di atas elemen lain */
#footer {
    position: relative; /* Diperlukan agar z-index bekerja */
    z-index: 10;        /* Nilai yang cukup tinggi agar link bisa diakses */
}

/* Pastikan elemen di dalam footer juga memiliki prioritas, jika diperlukan */
.footer-top {
    position: relative;
    z-index: 11; 
}
/*--------------------------------------------------------------
# KUSTOMISASI NAMA SITUS
--------------------------------------------------------------*/
/* Default: Ukuran besar untuk PC */
.sitename {
    font-size: 22px!important; 
}

/* Media Query: Kurangi ukuran font saat lebar layar di bawah 768px (Mobile/Tablet) */
@media (max-width: 768px) {
    .sitename {
        font-size: 24px!important; /* Font lebih kecil di mobile */
    }
}
/* Aturan untuk gambar logo */
.header-logo {
    width: 300px;  /* Lebar yang Anda inginkan */
    height: auto;  /* HARUS auto untuk menjaga proporsi */
}

/* Aturan untuk kontainer di sekitar gambar (link <a>) */
.logo-link {
    /* PENTING: Hapus batasan tinggi pada kontainer jika ada */
    height: auto !important; 
}

/* Jika Anda menggunakan framework seperti Bootstrap atau theme */
/* Anda mungkin perlu menimpa style pada class img-fluid bawaan */
.img-fluid {
    max-width: 100%;
    height: auto !important; /* Pastikan tidak ada class lain yang membatasi tinggi */
}
.instagram-center-wrapper {
    /* Menentukan lebar maksimum untuk wrapper (sesuaikan dengan lebar embed IG Anda) */
    max-width: 350px; 
    
    /* Opsional: Teks rata tengah jika ada elemen teks lain di dalam wrapper */
    text-align: center;
}

body {

    padding-top: 180px; 
}

.breadcrumbs {
    
    padding-top:15px !important;
    padding-bottom:5px !important;
}

.breadcrumbs h2 {
    margin-bottom:0 !important;
    margin-top: 0 !important;
}
#info-list, .inner-page {
    /* Mengurangi jarak atas section dari section breadcrumbs di atasnya */
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#info-list h4 {
    /* Mengurangi jarak di atas H4 agar lebih dekat ke H2 */
    margin-top: 0px !important; 
    /* Mengurangi jarak di bawah H4 agar lebih dekat ke tabel daftar */
    margin-bottom: 5px !important; 
    
    
}
.inner-page .text-muted.small {
    /* Mengatasi sisa jarak di halaman detail */
    margin-top: 5px !important; 
    margin-bottom: 5px !important; 
}
.breadcrumbs .container {
    padding-bottom: 0px !important; /* Menghilangkan padding di container breadcrumbs */
}

/*warna link email-telp*/
.contact-link: {
    color: #555; 
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.contact-link:hover {
    color: #004a99; /* Berubah  warna  */
    border-bottom: 2px solid #004a99;
    font-weight: 500;
}
/*link ke form permohonan*/
.border-bottom-dashed {
    text-decoration: none !important;
    border-bottom: 1px dashed #333; 
    transition: all 0.3s;
}

.border-bottom-dashed:hover {
    color: #0a2880 !important; /* Berubah jadi warna primer saat disentuh */
    border-bottom: 1px solid #004a99;
    text-decoration: none;
}

    .responsive-map iframe { width: 100% !important; height: 350px !important; border: 0; }

/* Container Utama bubble*/
.fab-wrapper {
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

/* Tombol Utama */
.fab-main {
    width: 60px;
    height: 60px;
    background: #0a2880; /* Navy Blue Identitas */
    color: white;
    border-radius: 50%;
    border: none; /* Samakan dengan acc-main-btn */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Anda bisa ubah ke 28px jika ingin sama persis besarnya */
    cursor: pointer;
    transition: 0.3s;

    /* --- EFEK SHADOW IDENTIK DENGAN AKSESIBILITAS --- */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Efek Hover agar sama-sama responsif */
.fab-main:hover {
    transform: scale(1.1); /* Efek membesar seperti acc-main-btn */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); /* Shadow sedikit lebih tajam saat hover */
}

/* Menu Opsi (Tersembunyi Awal) */
.fab-menu {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 100px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}
/* Efek saat kursor di atas tombol */
.fab-main:hover {
    /* Bayangan sedikit lebih besar dan tombol naik sedikit */
    box-shadow: 0 12px 28px rgba(10, 40, 128, 0.5);
    transform: translateY(-3px);
}

/* Muncul Saat Hover Container */
.fab-wrapper:hover .fab-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-wrapper:hover .fab-main {
    transform: rotate(135deg);
    background: #081f66; /* Berubah navy saat terbuka */
}

/* Item Kecil */
.fab-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fab-item:hover {
    transform: scale(1.1);
    color: white;
}

/* Warna Masing-masing Item */
.whatsapp { background: #25D366; font-size: 22px; }
.emergency { background: #f39c12; }
.lapor { background: #d63031; }

/*class emergency 112*/
.emergency { 
    background-color: #e74c3c !important; 
    overflow: hidden; /* Penting agar gambar tidak keluar dari lingkaran */
    padding: 0; /* Menghilangkan jarak agar gambar bisa full jika diinginkan */
}

.emergency img {
    width: 80%; /* Ubah menjadi 100% jika ingin gambar memenuhi lingkaran */
    height: auto;
    transition: transform 0.3s ease;
}

.emergency:hover img {
    transform: scale(1.1); /* Efek zoom sedikit saat di-hover */
}
.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ini kuncinya agar gambar memenuhi area tanpa gepeng */
    display: block;
}
                     /*aksesbilitas

/* --- Widget Aksesibilitas Lengkap --- */
#accessibility-wrapper { 
    position: fixed; 
    bottom: 30px; 
    left: 10px; 
    z-index: 999999; 
}

#acc-main-btn { 
    width: 60px; height: 60px; border-radius: 50%; border: none; 
    background: #0a2880; color: white; font-size: 28px; cursor: pointer; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: 0.3s;
    display: flex; align-items: center; justify-content: center;
}

#acc-main-btn:hover { transform: scale(1.1); background: #081f66; }

#acc-container { 
    display: none; position: absolute; bottom: 75px; left: 0; 
    width: 260px; background: white; border-radius: 12px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); overflow: hidden; 
    border: 1px solid #ddd; font-family: sans-serif;
}

.acc-header { background: #f8f9fa; padding: 12px; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; }

.acc-body { padding: 10px; max-height: 400px; overflow-y: auto; }

.acc-body button { 
    width: 100%; padding: 10px; margin-bottom: 8px; border: 1px solid #eee; 
    background: #fff; border-radius: 6px; cursor: pointer; text-align: left; 
    display: flex; justify-content: space-between; align-items: center; font-size: 13px;
    color: #333; transition: 0.2s;
}

.acc-body button:hover { background: #f0f7ff; border-color: #007bff; color: #007bff; }

.btn-reset { 
    background: #ff4757 !important; color: white !important; 
    font-weight: bold; border: none !important; justify-content: center !important; 
    margin-top: 10px;
}

/* MODIFIKASI BODY SAAT AKTIF */
body.high-contrast { background: #000 !important; color: #ffff00 !important; }
body.high-contrast * { background-color: #000 !important; color: #ffff00 !important; border-color: #ffff00 !important; }

/* Efek Grayscale pada Body */
body.grayscale { 
    filter: grayscale(100%) !important;
}

/* Solusi Kunci: Paksa Widget tetap terlihat dan melompati filter */
#accessibility-wrapper {
    position: fixed !important;
    z-index: 9999999 !important;
    /* Menghindari bug rendering saat filter body aktif */
    isolation: isolate; 
}
body.grayscale #acc-container {
    background: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000 !important; /* Agar sangat terlihat di layar hitam putih */
}

body.underline-links a { text-decoration: underline !important; font-weight: bold !important; }

body.big-cursor { cursor: crosshair !important; }
body.big-cursor a, body.big-cursor button { cursor: help !important; }

body.stop-animation * {
    animation: none !important;
    transition: none !important;
}

@media print { .no-print { display: none; } }

                /*SEARCHBAR HERO*/
.search-hero-wrapper .input-group {
    transition: transform 0.3s ease;
}

.search-hero-wrapper .input-group:focus-within {
    transform: scale(1.02); /* Efek membesar sedikit saat diklik */
}
 /*Search bar Hero*/

/* Container Utama untuk Hasil Suggestion */
#search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 95%;
    margin: 10px auto 0;
    max-height: 380px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95); /* Gunakan rgba bukan rgb */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 9999;

    /* --- LOGIKA ANIMASI DISINI --- */
    opacity: 0;
    transform: translateY(-15px);
    visibility: hidden;
    transition: all 0.3s ease-in-out; 
}

/* Saat muncul (Triggered by JS) */
#search-suggestions.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Style Item */
#search-suggestions .list-group-item {
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    background: transparent;
    color: #444;
}

#search-suggestions .list-group-item:hover {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    padding-left: 25px;
    transition: all 0.3s ease;
}

/* Kustomisasi Scrollbar */
#search-suggestions::-webkit-scrollbar {
    width: 6px;
}
#search-suggestions::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}
#search-suggestions strong {
    background-color: rgba(13, 110, 253, 0.1); /* Background biru sangat muda pada kata kunci */
    padding: 0 2px;
    border-radius: 3px;
}
#clear-search:hover {
    color: #dc3545 !important; /* Berubah jadi merah saat hover */
    transition: 0.2s;
}
/* Menjaga area branding tetap ramping */
.branding {
    padding: 5px 0 !important; /* Memperkecil padding atas-bawah branding */
    height: 70px; /* Atur tinggi pasti header Anda di sini */
}
/*--------------------------------------------------------------
# PENYESUAIAN HEADER & LOGO (RAPAT KIRI)
--------------------------------------------------------------*/

/* 1. Reset Padding Body agar tidak terlalu turun */
body {
    padding-top: 100px !important; /* Sesuaikan dengan tinggi branding + topbar */
}

/* 2. Kontainer Branding */
.header .branding {
    background-color: var(--background-color);
    min-height: 75px !important; /* Ruang untuk logo besar */
    padding: 3px 0 !important;
    display: flex;
    align-items: center;
}

/* 3. Ukuran Logo Baru */
.header-logo {
    max-height: 75px !important; /* Perbesar logo Anda di sini */
    width: auto !important;
    transition: 0.3s;
}

/* 4. Menu Navigasi Rapat Kiri */
@media (min-width: 1200px) {
    .navmenu {
        margin-left: 40px !important; /* Jarak antara logo dan menu pertama (Beranda) */
    }
    
    .navmenu ul {
        gap: 5px; /* Jarak antar link menu */
    }

    .navmenu a, .navmenu a:focus {
        padding: 10px 15px !important; /* Mengecilkan padding agar menu lebih rapat */
    }
}

/* 5. Search Bar Tetap di Pojok Kanan */
.header-search-container {
    margin-left: auto !important; /* Ini kunci agar search bar tetap di kanan meskipun menu di kiri */
}

/*button navy*/
/* Warna Tombol Cari di Search Hero */
.search-hero-wrapper .btn-primary {
    background-color: #0a2880 !important;
    border-color: #0a2880 !important;
    color: #ffffff !important;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.search-hero-wrapper .btn-primary:hover {
    background-color: #081f66 !important; /* Warna Navy yang lebih gelap */
    border-color: #081f66 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(10, 40, 128, 0.3);
}

/* Pastikan Icon Search di dalam tombol juga putih */
.search-hero-wrapper .btn-primary i {
    color: #ffffff !important;
}

/* Mengubah warna icon search kecil jika ada di dalam input */
.search-hero-wrapper .bi-search.text-primary {
    color: #0a2880 !important;
}
/*BOX CONTAINER INFORMASI*/
/* Container Utama */
.featured-services .service-item {
    background-color: #ffffff;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    z-index: 1;
    
    /* BENTUK BARU: Sudut asimetris agar terlihat modern */
    border-radius: 60px 10px 60px 10px; 
    border: 1px solid rgba(10, 40, 128, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Efek Hover: Berubah Warna & Bentuk */
.featured-services .service-item:hover {
    transform: translateY(-12px);
    background-color: #0a2880 !important; /* Navy Blue Anda */
    border-radius: 10px 60px 10px 60px; /* Bentuk berputar saat hover */
    box-shadow: 0 15px 35px rgba(10, 40, 128, 0.25);
}

/* Perubahan warna konten saat Hover */
.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover p,
.featured-services .service-item:hover .icon i {
    color: #ffffff !important;
}

/* Penyesuaian Icon */
.featured-services .service-item .icon {
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    background: rgba(10, 40, 128, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.featured-services .service-item .icon i {
    color: #0a2880; /* Navy Blue Anda */
    font-size: 28px;
}

/* Hilangkan garis biru default  agar tidak bentrok */
.featured-services .service-item:before {
    display: none;
}

/* --- Custom Dropdown Menu BizLand --- */

@media (min-width: 1200px) {
    /* 1. Bentuk Container Dropdown */
    .navmenu .dropdown ul {
        border-radius: 15px !important; /* Membuat sudut bulat */
        padding: 15px 0 !important;
        box-shadow: 0 15px 35px rgba(10, 40, 128, 0.15) !important; /* Shadow Navy halus */
        border: 1px solid rgba(10, 40, 128, 0.05) !important;
        top: 110% !important; /* Memberi sedikit jarak dari header */
        background: #ffffff !important;
    }

    /* 2. Style Setiap Link di dalam Dropdown */
    .navmenu .dropdown ul a {
        padding: 10px 25px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #444444 !important;
        transition: 0.3s all ease;
        position: relative;
    }

    /* 3. Efek Hover Item */
    .navmenu .dropdown ul a:hover, 
    .navmenu .dropdown ul li:hover > a {
        color: #0a2880 !important; /* Warna Navy Blue Anda */
        background: rgba(10, 40, 128, 0.03) !important; /* Background biru sangat muda */
        padding-left: 30px !important; /* Geser sedikit ke kanan saat hover */
    }

    /* 4. Aksen Garis di Sisi Kiri saat Hover */
    .navmenu .dropdown ul a::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 25%;
        height: 50%;
        width: 3px;
        background-color: #0a2880;
        border-radius: 10px;
        opacity: 0;
        transition: 0.3s;
    }

    .navmenu .dropdown ul a:hover::before {
        opacity: 1;
    }
}

/* 5. Navigasi Mobile (Agar seragam) */
@media (max-width: 1199px) {
    .navmenu .dropdown ul {
        border-radius: 10px;
        background-color: #f8faff !important;
    }
}
/*animasi banner hero latar*/
.hero-single-bg {
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Kita pakai satu nama animasi saja: kenburns-anim */
    animation: kenburns-anim 20s linear infinite alternate !important;
    display: block !important;
}


/* Pastikan section default tema tidak menabrak warna */
.hero.light-background {
    background: transparent !important;
}

@keyframes kenburns-anim {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

/* Menghilangkan background bawaan tema agar tidak menumpuk */
.hero.light-background {
    background: none !important;
}

/*end hero*/

/*cards FAQ dll*/
/* Container utama untuk kartu melayang */
.info-overlay-container {
    position: relative;
    z-index: 10;
    /* Ubah margin-top menjadi positif atau nol untuk memberi jarak dari section atas */
    margin-top: 40px; 
    /* Berikan jarak ke section Gmaps di bawahnya */
    margin-bottom: 40px; 
    padding-bottom: 30px !important; 

}
section {
    padding: 60px 0; /* Memberikan napas atas dan bawah pada setiap section */
}
.light-background {
    background-color: #f4f7f6;
    margin-bottom: 0;
}
#info-overlay {
    overflow: visible !important;
}
/* Mempercantik kartu di dalam section ini */
.info-overlay-container .card {
    border-radius: 20px;
    min-height: 260px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efek hover agar interaktif */
.info-overlay-container .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* Pengaturan khusus untuk layar HP */
@media (max-width: 768px) {
    .info-overlay-container {
        margin-top: -50px; /* Di HP jangan terlalu naik agar tidak menutupi teks */
        margin-bottom: 20px;
    }
    
    .info-overlay-container .card {
        min-height: auto; /* Biarkan tinggi menyesuaikan konten di HP */
    }
}

/* --- CONTAINER UTAMA TAB SOSMED --- */
.tabs-container {
    background: transparent;
    padding: 0;
}

/* --- NAVIGASI DASAR --- */
.nav-modern-chrome {
    border: none;
    margin-bottom: -1px;
    display: flex;
    gap: 0; 
    padding-left: 10px;
}

/* Style Semua Tombol Tab (Kondisi Tidak Aktif) */
.nav-modern-chrome .nav-link {
   background: #e0e0e0; 
    color: #777;
    border: none;
    /* Sudut dibuat lebih bulat (20px) agar tidak kaku */
    border-radius: 20px 20px 0 0; 
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.05);
    overflow: visible;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px; /* Tambahkan sedikit jarak antar tab agar bentuk bulatnya terlihat */
}

/* --- ATURAN UMUM SEMUA TAB SAAT AKTIF --- */
.nav-modern-chrome .nav-link.active {
    z-index: 5;
    transform: translateY(-2px);
    border: none !important;
    color: #ffffff !important;
}

/* Membuat Bahu Lengkung Umum */
.nav-modern-chrome .nav-link.active::before,
.nav-modern-chrome .nav-link.active::after {
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*background: transparent;*/
    /*pointer-events: none;*/
}

.nav-modern-chrome .nav-link.active::before {
    left: -15px;
    border-bottom-right-radius: 10px;
}

.nav-modern-chrome .nav-link.active::after {
    right: -15px;
    border-bottom-left-radius: 10px;
}

/* --- WARNA SPESIFIK (SELECTOR TERKUAT) --- */

/* Tab Foto (Putih) */
/* --- FOTO TAB (GRADASI NAVY) --- */
.nav-modern-chrome button.nav-link.active#foto-tab {
    background: linear-gradient(45deg, #001f3f 0%, #003366 50%, #004080 100%) !important;
    color: #ffffff !important; /* Teks diubah jadi putih */
}

/* Bahu Navy untuk Tab Foto agar menyatu */
.nav-modern-chrome button.nav-link.active#foto-tab::before { 
    box-shadow: 5px 5px 0 5px #001f3f !important; 
}
.nav-modern-chrome button.nav-link.active#foto-tab::after { 
    box-shadow: -5px 5px 0 5px #004080 !important; 
}

/* Tab Instagram (Gradien) */
.nav-modern-chrome button.nav-link.active#ig-tab {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.nav-modern-chrome button.nav-link.active#ig-tab::before { box-shadow: 5px 5px 0 5px #f09433 !important; }
/* Sisi kanan IG menggunakan warna ungu tua agar gradien halus ke bahu */
.nav-modern-chrome button.nav-link.active#ig-tab::after { box-shadow: -5px 5px 0 5px #bc1888 !important; }

/* Tab Facebook (Biru) */
.nav-modern-chrome button.nav-link.active#fb-tab {
    background: #1877F2 !important;
}
.nav-modern-chrome button.nav-link.active#fb-tab::before { box-shadow: 5px 5px 0 5px #1877F2 !important; }
.nav-modern-chrome button.nav-link.active#fb-tab::after { box-shadow: -5px 5px 0 5px #1877F2 !important; }

/* --- AREA KONTEN --- */
.modern-content {
    background: #ffffff;
    border-radius: 0 15px 15px 15px; 
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    height: 500px; 
    overflow-y: auto;
}
/* Memberi jarak antara ICON dan TEKS tab */
.nav-modern-chrome .nav-link i {
    margin-right: 2px; /* jarak icon dengan kata */
    font-size: 0.7rem;
}

/* RESPONSIVE */
@media (max-width: 400px) {
    .nav-modern-chrome .nav-link {
        padding: 8px 10px;
        font-size: 11px;
    }
}
/*END TAB SOSMED*/

/*CARDS BERITA*/
/* Slider Berita Seragam dengan Card Sosmed */
.custom-slider-card {
    border-radius: 20px !important; /* Sama dengan card sosmed */
    overflow: hidden; /* Memastikan gambar ikut terpotong bulat */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; /* Shadow seragam */
    border: none;
    background: #fff;
}

/* Mempercantik Caption agar tidak kaku */

.custom-slider-card .carousel-caption {
    /* Menggunakan Opsi 1: Tosca Modern */
    background: linear-gradient(transparent, rgba(32, 178, 170, 0.85), rgba(20, 114, 109, 0.95)); 
    
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 20px 20px;
    width: 100%;
    transition: all 0.4s ease;
}
/* Memastikan gambar juga memiliki radius jika diperlukan (opsional karena sudah overflow hidden) */
.custom-slider-card .carousel-item img {
    border-radius: 20px;
}
/* Update Hover Judul Berita */
.custom-slider-card .carousel-caption a {
    text-decoration: none;
    display: inline-block;
}
/*judul berita*/
.custom-slider-card .carousel-caption h5 {
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Transisi lebih smooth */
    color: #ffffff;
    font-weight: 700;
}

/* Efek Zoom dan Warna saat Hover */
.custom-slider-card .carousel-caption a:hover h5 {
    color: #ffffff !important; 
    transform: scale(1.08); /* Zoom teks sebesar 8% */
    text-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Tambah bayangan agar teks lebih tajam */
}

/* Garis bawah tetap ada */
.custom-slider-card .carousel-caption h5::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ffffff; 
    transition: width 0.3s ease;
}

.custom-slider-card .carousel-caption a:hover h5::after {
    width: 100%;
}

/* Efek Zoom Gambar (Sudah ada di kode Anda, tetap dipertahankan) */
.custom-slider-card .carousel-item img {
    border-radius: 20px;
    transition: transform 0.6s ease; /* Diperhalus durasinya */
}

.custom-slider-card:hover .carousel-item img {
    transform: scale(1.05);
}

/* Container INFORGRAFIS agar menyesuaikan Rasio */
.infografis-container {
    width: 100%;
    /* Mengatur tinggi maksimal agar tidak merusak layout web, tapi tetap bisa di-scroll */
    max-height: 500px; 
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px; /* Spasi untuk scrollbar */
}

/* Kustomisasi Scrollbar agar terlihat Modern */
.infografis-container::-webkit-scrollbar {
    width: 6px;
}
.infografis-container::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.infografis-item img {
    /* object-fit: contain memastikan rasio asli terjaga */
    object-fit: contain !important; 
    display: block;
    margin-bottom: 15px;
}
/* Memberi ruang agar titik indikator tidak menabrak konten di bawahnya */
#infoSlider {
    margin-bottom: 35px;
    padding: 5px;
}

/* Transisi halus antar slide infografis */
#infoSlider .carousel-item {
    transition: transform 0.8s ease-in-out;
}

/* Efek zoom saat gambar di hover (opsional) */
#infoSlider .carousel-item img {
    transition: all 0.5s ease;
}
#infoSlider .carousel-item img:hover {
    transform: scale(1.02);
} 

/*pop up modal pengumuman*/
/* --- Perbaikan Modal Pengumuman --- */

/* 1. Hilangkan backdrop bawaan Bootstrap agar tidak terjadi error layer terkunci */
.modal-backdrop {
    display: none !important;
}

/* 2. Buat efek background menggelap saat modal muncul */
.modal.show {
    background-color: rgba(0, 0, 0, 0.6) !important; /* Angka 0.7 menentukan tingkat kegelapan */
    backdrop-filter: blur(4px); /* Memberikan efek blur pada konten di belakangnya (opsional) */
    transition: background-color 0.3s ease;
}

/* 3. Pastikan posisi modal berada di paling depan */
.modal {
    z-index: 99999 !important;
}

.modal-dialog {
    z-index: 100000 !important;
    margin-top: 50px; /* Menjaga jarak agar tidak terlalu nempel ke atas */
}

/* 4. Percantik tampilan box modal */
.modal-content {
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border-radius: 20px !important;
}

/*kolom konten singkat pengumuman yg menggunkan titik agar pengumuan ringkas*/
.text-truncate-custom {
        display: -webkit-box;
        -webkit-line-clamp: 2;    /* Teks akan muncul MAKSIMAL 2 BARIS */
        -webkit-box-orient: vertical;  
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: help;
        max-width: 300px;         /* Lebar kolom tetap terjaga */
        white-space: normal;      /* Izinkan pindah baris sampai batas clamp */
    }

    /* Opsional: Jika ingin teks sedikit lebih lebar saat layar besar */
    @media (min-width: 1200px) {
        .text-truncate-custom {
            max-width: 350px;
        }
    }
    
    /* --- Style Khusus Halaman PPID Pelaksana --- */

    .table thead th {
        border: none;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 0.85rem;
    }
    .table tbody td {
        vertical-align: middle !important;
        padding: 1.2rem 0.75rem;
    }
    .hover-shadow:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    /* Link Nama OPD */
    .opd-link {
        display: inline-block;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease; /* Transisi halus untuk semua efek */
        cursor: pointer;
    }

    /* Efek Zoom dan Menebal saat Hover */
    .opd-link:hover {
        transform: scale(1.05); /* Efek Zoom 5% */
        font-weight: 800; /* Menjadi sangat tebal */
        color: #000080 !important; /* Warna berubah jadi Navy tanpa background */
        text-decoration: none;
    }

    /* Memastikan Icon tetap lurus dan tidak ikut goyang saat teks zoom */
    .icon-opd {
        font-size: 1.2rem;
        min-width: 30px; /* Memberi jarak tetap agar teks tidak geser ke kiri */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Teks petunjuk kecil di bawah judul */
    .petunjuk-kecil {
        font-size: 0.85rem;
        color: #6c757d;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    
/* --- PERBAIKAN TOTAL NAVMENU MOBILE () --- */
@media (max-width: 1199px) {
    /* Menghilangkan tumpang tindih Logo dan Search Bar */
    .mobile-nav-active .header .logo,
    .mobile-nav-active .search-container,
    .mobile-nav-active .hero {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: 0.3s;
    }

    /* Memaksa Menu menutupi seluruh layar dengan latar belakang bersih */
    .mobile-nav-active .navmenu ul {
        display: block !important;
        position: fixed !important;
        inset: 0 !important; /* Menutupi seluruh layar dari atas ke bawah */
        padding: 100px 20px 20px 20px !important; /* Memberi ruang di atas agar tidak tertutup header */
        background: #ffffff !important;
        z-index: 999998 !important;
        overflow-y: auto !important;
        height: 100vh !important;
        width: 100vw !important;
    }

    /* Memastikan Tombol Close (X) tetap di depan menu putih */
    .mobile-nav-active .mobile-nav-toggle {
        position: fixed !important;
        z-index: 999999 !important;
        top: 20px !important;
        right: 20px !important;
        color: #000 !important; /* Pastikan terlihat kontras */
    }

    /* Merapikan item menu agar tidak berantakan */
    .navmenu li {
        width: 100% !important;
        border-bottom: 1px solid #eee !important;
    }

    .navmenu a {
        display: block !important;
        padding: 15px 10px !important;
        color: #333 !important;
        font-size: 18px !important;
    }

    /* 1. Paksa semua elemen animasi muncul dan bisa diklik */
[data-aos] {
    pointer-events: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* 2. Matikan penghalang klik pada preloader (biang kerok utama biasanya ini) */
#preloader {
    display: none !important;
    pointer-events: none !important;
}

/* 3. Pastikan tidak ada overlay menu mobile yang nyangkut */
.mobile-nav-active .navmenu {
    pointer-events: auto !important;
}

body:not(.mobile-nav-active) .navmenu {
    pointer-events: none; /* Sembunyikan interaksi menu saat tertutup */
}
}
/* Pastikan header tidak mengambil ruang lebih besar dari tingginya */
.header {
    height: auto !important;
    pointer-events: auto !important; /* Header hanya bisa diklik di areanya sendiri */
}

/* Pastikan konten utama (Main) berada di atas jika ada bentrokan */
main#main {
    position: relative;
    z-index: 5; /* Naikkan sedikit agar tidak tertutup overlay header */
}
/* --- PERBAIKAN KHUSUS LAYAR MAXIMIZE (DESKTOP) --- */

@media (min-width: 1200px) {
    /* 1. Pastikan Header tidak menutupi area klik di bawahnya */
    .header {
        height: auto !important;
        pointer-events: none !important; /* Klik akan tembus ke bawah */
    }

    /* 2. Berikan akses klik HANYA pada elemen di dalam header yang butuh diklik (Logo & Nav) */
    .header .branding, 
    .header .navmenu, 
    .header .container,
    .header .logo {
        pointer-events: auto !important; /* Tombol menu & logo tetap bisa diklik */
    }

    /* 3. Matikan paksa overlay navigasi mobile yang mungkin nyangkut di desktop */
    .mobile-nav-active {
        overflow: visible !important;
    }
    
    .mobile-nav-active .navmenu {
        display: none !important; 
    }
}

/* 4. Pastikan Preloader benar-benar tidak menghalangi (Sering jadi penyebab di Maximize) */
#preloader {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* 5. Naikkan Z-Index konten utama agar berada di paling depan */
main#main, #info-list, .section {
    position: relative !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}
/* --- FIX ABSOLUTE BLOCKING PADA LAYAR MAXIMIZE --- */

@media (min-width: 1200px) {
    /* 1. Header seringkali memiliki 'ghost area' yang menutupi konten di bawahnya */
    .header {
        pointer-events: none !important;
        z-index: 997 !important;
    }

    /* Kembalikan fungsi klik hanya pada tombol menu dan logo agar navigasi tetap jalan */
    .header .container, 
    .header .navmenu, 
    .header .logo, 
    .header .branding,
    .header .topbar {
        pointer-events: auto !important;
    }

    /* 2. Hero Section sering memiliki overlay transparan (z-index: 1) 
       yang menutupi elemen lain di sekitarnya jika ukurannya meluap */
    .hero {
        z-index: 2 !important;
    }

    /* 3. Pastikan container layanan dan sosial media berada di lapisan paling depan */
    #featured-services, #sosial-media, .section, main {
        position: relative !important;
        z-index: 20 !important; /* Nilai lebih tinggi dari Hero & Header */
        pointer-events: auto !important;
    }
}

/* 4. Perbaikan khusus untuk Nav-Tabs (Tombol IG/FB) 
   Agar tidak terhalang oleh lapisan animasi AOS yang gagal */
.nav-pills .nav-link, .nav-tabs .nav-link, button.nav-link {
    position: relative !important;
    z-index: 30 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* 5. Matikan paksa blocking dari Preloader jika script error */
#preloader {
    pointer-events: none !important;
    display: none !important;
}

/* 6. Fix AOS (Animate on Scroll) 
   Screenshot Anda menunjukkan elemen d-flex 'fade-up' yang mungkin belum 'selesai' 
   beranimasi karena JS error, sehingga menutupi area klik */
[data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
}
/* --- PERBAIKAN TAB PILLS SOSIAL MEDIA --- */

/* Reset dasar agar tidak mengikuti gaya menu header BizLand */
.nav-modern-chrome.nav-pills {
    background: #f1f3f7; /* Background area tab (opsional) */
    padding: 5px;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 20px;
}

.nav-modern-chrome .nav-item {
    margin: 0 2px;
}

.nav-modern-chrome .nav-link {
    /* Paksa reset padding dan warna dari template BizLand */
    padding: 8px 20px !important; 
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555 !important;
    background: transparent !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* Gaya saat TAB AKTIF */
.nav-modern-chrome .nav-link.active {
    background-color: #0a2880 !important; /* Warna Navy khas BizLand */
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(10, 40, 128, 0.2);
}

/* Gaya saat HOVER (tapi tidak aktif) */
.nav-modern-chrome .nav-link:hover:not(.active) {
    background-color: rgba(10, 40, 128, 0.1) !important;
    color: #0a2880 !important;
}

/* Beri jarak pada icon */
.nav-modern-chrome .nav-link i {
    margin-right: 6px;
}

/*BIOGRAFI PIMINAN*/
.biografi-text h5 {
        color: #0a2880;
        font-weight: 700;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .biografi-text ul {
        padding-left: 20px;
    }
    .biografi-text li {
        margin-bottom: 8px;
    }
    .page-title {
        background: #f8f9fa;
        padding: 40px 0;
        border-bottom: 1px solid #eee;
    }
   /* --- FIX TOTAL HAMBURGER MENU --- */

/* 1. Paksa tombol ke lapisan paling depan (Z-Index Tertinggi) */
.mobile-nav-toggle {
    z-index: 9999999 !important; 
    position: relative !important;
    cursor: pointer !important; /* Paksa kursor jadi jari telunjuk */
    pointer-events: auto !important; /* Pastikan bisa menerima klik */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* 2. Pastikan container header tidak menghalangi klik */
.header .branding, 
.header .container {
    overflow: visible !important;
}

/* 3. Perbaiki tampilan menu mobile saat aktif */
body.mobile-nav-active .navmenu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999998 !important;
    overflow-y: auto !important; /* Agar menu Beranda - Layanan bisa di-scroll */
}

/* 4. Pastikan icon X terlihat jelas saat menu terbuka */
body.mobile-nav-active .mobile-nav-toggle {
    color: #000 !important;
}
/* --- FIX TAMPILAN MENU MOBILE AGAR MUNCUL SEMUA --- */
@media (max-width: 1199px) {
    /* Pastikan menu bisa di-scroll dan muncul dari atas */
    body.mobile-nav-active .navmenu {
        position: fixed !important;
        inset: 0 !important;
        background: rgba(255, 255, 255, 0.98) !important;
        z-index: 999997 !important;
        display: block !important;
        padding-top: 80px !important; /* Memberi ruang agar Beranda tidak tertutup */
        overflow-y: auto !important;  /* WAJIB: Agar menu Beranda sampai Login bisa di-scroll */
    }

    /* Pastikan tombol hamburger (X) tetap di lapisan terdepan */
    .mobile-nav-toggle {
        z-index: 999999 !important;
        position: relative;
        cursor: pointer !important;
        pointer-events: auto !important;
    }
}
/* Desain Pembungkus (Card & Background)*/
body {
    background-color: #f8fafc; /* Latar belakang abu-abu sangat muda */
    color: #0f172a; /* Teks warna Navy Gelap */
}
.custom-card {
    border: none;
    border-radius: 12px; /* Sudut membulat modern */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); /* Bayangan tipis */
    background: #ffffff;
}

/*Desain Kolom Input (Form Control)*/
.form-control {
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #0f172a;
    transition: all 0.2s ease;
}
/* Efek saat kolom diklik */
.form-control:focus {
    border-color: #2563eb; 
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
    background-color: #ffffff;
}
/* tombol navy */
.btn-navy {
    background-color: #1e3a8a; /* Navy kuat */
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
    transition: background 0.2s ease;
}
.btn-navy:hover {
    background-color: #1d4ed8; /* Berubah ke biru aksen saat di-hover */
    color: #ffffff;
}
/* Gaya Khusus Split Screen */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #f8fafc;
    font-family: 'Inter', sans-serif;
}

.split-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Sisi Formulir (Kanan) */
.split-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #f8fafc; /* Abu-abu cerah bersih */
    height: 100vh;
    overflow-y: auto;
}

.form-wrapper {
    width: 100%;
    max-width: 380px;
    margin: auto;
}

/* OVERLAY NAVY LEMBUT CERAH PADA SLIDER KIRI */
.split-overlay-light-navy {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Gradasi Navy Transparan Lembut agar gambar di belakangnya tetap cerah */
    background: linear-gradient(135px, rgba(30, 58, 138, 0.6), rgba(37, 99, 235, 0.4));
    z-index: 2;
    pointer-events: none;
}

/* Penempatan Teks Konten */
.slider-content-inside {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    z-index: 3;
}

/* Animasi Halus Latar Gambar */
.slider-img-bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: zoomEffect 20s infinite alternate;
}

@keyframes zoomEffect {
    from { transform: scale(1); }
    to { transform: scale(1.06); }
}

/* Komponen Input & Tombol */
.form-label {
    color: #475569;
    font-weight: 500;
    font-size: 14px;
}
.form-control {
    border-radius: 8px;
    padding: 11px 16px;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #0f172a;
    transition: all 0.2s ease;
}
.form-control:focus {
    border-color: #2563eb; 
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}
.btn-navy {
    border-radius: 8px;
    padding: 11px;
    font-weight: 600;
    background-color: #1e3a8a;
    color: #ffffff;
    border: none;
    transition: background 0.2s ease;
}
.btn-navy:hover {
    background-color: #1d4ed8;
}
.link-accent {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}
/* ==========================================================================
   BLUEPRINT CLEAN FORM STYLE (form-clean)
   ========================================================================== */

.form-control-clean {
    border-radius: 8px !important;
    border: 1px solid #e3e6f0 !important;
    padding: 10px 14px !important;
    height: auto !important;
    font-size: 14px !important;
    color: #4e73df;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.form-control-clean:focus {
    border-color: #bac8f3 !important;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.1) !important;
    color: #2e59d9;
}

.custom-form-lg {
    padding: 14px 18px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
}

.input-group-clean-container .form-control {
    border: 1px solid #e3e6f0 !important;
    padding: 10px 14px !important;
    height: auto !important;
    font-size: 14px !important;
}

.input-group-clean-container .form-control:focus {
    border-color: #bac8f3 !important;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.1) !important;
}

@media (min-width: 768px) {
    .border-right-clean {
        border-right: 1px solid #e3e6f0 !important;
    }
}

.editor-clean-wrapper .cke_chrome {
    border: 1px solid #e3e6f0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02) !important;
}

/* System Hidden Input Fix untuk CKEditor */
#ck_konten_publik {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: absolute !important;
    z-index: -9999 !important;
}
/* ==========================================================================
   GAYA FORM: CLEAN MINIMALIS ACCENT BORDER (main.css) form CLEAN
   ========================================================================== */

/* Card Container Modern */
.card-accent-clean {
    border-radius: 12px !important;
    border: none !important;
    background-color: #ffffff;
}

/* Transformasi Input Menjadi Minimalis Tanpa Kotak Kaku */
.form-accent {
    border: none !important;
    border-bottom: 2px solid #eaecf4 !important;
    border-radius: 0px !important;
    padding: 8px 4px !important;
    height: auto !important;
    font-size: 14.5px !important;
    color: #4e73df !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
}

/* Efek Garis Bawah Menebal Berwarna Tema Saat Diklik (Focus) */
.form-accent:focus {
    border-bottom: 2px solid #4e73df !important;
    color: #2e59d9 !important;
}

/* Segmented Control untuk Radio Button Status Tayang */
.segmented-control-modern {
    display: flex;
    width: 100%;
    background-color: #f1f3f9;
    padding: 4px;
    border-radius: 8px;
}

.segmented-control-modern input[type="radio"] {
    display: none;
}

.segmented-control-modern .segment-item {
    flex: 1;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight: 600;
    color: #6e707e;
    transition: all 0.2s ease;
}

.segmented-control-modern input[type="radio"]:checked + .segment-item {
    background-color: #ffffff;
    color: #4e73df;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Layout Komponen Tambahan */
@media (min-width: 768px) {
    .border-right-modern {
        border-right: 1.5px dashed #eaecf4 !important;
    }
}

.editor-modern-wrapper .cke_chrome {
    border: 1px solid #eaecf4 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

#ck_konten_publik {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}
/* ==========================================================================
   LIST CLEAN INTERACTION CORE (main.css) LIST CLEAN
   ========================================================================== */

/* Menyelaraskan Struktur Tombol Bulat Aksi */
.btn-action {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important; /* Bundar Sempurna */
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
}

.btn-action:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Modifikasi inputan bergaris bawah tipis di modal */
.form-accent {
    border: none;
    border-bottom: 2px solid #d1d3e2;
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.form-accent:focus {
    box-shadow: none;
    background-color: transparent;
    border-bottom-color: #4e73df;
    
}
/* ==========================================================================
   SISTEM DESAIN: LIST CLEAN (GLOBAL CSS REUSABLE)
   ========================================================================== */

/* 1. BADGE STATUS & PILLS KAPSUL (Untuk Tabel / Detail Data) */
.badge-clean-pill {
    border-radius: 30px !important;
    font-size: 12px !important;
    padding: 8px 15px !important;
    font-weight: 600 !important;
    min-width: 85px;
    display: inline-block;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
}

/* 2. TOMBOL AKSI LINGKARAN MINIMALIS (Edit, Hapus, Detail) */
.btn-action {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important; /* Membuat lingkaran sempurna */
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.2s ease-in-out;
}

.btn-action:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 3. FORM MODAL INPUT MODERN (Garis Bawah Elegan) */
.form-accent {
    border: none !important;
    border-bottom: 2px solid #d1d3e2 !important;
    border-radius: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    background-color: transparent !important;
    transition: all 0.3s ease !important;
}

.form-accent:focus {
    box-shadow: none !important;
    background-color: transparent !important;
    border-bottom-color: #4e73df !important; /* Berubah biru saat diklik */
}

/* 4. GAYA BADGE STATUS JALUR SELEKSI (Publish & Draft Terpisah pada Form) */
.status-badge-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.status-badge-item input[type="radio"] {
    display: none; /* Sembunyikan radio bawaan browser */
}

.badge-pill-modern {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.badge-pill-modern .icon-checked { display: none; }
.badge-pill-modern .icon-unchecked { display: inline-block; }

/* Status Publish Aktif & Pasif */
.btn-publish { background-color: #e8fadf; color: #1cc88a; }
.btn-publish:hover { background-color: #d4f7c5; }
.status-badge-item input[id="status_publish"]:checked + .btn-publish {
    background-color: #1cc88a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(28, 200, 138, 0.35);
}

/* Status Draft Aktif & Pasif */
.btn-draft { background-color: #fef5d1; color: #f6c23e; }
.btn-draft:hover { background-color: #fdeca6; }
.status-badge-item input[id="status_draft"]:checked + .btn-draft {
    background-color: #f6c23e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(246, 194, 62, 0.35);
}

/* Otomatisasi Icon Check saat Status Dipilih */
.status-badge-item input[type="radio"]:checked + .badge-pill-modern .icon-checked { display: inline-block; }
.status-badge-item input[type="radio"]:checked + .badge-pill-modern .icon-unchecked { display: none; }
/* ==========================================================================
   KOMPONEN LIST CLEAN: SIMBOL & LINK DATA KONTAK GLOBAL
   ========================================================================== */

/* Wrapper item kontak */
.clean-contact-item {
    display: block;
    line-height: 1.4;
}

/* Standarisasi Link Kontak */
a.clean-contact-link {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.15s ease-in-out;
}

/* Efek interaktif saat hover */
a.clean-contact-link:hover {
    transform: translateX(3px);
    opacity: 0.85;
}

/* Custom Warna & Ukuran Simbol Email */
a.clean-contact-link.email-style {
    color: #4e73df !important; /* Warna text biru modern */
    font-size: 13px;
    font-weight: 600;
}
a.clean-contact-link.email-style i {
    color: #858796 !important; /* Simbol amplop abu-abu clean */
    width: 18px;
}

/* Custom Warna & Ukuran Simbol Telepon */
a.clean-contact-link.phone-style {
    color: #858796 !important; /* Warna text abu-abu muted */
    font-size: 12px;
    font-weight: 500;
}
a.clean-contact-link.phone-style i {
    color: #1cc88a !important; /* Simbol gagang telp hijau sukses */
    width: 18px;
}
/* Custom Warna & Ukuran Simbol Website */
a.clean-contact-link.website-style {
    color: #36b9cc !important; /* Warna text cyan / info khas Web Resmi */
    font-size: 12px;
    font-weight: 500;
}
a.clean-contact-link.website-style i {
    color: #36b9cc !important; /* Simbol globe berwarna cyan senada */
    width: 18px;
}