/* =========================================
   PORTO V2 CUSTOM STYLES - webkanimjakpus
   Last Updated: February 2026
   =========================================

   TABLE OF CONTENTS:

   1. FONT DECLARATIONS ..................... Line 40
   2. GLOBAL STYLES ......................... Line 145
   3. HEADER & NAVIGATION ................... Line 255
      3.1. Language Switcher
   4. PORTO V2 COMPONENTS ................... Line 540
      4.1. Sections
      4.2. Cards
      4.3. Buttons
      4.4. Modals
      4.5. Stats
   5. HOME PAGE SECTIONS .................... Line 880
      5.1. Video Hero
      5.2. News Flash Ticker
      5.3. Statistik Kinerja
      5.4. SI Mayor
      5.5. Survey IKM
      5.6. Link Terkait
      5.7. Map Section
      5.8. Slider
   6. OWL CAROUSEL CUSTOMIZATION ............ Line 1580
   7. ANIMATIONS ............................ Line 1780
   8. RESPONSIVE STYLES ..................... Line 1880

/* =========================================
   1. FONT DECLARATIONS
   ========================================= */

/* Poppins Font Family - Local */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Sans Font Family */
@font-face {
    font-family: Sans-Regular;
    src: url(fonts/NotoSans-Regular.woff);
}

@font-face {
    font-family: Sans-Bold;
    src: url('fonts/NotoSans-Bold.ttf');
}

@font-face {
    font-family: Sans-Curve;
    src: url('fonts/NotoSans-Curve.otf');
}

/* Volkhov Font Family */
@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov/Volkhov-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov/Volkhov-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov/Volkhov-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov/Volkhov-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* =========================================
   2. GLOBAL STYLES
   ========================================= */

/* Global Font Settings */
body {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0% !important;
	padding-top: 0;
}

#mainNav li a {
	font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

/* Background Colors */
html .bg-color-light, html .bg-light {
    background-color: #12385d !important;
}

.bg-gray {
    background-color: #deeef7 !important;
}

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

.bg-blue {
    background-color: #08213a !important;
}

/* Font Utility Classes */
.sans-bold {
	font-family: 'Sans-Bold' !important;
}

.font-regular {
	font-family: 'Sans-Regular' !important;
}

.font-great {
	font-family: 'Great Vibes', cursive;
}

/* Typography */
.home-page h1,
.page-header h1 {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: normal !important;
}

.home-page h2 {
	font-family: 'Poppins', sans-serif !important;
	color: #dc3545;
}

a h4 {
	font-family: 'Sans-Regular' !important;
}

a {
	color: #6c757d;
	letter-spacing: normal;
}

a:hover {
	text-decoration: none;
}

.post-meta {
	font-family: Sans-Regular;
}

/* Background Patterns */
.pattern-5 {
	background: url('../img/patterns/pattern5.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.pattern-6 {
	background: url('../img/patterns/pattern6.png');
}

.pattern-7 {
	background: url('../img/patterns/random_grey_variations.png');
}

/* Section Backgrounds */
html section.section-secondary {
    background-color: #212529 !important;
    border-color: #16181b !important;
}

.section-primary.home-page[data-bg] {
	position: relative;
	background-color: #0C2B4E;
}

.section-primary.home-page[data-bg]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: 0;
	pointer-events: none;
}

.section-primary.home-page[data-bg] > .container {
	position: relative;
	z-index: 1;
}

/* Custom Info Styles */
.custom-info span:nth-child(1) {
    display: inline-block;
    color: #95989c;
    min-width: 98px;
    margin-right: 10px;
}

.custom-info span:nth-child(1)::after {
    content: ':';
    display: block;
    float: right;
    color: #fff;
}

/* =========================================
   3. HEADER & NAVIGATION
   ========================================= */

/* V2 Color Variables */
:root {
    --navy-blue: #1a3d5c;
    --light-navy: #2c5f8d;
    --gold: #FFD700;
    --light-blue: #4a90e2;
}

/* Header Positioning */
html:not(.boxed) #header.header-floating-bar {
    position: absolute;
    top: 25px;
    width: 100%;
}

#header .header-btn-collapse-nav {
    background: none;
}

/* V2 Header Transparent Overlay */
#header.header-transparent {
    background: rgba(217, 217, 217, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: absolute !important;
    width: 100%;
    z-index: 1000;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#header.header-transparent:hover {
    background: rgba(12, 43, 78, 0.95) !important;
    backdrop-filter: blur(12px);
}

/* Porto Sticky Header Override for V2 */
html.sticky-header-active #header {
    position: fixed !important;
    background: #0C2B4E !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Logo Filter */
#header .header-logo img {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

/* Featured Boxes */
.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px;
}

html .featured-box-primary .box-content {
    border-top-color: #0088CC;
}

.featured-box .box-content {
    padding: 0px;
}

/* Blog Post Images */
.blog-posts .post-image {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%; /* Aspect ratio 4:3 */
	overflow: hidden;
	border-radius: 15px;
	background-color: #ccc;
}

.blog-posts .post-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.blog-posts .post-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	transition: transform 0.3s ease;
}

.blog-posts .post-image:hover img {
	transform: scale(1.05);
}

.thumb-info-wrapper img,
.thumb-info {
    border-radius: 15px;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 12px;
    padding: 13px 21px 2px;
    bottom: 13%;
}

.heading.heading-middle-border::before {
    content: "";
    height: 0px;
    left: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 100%;
    border-top: 3px solid rgb(0, 0, 0);
}

/* =========================================
   4. PORTO V2 COMPONENTS
   ========================================= */

/* 4.1. Sections */
.section-v2 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.section-v2.bg-light {
    background: #f8f9fa;
}

.section-v2.with-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section-v2.with-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 0;
}

.section-v2 > .container {
    position: relative;
    z-index: 1;
}

/* Section Titles */
.section-title {
    font-family: 'Volkhov', serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 1rem;
    color: #1a3d5c;
    text-transform: uppercase;
}

.section-subtitle {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* 4.2. Cards */
.card-v2 {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card-v2-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-v2:hover .card-v2-image {
    transform: scale(1.05);
}

.card-v2-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-v2-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #FFD700;
    color: #0C2B4E;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: fit-content;
}

.card-v2-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a3d5c;
    line-height: 1.4;
}

.card-v2-text {
    color: #6c757d;
    margin-bottom: 1rem;
    flex: 1;
}

.card-v2-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
}

.card-v2-date {
    color: #6c757d;
    font-size: 0.9rem;
}

.card-v2-link {
    color: #FFD700;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.card-v2-link:hover {
    color: #FFC700;
    transform: translateX(5px);
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a3d5c 0%, #2c5f8d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    color: #0C2B4E;
    transform: scale(1.1) rotate(5deg);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a3d5c;
}

.service-description {
    color: #6c757d;
    line-height: 1.6;
}

/* Kinerja Cards */
.kinerja-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid #FFD700;
}

.kinerja-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-top-color: #FFC700;
}

.kinerja-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a3d5c;
}

.kinerja-label {
    font-size: 1rem;
    color: #6c757d;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kinerja-period {
    font-size: 0.85rem;
    color: #adb5bd;
}

/* Berita List Styling */
.blog-posts .owl-item > div {
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-posts .owl-item > div:hover {
    transform: translateY(-5px);
}

.blog-posts .post-content {
    padding: 1rem;
}

.news-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #F4F4F4;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.gradient-text {
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 4.3. Buttons */
.btn-hero {
    padding: 1rem 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-primary {
    background: #FFD700;
    color: #0C2B4E;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.btn-hero-primary:hover {
    background: #FFC700;
    color: #0C2B4E;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.btn-hero-outline {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-hero-outline:hover {
    background: white;
    color: #0C2B4E;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* 4.4. Modals */
.modal-v2 .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-v2 .modal-header {
    background: linear-gradient(135deg, #1a3d5c 0%, #2c5f8d 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 1.5rem 2rem;
    border: none;
}

.modal-v2 .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.modal-v2 .close {
    color: white;
    opacity: 0.9;
    text-shadow: none;
}

.modal-v2 .close:hover {
    opacity: 1;
    color: white;
}

.modal-v2 .modal-body {
    padding: 2rem;
}

.modal-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

/* 4.5. Stats Section */
.stats-v2 {
    background: linear-gradient(135deg, #1a3d5c 0%, #2c5f8d 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.stats-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></svg>');
    background-size: 30px 30px;
    opacity: 0.5;
}

.stats-v2 > .container {
    position: relative;
    z-index: 1;
}

/* =========================================
   5. HOME PAGE SECTIONS
   ========================================= */

/* 5.1. Video Hero Section */
.video-hero-section {
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
}

.video-hero-section .video-wrapper {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    background: #000;
}

.video-hero-section .video-crop-wrapper {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    overflow: hidden;
}

.video-hero-section .video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: calc(100vw / 16 * 9);
    min-height: calc(100% + 120px);
    min-width: calc((100% + 120px) / 9 * 16);
    pointer-events: none;
    border: none;
}

.video-hero-section .video-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 15%, transparent 85%, rgba(0,0,0,0.4) 100%);
}

.video-hero-section .vimeo-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: none;
}

.video-hero-section .vimeo-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.3) 100%);
}

.video-hero-section .direct-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.video-hero-section iframe,
.video-hero-section video {
    pointer-events: none;
    border: none;
}

.video-hero-section iframe::after,
.video-hero-section video::-webkit-media-controls,
.video-hero-section video::-webkit-media-controls-enclosure {
    display: none !important;
}

/* 5.2. News Flash Ticker */
.news-flash-ticker-top {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 12;
    pointer-events: auto;
}

.news-flash-ticker-wrapper {
    display: flex;
    align-items: stretch;
    background: #D9D9D933;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px #00000040;
    height: 50px;
    transition: all 0.3s ease;
}

.news-flash-ticker-wrapper:hover {
    box-shadow: 0px 6px 20px 0px #00000050;
    transform: translateY(-2px);
}

.news-flash-ticker-label {
    flex-shrink: 0;
    padding: 0 25px;
    background: #0C2B4E;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 1.2px;
}

.news-flash-ticker-content {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.news-flash-ticker-item {
    flex-shrink: 0;
    padding: 0 50px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.news-flash-ticker-item strong {
    color: #ffffff;
    margin-right: 10px;
    font-weight: 700;
}

.news-flash-ticker-item a {
    margin-left: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s;
}

.news-flash-ticker-item a i {
    margin-left: 5px;
    font-size: 11px;
}

.news-flash-ticker-item a:hover {
    background: #0C2B4E !important;
    color: #FFFFFF !important;
    transform: scale(1.05);
}

.ticker-wrapper {
    display: flex;
    animation: scroll-left 60s linear infinite;
    will-change: transform;
}

.ticker-wrapper:hover {
    animation-play-state: paused;
}

/* 5.3. Statistik Kinerja */
.statistik-kinerja-overlay {
    position: relative;
    z-index: 11;
    margin-top: -150px;
    padding: 0;
}

.statistik-kinerja-container {
    background: #0C2B4E;
    border-radius: 25px;
    padding: 1rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.statistik-header {
    position: relative;
    margin-bottom: 2rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistik-title {
    font-size: 2rem;
    font-weight: 700;
    color: #DFE3E4;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 4px 4px #00000040;
    width: 100%;
}

.statistik-nav {
    position: absolute;
    right: 0;
    top: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.statistik-nav .nav-arrow {
    background: transparent;
    border: none;
    color: #DFE3E4;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0px 4px 4px #00000040;
    padding: 0.5rem 0.75rem;
}

.statistik-nav .nav-arrow:hover {
    color: #FFD700;
    transform: scale(1.1);
}

.statistik-nav .nav-arrow.disabled,
.statistik-nav .nav-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.statistik-nav .nav-arrow.disabled:hover,
.statistik-nav .nav-arrow:disabled:hover {
    color: #DFE3E4;
    transform: none;
}

.statistik-nav .nav-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #DFE3E4;
    text-shadow: 0px 4px 4px #00000040;
    min-width: 90px;
    text-align: center;
}

.statistik-cards-grid {
    margin-top: 1rem;
}

.kinerja-card-item {
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 0;
    background: transparent;
}

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

.kinerja-card-item .kinerja-label {
    border-radius: 8px 8px 0 0;
    background: #1D546C;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    padding: 1rem 1rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.kinerja-card-item .kinerja-value {
    border-radius: 0 0 8px 8px;
    background: #D9D9D980;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

/* 5.4. SI Mayor Section */
.si-mayor-section {
    padding: 5rem 0;
    background: #ffffff !important;
    text-align: center;
    font-family: 'Volkhov', serif;
    color: #0C2B4E;
}

.si-mayor-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0C2B4E;
    margin-bottom: 0.5rem;
    font-family: 'Volkhov', serif;
}

.si-mayor-subtitle {
    font-size: 1.8rem;
    color: #0C2B4E;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: 'Volkhov', serif;
}

.si-mayor-logo {
    max-width: 500px;
    margin: 0 auto 2rem;
}

.si-mayor-logo img,
.si-mayor-logo .image-hotspots img {
    width: 100%;
    height: auto;
}

.si-mayor-quote {
    font-size: 1.8rem;
    color: #0C2B4E;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-family: 'Volkhov', serif;
}

.si-mayor-description {
    margin: 0 auto 2rem;
    color: #0C2B4E;
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: 'Volkhov', serif;
}

.si-mayor-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.btn-si-mayor {
    padding: 1rem 2rem;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0px 6px 4px 0px #00000080;
    text-shadow: 0px 4px 4px #00000040;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    text-align: center;
}

.btn-si-mayor-primary {
    background: #1D546C;
    color: #DFE3E4;
}

.btn-si-mayor-primary:hover {
    background: #1a3d5c;
    color: rgb(255, 255, 255);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(12, 43, 78, 0.3);
}

.btn-si-mayor-secondary {
    background: #FFD700;
    color: #1D546C;
}

.btn-si-mayor-secondary:hover {
    background: #FFC700;
    color: #1D546C;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.btn-si-mayor span {
    text-shadow: 0px 4px 4px 0px #00000040;
}

/* 5.5. Survey IKM Section */
.survei-ikm-section {
    padding: 4rem 0;
    background: white;
}

.survei-ikm-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1D546C;
    text-align: center;
    margin-bottom: 3rem;
}

.ikm-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.ikm-card:hover {
    border-color: #FFD700;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ikm-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.ikm-score {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 0.5rem;
}

.ikm-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a3d5c;
    margin-bottom: 0.5rem;
}

.ikm-description {
    color: #6c757d;
    font-size: 0.95rem;
}

.carousel-nav-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-dot.active,
.carousel-dot:hover {
    background: #FFD700;
    transform: scale(1.2);
}
.mpaspor-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 7rem;
    font-weight: 800;
    color: #0C2B4E;
    text-align: left;
    margin-bottom: 5rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.mpaspor-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    color: #0C2B4E;
    text-align: left;
    margin-bottom: 0.4rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.mpaspor-link {
    margin-top: 20px;
    display: inline-block;
    max-width: 280px;
}

/* 5.6. Link Terkait Section */
.link-terkait-section {
    padding: 2rem 0;
    position: relative;
    min-height: 800px;
}

.link-terkait-section[data-bg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--link-bg-image);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
}

.link-terkait-section > .container {
    position: relative;
    z-index: 1;
}

.link-terkait-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: #0C2B4E;
    margin-bottom: 3rem;
}

.link-terkait-section a {
    display: block;
    transition: all 0.3s ease;
}

.link-terkait-section img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.link-terkait-section a:hover img {
    transform: scale(1.05);
}
.link-terkait-section .link-card-title {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
;
}
/* 5.7. Map Section */
.map-section {
    padding: 4rem 0;
    background: white;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    height: 450px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 5.8. Slider */
.slider-v2 {
    position: relative;
    margin-bottom: 0;
}

.slider-v2 .carousel-item {
    position: relative;
}

.slider-v2 .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}

.slide-hotspot {
    position: absolute;
    display: block;
    z-index: 10;
    transition: all 0.3s ease;
}

.slide-hotspot:hover {
    transform: scale(1.05);
}

.slide-hotspot-label {
    background: rgba(255, 215, 0, 0.9);
    color: #0C2B4E;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Hero Section */
.hero-v2 {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a3d5c 0%, #2c5f8d 100%);
    color: white;
}

.hero-content {
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Main Content Spacing */
main {
    position: relative;
}

main > section:first-child:not(.news-flash-ticker) {
    margin-top: 0;
}

/* Footer V2 */
.footer-v2 {
    margin-top: 0;
    position: relative;
}

.footer-main {
    background: #0C2B4E center/cover no-repeat;
    color: white;
    padding: 3rem 0 1rem;
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 43, 78, 0.85);
    z-index: 0;
}

.footer-main .container {
    position: relative;
    z-index: 1;
}

.footer-map-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.footer-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer-info,
.footer-hours {
    color: white;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.footer-address,
.footer-contact {
    color: white;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.footer-contact strong {
    color: white;
    font-weight: 600;
}

.hours-list {
    margin-top: 1rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-item .day {
    color: white;
    font-weight: 500;
}

.hours-item .time {
    color: white;
    font-weight: 600;
}

.footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 0;
    border-top: none;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background: #FFD700;
    color: #0C2B4E;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.footer-copyright {
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
    color: white;
    font-size: 0.85rem;
    margin: 0;
}

/* =========================================
   6. OWL CAROUSEL CUSTOMIZATION
   ========================================= */

/* Statistik Carousel */
.statistik-carousel .owl-nav {
    display: none;
}

.statistik-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0;
}

.statistik-carousel .owl-dot {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.statistik-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.statistik-carousel .owl-dot.active span {
    background: #FFFFFF;
    width: 30px;
    border-radius: 5px;
}

.statistik-carousel .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.6);
}

/* Loading state for carousel */
.statistik-carousel.loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.statistik-carousel.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* IKM, Video, Berita Carousel Navigation */
.home-page .owl-carousel.owl-theme {
    position: relative;
}

.home-page .thumb-info-wrapper,
.home-page .blog-posts {
    position: relative;
}
.thumb-info-wrapper img {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.home-page .owl-carousel.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.home-page .owl-carousel.owl-theme .owl-nav button.owl-prev,
.home-page .owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    transform: scale(1.1);
}

.home-page .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -80px;
}

.home-page .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -80px;
}

.home-page .owl-carousel.owl-theme .owl-nav button.owl-prev:hover,
.home-page .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
    color: #ffffff !important;
}

.home-page .owl-carousel.owl-theme .owl-nav button.owl-prev span,
.home-page .owl-carousel.owl-theme .owl-nav button.owl-next span {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

/* White background video section arrows */
.section.bg-white .owl-carousel.owl-theme .owl-nav button.owl-prev,
.section.bg-white .owl-carousel.owl-theme .owl-nav button.owl-next {
    color: #0C2B4E !important;
}

.section.bg-white .owl-carousel.owl-theme .owl-nav button.owl-prev:hover,
.section.bg-white .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
    color: #0C2B4E !important;
}

/* Carousel Dots */
.home-page .owl-carousel.owl-theme .owl-dots {
    margin-top: 2rem;
    text-align: center;
}

.home-page .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin: 5px 7px;
    transition: all 0.3s ease;
}

.home-page .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.home-page .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border-color: #ffffff;
    transform: scale(1.3);
}

/* Video section dots (white background) */
.section.bg-white .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: rgba(12, 43, 78, 0.3);
    border: 2px solid rgba(12, 43, 78, 0.5);
}

.section.bg-white .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.section.bg-white .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #0C2B4E;
    border-color: #0C2B4E;
}

/* Dropdown Menu Width Fix - prevent hover area being wider than visible text */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    width: max-content !important;
    min-width: 180px !important;
    max-width: 320px !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    word-break: break-word;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
    width: max-content !important;
    min-width: 180px !important;
    max-width: 320px !important;
}

/* Dropdown Submenu Styling */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-submenu > a::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 1rem;
    opacity: 0.6;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-submenu:hover > a::after {
    opacity: 1;
    right: 0.8rem;
    transition: all 0.3s ease;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
}

/* Fix: Porto uses opacity:0 (not display:none) for sub-submenus, so they
   still intercept pointer events when invisible, causing wrong submenu to
   activate. Disable pointer events on hidden panels. */
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    pointer-events: none;
}

#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    pointer-events: auto;
}

/* =========================================
   7. ANIMATIONS
   ========================================= */

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Porto appear animation support */
.animate-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1 !important;
}

/* =========================================
   8. RESPONSIVE STYLES
   ========================================= */

/* 8.1. Desktop Large (min-width: 1200px) */
@media (min-width: 1200px) {
	html:not(.sticky-header-active) #header.header-floating-bar .header-container {
	    padding-right: 0px;
	    padding-left: 20px;
	}

	.header-body {
		-webkit-box-shadow: 0px 0px 90px -28px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 90px -28px rgba(0,0,0,1);
		box-shadow: 0px 0px 90px -28px rgba(0,0,0,1);
	}

	html:not(.sticky-header-active) #header.header-floating-bar .header-body {
	    border-radius: 60px !important;
	}
}

/* =========================================
   3.1. Language Switcher V2
   ========================================= */

/* Language Switcher V2 */
.language-switcher-v2 {
    position: relative;
    display: inline-block;
}

.btn-lang-switcher {
    background: #DFE3E4;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #0C2B4E;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 90px;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(12, 43, 78, 0.3);
}

.btn-lang-switcher:hover {
    box-shadow: 0 4px 12px rgba(12, 43, 78, 0.4);
    transform: translateY(-1px);
}

.btn-lang-switcher:focus {
    outline: none;
    box-shadow: 0 2px 8px rgba(12, 43, 78, 0.3), 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.btn-lang-switcher i {
    font-size: 12px;
    order: -1;
}

.btn-lang-switcher span {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.language-switcher-v2 .dropdown-menu {
    background: #0C2B4E;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    padding: 8px 0;
    min-width: 180px;
    margin-top: 8px;
}

.language-switcher-v2 .dropdown-item {
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-switcher-v2 .dropdown-item:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
}

.language-switcher-v2 .dropdown-item:focus {
    outline: none;
    background: rgba(255, 215, 0, 0.15);
    color: #FFD700;
}

.language-switcher-v2 .dropdown-item.active {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    font-weight: 600;
}

.language-switcher-v2 .dropdown-item.active::before {
    content: '✓';
    font-weight: bold;
    margin-right: -5px;
}

.language-switcher-v2 .dropdown-item img {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Hide Google Translate Default Elements */
#google_translate_element2,
.goog-te-banner-frame,
.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}
/* 8.2. Desktop (min-width: 992px) */
@media (min-width: 992px) {
	/* Container */
    .container {
        max-width: 1400px !important;
    }

    /* Header Navigation */
    #header .header-nav-main nav > ul > li {
        margin-left: 10px;
        margin-right: 10px;
    }
    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        color: #d5ab5d;
    }

	#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a,
	#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	    color: #fff !important;
	    font-size: 16px !important;
	    text-transform: none;
	}

	#header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
	html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
		color: #fff !important;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
	    color: #212529;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
	    border-bottom-color: #d2cccc;
	}

	.header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a {
	    background: #ffffff !important;
	    color: #12385d !important;
	}

	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
	    background: #ffffff;
	    margin-top: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		font-family: 'Poppins', sans-serif;
	    font-size: 15px !important;
        font-weight: 400 !important;
	    text-transform: none;
	    color: #12385d !important;

	}

	#header .header-nav.header-nav-links nav > ul > li > a,
	#header .header-nav.header-nav-links nav > ul > li:hover > a,
	#header .header-nav.header-nav-line nav > ul > li > a,
	#header .header-nav.header-nav-line nav > ul > li:hover > a {
	    position: relative;
	    background: transparent !important;
	    padding: 0 .9rem;
	    margin: 1px 0 0;
	    min-height: 20px !important;
	    height: 100%;
	}

	#header .header-nav.header-nav-links nav > ul > li > a,
	#header .header-nav.header-nav-links nav > ul > li:hover > a,
	#header .header-nav.header-nav-line nav > ul > li > a,
	#header .header-nav.header-nav-line nav > ul > li:hover > a {
		padding: 0 0.4em !important;
		text-decoration: none !important;
	}

	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
	    color: #11375c;
	}

	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover,
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:hover {
	    color: #ffffff;
	}

	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
	    background: #FFD700;
	}

	/* Active Menu with Porto bottom line style */
	#header .header-nav.header-nav-line nav > ul > li.active > a:before {
		background: #FFD700;
		opacity: 1 !important;
	}

    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a,
    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:focus > a,
    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:active > a,
    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.active > a {
        background: none;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before,
    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before {
        left: 0;
        right: 0;
        height: 2px;
        border-radius: 25px;
        margin: 12px 5px 8px 5px;
        opacity: 1 !important;
    }

    aside ul.nav-list > li > a {
        color: #12385d;
    }

	/* V2 Header Nav Colors - Desktop */
    #header .header-nav-main nav > ul > li > a {
        color: white !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #header .header-nav-main nav > ul > li:hover > a,
    #header .header-nav-main nav > ul > li.active > a {
        color: var(--gold) !important;
    }

	/* V2 Dropdown Styling - Desktop */
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background: #0C2B4E !important;
        backdrop-filter: blur(10px);
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
        border: none;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: white !important;
        text-shadow: none;
        border-bottom: none;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
        background: rgba(255, 215, 0, 0.1) !important;
        color: var(--gold) !important;
    }
    .page-header .breadcrumb > li {
        display: inline-block;
        font-size: 1.8em;
        text-transform: none;
        text-shadow: none;
    }
    .page-header .breadcrumb.breadcrumb-light .active {
        opacity: 1;
    }
    .page-header .breadcrumb > li + li:before {
        color: #ffffff;
        opacity: 1;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        content: "\f105";
        padding: 0 7px 0 5px;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-sm {
        padding: 180px 0 20px 0;
    }
    aside ul.nav-list > li > a {
        color: #ffffff;
        background: #1D546C;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    aside ul.nav-list > li > a:hover {
        background: #B9B4C7;
    }
    ul.nav-list li > a.active {
        background: #B9B4C7;
        font-weight: 400;
    }
    ul.nav-list li a:before {
        content: "";
    }
}

/* 8.3. Tablet (max-width: 992px / 991px) */
@media (max-width: 992px) {
    #header.header-effect-shrink .header-container {
        min-height: 80px;
        height: 80px;
    }
    .page-header .breadcrumb > li {
        display: inline-block;
        font-size: 1em;
        text-transform: none;
        text-shadow: none;
    }
    .page-header .breadcrumb.breadcrumb-light .active {
        opacity: 1;
    }
    .page-header .breadcrumb > li + li:before {
        color: #ffffff;
        opacity: 1;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        content: "\f105";
        padding: 0 7px 0 5px;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-sm {
        padding: 100px 0 10px 0;
    }
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .mpaspor-title {
        font-size: 6rem;
    }

    .mpaspor-text {
        font-size: 1.4rem;
        margin-bottom: 0.1rem;
    }
    .mpaspor-link {
        max-width: 120px;
    }
}

@media (max-width: 991px) {

    .mpaspor-title {
        font-size: 3rem;
        margin-bottom: 1.2rem;
    }

    .mpaspor-text {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
    }

    .mpaspor-link {
        max-width: 150px;
    }
	/* Mobile Menu Styling */
	#header .header-body {
		background: rgba(12, 43, 78, 0.95) !important;
	}

	#header .header-nav-main:before {
        background: rgb(29 84 108) !important;
        border-radius: 15px;
	}

	#header .header-btn-collapse-nav {
		background: rgba(255, 255, 255, 0.1) !important;
		color: white !important;
		border: 1px solid rgba(255, 255, 255, 0.2) !important;
		padding: 8px 12px !important;
		border-radius: 4px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	#header .header-btn-collapse-nav i,
	#header .header-btn-collapse-nav .fas,
	#header .header-btn-collapse-nav .fa-bars {
		color: white !important;
		font-size: 18px !important;
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1 !important;
		font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free', 'FontAwesome' !important;
		font-weight: 900 !important;
	}

	#header .header-btn-collapse-nav:hover {
		background: rgba(255, 255, 255, 0.2) !important;
	}

	/* Language Switcher Mobile */
	.language-switcher-v2 {
		margin-right: 10px;
	}

	.btn-lang-switcher {
		padding: 8px 16px;
		min-width: 75px;
		font-size: 13px;
	}

	.btn-lang-switcher i {
		font-size: 10px;
	}

	.language-switcher-v2 .dropdown-menu {
		min-width: 160px;
		right: 0;
		left: auto;
	}

	.language-switcher-v2 .dropdown-item {
		padding: 8px 16px;
		font-size: 13px;
	}

	#header .header-nav-main nav > ul li a {
		text-transform: none !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		font-family: 'Poppins', sans-serif !important;
		color: white !important;
        padding: 7px 8px !important;
        line-height: 20px;
        position: relative;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 2.5rem !important;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 5px;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
		position: absolute;
		top: 0;
		right: 5px;
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.6rem;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: none !important;
	}

	#header .header-nav-main nav > ul li.active > a,
	#header .header-nav-main nav > ul li:hover > a {
		color: #FFD700 !important;
		background: none !important;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent !important;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
		color: white !important;
		padding-right: 2.5rem !important;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
		padding-right: 2.5rem !important;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li:hover > a {
		background: rgba(255, 215, 0, 0.1) !important;
		color: #FFD700 !important;
	}

	#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
		display: block !important;
	}

	#header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle {
		pointer-events: auto !important;
	}
}

/* 8.4. Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .btn-hero {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    /* M-Paspor section mobile fix */
    .mpaspor-title {
        font-size: 3.2rem;
        margin-bottom: 1rem;
        margin-top: 20px;
        text-align: center;
    }

    .mpaspor-text {
        font-size: 1rem;
        margin-bottom: 0.2rem;
        text-align: center;
    }

    .mpaspor-link {
        max-width: 140px;
        display: inline-block;
        margin: 5px auto;
    }

    .m-paspor .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .m-paspor .d-flex > div:last-child {
        text-align: center;
        width: 100%;
    }

    .service-card {
        margin-bottom: 1rem;
    }

    .si-mayor-title {
        font-size: 2rem;
    }

    .si-mayor-buttons {
        flex-direction: column;
    }

    .btn-si-mayor {
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .map-container {
        height: 350px;
    }

    .kinerja-label {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Video Hero */
    .video-hero-section .video-wrapper {
        height: 135vh;
    }

    /* News Flash Ticker */
    .news-flash-ticker-top {
        bottom: 200px;
    }

    .news-flash-ticker-item {
        font-size: 13px;
        padding: 0 30px;
    }

    .news-flash-ticker-top .ticker-item {
        font-size: 13px !important;
        padding: 0 30px !important;
    }

    /* Statistik Kinerja */
    .statistik-kinerja-overlay {
        margin-top: -100px;
    }

    .statistik-kinerja-container {
        padding: 1.5rem 1rem 2rem;
    }

    .statistik-header {
        flex-direction: column;
        min-height: auto;
    }

    .statistik-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .statistik-nav {
        position: static;
        transform: none;
        justify-content: center;
    }

    .statistik-nav .nav-year {
        font-size: 1.3rem;
    }

    .kinerja-card-item .kinerja-label {
        font-size: 0.85rem;
        padding: 1rem 0.75rem;
    }

    .kinerja-card-item .kinerja-value {
        font-size: 0.9rem;
        padding: 1.25rem 0.75rem;
    }

    /* Owl Carousel */
    .home-page .owl-carousel.owl-theme .owl-nav button.owl-prev {
        left: -10px;
        width: 50px;
        height: 50px;
        font-size: 22px !important;
        line-height: 50px;
    }

    .home-page .owl-carousel.owl-theme .owl-nav button.owl-next {
        right: -10px;
        width: 50px;
        height: 50px;
        font-size: 22px !important;
        line-height: 50px;
    }

    /* Footer */
    .footer-map-container {
        height: 150px;
    }

    .footer-main {
        padding: 2rem 0 1rem;
    }

    .footer-info,
    .footer-hours {
        margin-bottom: 2rem;
    }

    .hours-item {
        font-size: 0.9rem;
    }

    .footer-social {
        justify-content: center;
        gap: 0.5rem;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* 8.5. Mobile Small (max-width: 576px) */
@media (max-width: 576px) {
    /* M-Paspor section small mobile fix */
    .mpaspor-title {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
        margin-top: 16px;
    }

    .mpaspor-text {
        font-size: 0.9rem;
        margin-bottom: 0.15rem;
    }

    .mpaspor-link {
        max-width: 120px;
        margin: 4px 4px;
    }

	/* Video Hero */
    .video-hero-section .video-wrapper {
        height: 70vh;
        max-height: 400px;
    }

	/* News Flash Ticker */
    .news-flash-ticker-top {
        bottom: 10px;
    }

    .news-flash-ticker-item {
        font-size: 12px;
        padding: 0 20px;
    }

    .news-flash-ticker-label {
        padding: 0 15px;
        font-size: 12px;
    }

	/* Statistik Kinerja */
    .statistik-kinerja-overlay {
        margin-top: 30px;
    }

    .statistik-kinerja-container {
        padding: 1rem 0.5rem 1.5rem;
        border-radius: 15px;
    }

    .statistik-title {
        font-size: 1.2rem;
    }

    .statistik-nav .nav-arrow {
        font-size: 1rem;
        padding: 0.4rem 0.6rem;
    }

    .statistik-nav .nav-year {
        font-size: 1.1rem;
        min-width: 70px;
    }

    .kinerja-card-item .kinerja-label {
        font-size: 0.75rem;
        padding: 0.875rem 0.5rem;
    }

    .kinerja-card-item .kinerja-value {
        font-size: 0.85rem;
        padding: 1rem 0.5rem;
    }

	/* Sections */
    .section-v2 {
        padding: 3rem 0;
    }

    .survei-ikm-section,
    .si-mayor-section,
    .link-terkait-section,
    .map-section {
        padding: 3rem 0;
    }
}
.skiptranslate {
    display: none !important;
}
/* =========================================
   END OF CUSTOM STYLES
   ========================================= */
