/*
Custom Template Student S-widodo.com
Author: Widodo
Version: 3.0
Design and Developed by: s-widodo.com
Year : 2021
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('simpleLightbox.min.css');
@import url('owl.carousel.min.css');
@import url('animate.min.css');

* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Poppins", sans-serif;

  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  outline: 0;
  font-size: 100%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
a:hover,
input:hover button:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.form-group input:focus,
.form-group input:active {
  outline: 0px !important;
  box-shadow: none !important;
}

i,
span,
a {
  display: inline-block;
}


h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6 a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2e2751;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}


/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}




p {
  color: #747794;
  font-size: 14px;
}

a,
a:hover,
a:focus {
  -webkit-transition: 0.3s;
  -o-transition-transition: 0.3s;
  transition-transition: 0.3s;
  text-decoration: none;
  outline: 0 solid transparent;
  box-shadow: none;
  color: var(--orange);
  outline: none;
}

*:focus {
  outline: none;
}

.btn.btn-warning {
  background: var(--warning);
  color: #ffffff;
}

.btn.btn-primary {
  background: var(--blue);
  color: #ffffff;
}

.btn.btn-success {
  background: var(--green);
  color: #ffffff;
}

.btn.btn-danger {
  background: var(--danger);
  color: #ffffff;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

ul,
ol {
  margin: 0;
}

ul li {
  list-style: none;
  text-decoration: none;
}

ul li:hover,
ul li:focus {
  list-style: none;
  text-decoration: none;
}


img {
  max-width: 100%;
  height: auto;
}


/* ------------------------ Input ---------------- */
input:required,
textarea:required,
textarea:focus,
select:required,
select:focus,
select:hover,
select:active {
  box-shadow: none !important;
  outline: none;
}

input:invalid,
textarea:invalid {
  box-shadow: none !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.h-100 {
  height: 100% !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.loading {
  display: none;
}


:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #179E66;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --font-family-sans-serif: "Poppins";
  --font-family-monospace: "Poppins";
}


body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  display: block;
  padding: 0 auto;
  overflow-x: hidden;
}


/* ============================================
   Wrapper
============================================== */
.sw-wrapper {
  position: relative;
  padding: 70px 0px 70px;
  margin: 0px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

/* Layer 1 (Putih): Meluncur pertama kali */
.sw-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #124479;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

/* Layer 2 (Hitam): Meluncur lebih lambat 0.05 detik */
.sw-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #68cdef;

  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.05s;
}

/* Aktifkan efek berlapis saat kartu di-hover */
.sw-wrapper:has(.single-feature:hover)::before,
.sw-wrapper:has(.single-feature:hover)::after {
  transform: scaleX(1);
}

.sw-wrapper .container {
  position: relative;
  z-index: 2;
}

.side,
.bg-overlay {
  position: relative;
}

.side.bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: -280px;
  width: 60%;
  height: 100%;
  background: #179e66;
  transform: skew(26deg);
  z-index: 1;
}


.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #2e2751;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.sw-wrapper .text p {
  color: #777777;
  font-size: 17px;
  line-height: 1.6em;
}

.section-tittle,
.section-tittle-2 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.section-tittle h2,
.section-tittle-2 h2 {
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  padding: 0px;
}

.section-tittle h2.white {
  color: var(--white);
}

.section-tittle h2.dark {
  color: var(--dark);
}

.section-tittle p,
.section-tittle-2 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #666666;
  font-weight: normal;
}

.section-tittle .btn,
.section-tittle-2 .btn {
  float: right;
  margin-top: 0px;
}


.section-tittle .btn:focus,
.section-tittle .btn:active,
.section-tittle-2 .btn:focus,
.section-tittle-2 .btn:active {
  box-shadow: none;
  outline: none;
  color: #ffffff !important;
}

/* ===========================================
    HEADER & STICKY NAVBAR (PURE CSS - NO GLITCH)
============================================= */
header.header,
header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}

.navbar-top {
  padding: 5px 0px;
  background: #0f4176 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons .social-icons-item {
  display: inline-block;
  list-style: none;
  line-height: 10px;
  margin: 0 6px 5px 0;
}

.navbar-top a {
  color: #ffffff;
  font-size: 15px
}

.navbar-top a i {
  margin-right: 5px;
  color: var(--yellow);
}

.social-icons {
  padding: 0;
  line-height: 0;
}

.social-icons-link {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-top span {
  font-size: 0.8125rem;
  color: #8f9397;
}

.dropdown-item-text {
  display: block;
  padding: 0.4rem 1.5rem;
  color: #8f9397 !important;
}

.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .3rem;
}

/* Default Mobile Navbar (Full Width) */
nav.navbar,
nav.navbar.navbar-expand,
nav.navigation {
  width: 100%;
  border: none;
  margin: 0 auto;
  padding: 0px 0px;
  background: #ffffff !important;
  position: relative;
  top: 0px;
  z-index: 1030 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}


/* Logo transparan menembus background navbar biru */
nav.navigation .navbar-brand img {
  mix-blend-mode: multiply !important;
  background: transparent !important;
}

/* Tata letak navbar & logo yang rapi dan tidak bertumpukan */
nav.navigation .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

nav.navigation .d-flex {
  flex: 0 0 auto !important;
  width: auto !important;
}

nav.navigation .d-flex span.w-100 {
  width: auto !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
}

nav.navigation .navbar-brand {
  padding: .25rem 0 !important;
  margin-right: 35px !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

nav.navigation .navbar-brand img {
  max-height: 55px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  nav.navigation .navbar-collapse {
    flex-grow: 1 !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    padding-right: 0 !important;
  }

  nav.navigation .navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  nav.navigation li {
    margin-right: 20px !important;
  }

  nav.navigation ul.navbar-nav a,
  nav.navigation .nav-link {
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  nav.navigation .navbar-brand img,
  .navbar-brand img {
    max-height: 48px !important;
    mix-blend-mode: multiply !important;
    /* Membuat latar belakang logo JPG otomatis transparan */
    background: transparent !important;
  }
}


.site-title,
.site-description,
.navbar h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.navigation.sticky {
  background: #fff;
  box-shadow: none;
}

nav.navigation button.navbar-toggler {
  border-radius: 2px;
  margin-top: 8px;
}


nav.navigation button.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #2e2751;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


nav.navigation button.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

nav.navigation button.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

nav.navigation button.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navbar-expand-lg .navbar-nav {
  margin-right: 90px;
}

nav.navigation li {
  margin-right: 30px;
}

nav.navigation li:last-child {
  margin-right: 0px;
}


/* Teks Navigasi Utama Navbar (Tingkat Atas) Warna Biru Navy */
nav.navigation .navbar-nav>li>a,
nav.navigation .navbar-nav>.nav-item>a {
  position: relative;
  font-size: 17px !important;
  font-family: 'Poppins', sans-serif;
  color: #0f4176 !important;
  /* Warna Biru Navy UJPK */
  font-weight: 600 !important;
  padding: 30px 0px 30px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav.navigation .navbar-nav>li>a:hover,
nav.navigation .navbar-nav>.nav-item>a:hover {
  color: #002247 !important;
  /* Hover Navy Gelap Pekat */
}


@media (min-width: 992px) {
  nav.navigation .dropdown-menu {
    border-top: 3px solid #69ceec !important;
    background: rgba(15, 65, 118, 0.96) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
    padding: 8px 0px !important;
    min-width: 220px;
    max-width: 290px;
    margin-top: 0px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 0 12px 12px !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  nav.navigation .dropdown-menu li,
  nav.navigation .dropdown-menu .nav-item,
  nav.navigation .dropdown-menu .dropdown-submenu {
    margin: 0px !important;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    list-style: none !important;
  }

  /* Teks Item Di Dalam Dropdown Menu Tetap 100% Putih Bersih */
  nav.navigation .dropdown-menu li > a {
    padding: 10px 22px !important;
    margin: 0px !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: block !important;
    line-height: 22px !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    background: transparent !important;
    text-decoration: none !important;
    position: relative;
  }

  nav.navigation .dropdown-menu li > a:before {
    display: none !important;
  }

  /* Hover state: hanya berlaku pada <a> yang sedang di-hover */
  nav.navigation .dropdown-menu li > a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #69ceec !important;
    border-left-color: #69ceec !important;
    padding-left: 28px !important;
  }

  /* Parent dropdown item saat sub-menunya dibuka */
  nav.navigation .dropdown-menu li.dropdown-submenu:hover > a {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #69ceec !important;
    border-left-color: #69ceec !important;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    font-size: 11px;
    opacity: 0.85;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -8px;
    border-top: 3px solid #69ceec !important;
    background: rgba(15, 65, 118, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 12px 12px 12px !important;
  }

  .dropdown-submenu>.dropdown-menu:after {
    display: none;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}


.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
  position: relative;
}

/* ---------------------------------------------
    // TOP SEARCH (Sembunyikan untuk Tampilan Minimalis & Clean)
-----------------------------------------------*/
.right-bar,
.right-bar:after,
.top-search {
  display: none !important;
}

.navigation.sticky .right-bar {
  padding: 24px 0px 0px 0px;
}

.right-bar .right-nav {
  z-index: 333;
  position: relative;
}

.right-bar .right-nav ul li {
  display: inline-block;
}

.right-bar .right-nav li a {
  color: #fffffF;
  border: solid 1px #ffffff;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}


.top-search {
  background-color: #fff;
  top: 83px;
  right: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;
  width: 300px;
  height: 90px;
  padding: 25px 20px;
  z-index: 1;
  overflow: hidden;
  display: none;
  box-shadow: 2px 6px 28px -22px #dadada;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top-search.active {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation.sticky .top-search {
  top: 73px;
}

.top-search .input-group {
  display: block;
}


.top-search .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 0px;
  border-radius: 0px;
}

.top-search form {
  width: 100%;
}

.top-search input[type="text"] {
  width: 100%;
  padding-left: 10px;
}

.top-search input[type="text"]:focus,
.top-search input[type="text"]:hover {
  border: solid 1px #cccccc;
}

.top-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 50px;
  background: #2e2751;
  border: none;
  border-radius: 0px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.top-search .btn-search:hover,
.top-search .btn-search:focus {
  color: #ffffff;
  outline: 0;
}




/* ---------- Google Translate --------*/
.ct-topbar__list {
  margin: 2px 10px 0px;
}

.ct-language__dropdown {
  padding-top: 5px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 110%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100px;
  text-align: center;
  padding-top: 0;
  z-index: 200;
}

.ct-language__dropdown li {
  background: #222;
  padding: 5px;
}

.ct-language__dropdown li a {
  display: block;
}

.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
  background: #444;
}

.ct-language__dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #222;
}

.ct-language {
  position: relative;
  color: var(--yellow);
  padding: 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.ct-language:hover .ct-language__dropdown {
  max-height: 200px;
  padding-top: 8px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

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

@media (max-width:1026px) {
  nav.navigation li {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  header.header,
  .navigation {
    position: relative !important;
    background: #ffffff !important;
    z-index: 1050 !important;
  }

  nav.navigation .navbar-brand img,
  .navbar-brand img {
    max-height: 44px !important;
  }

  /* Hamburger Toggle Button */
  nav.navigation button.navbar-toggler {
    padding: 8px 12px !important;
    background: #0f4176 !important;
    border: 1px solid #0f4176 !important;
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: 0 4px 10px rgba(15, 65, 118, 0.2) !important;
    cursor: pointer !important;
  }

  nav.navigation button.navbar-toggler .toggler-icon {
    width: 24px !important;
    height: 2.5px !important;
    background-color: #ffffff !important;
    margin: 4.5px 0 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
  }

  nav.navigation button.navbar-toggler.active {
    background: #002247 !important;
  }

  /* Menu Container Dropdown (100% Solid Putih Bersih & Berbayang Mewah) */
  .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: #ffffff !important;
    padding: 16px 20px 28px 20px !important;
    border-top: 3px solid #0f4176 !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 18px 40px rgba(15, 65, 118, 0.22) !important;
    z-index: 99999 !important;
  }

  .navbar-collapse.collapsing {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    z-index: 99999 !important;
  }

  .navbar-collapse.show {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    z-index: 99999 !important;
  }

  /* List & Nav Items */
  nav.navigation .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    background: #ffffff !important;
  }

  nav.navigation li,
  nav.navigation .nav-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
    list-style: none !important;
  }

  nav.navigation li:last-child,
  nav.navigation .nav-item:last-child {
    border-bottom: none !important;
  }

  /* Item Links Utama */
  nav.navigation .navbar-nav > li > a,
  nav.navigation .navbar-nav > .nav-item > a,
  nav.navigation ul.navbar-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 14px !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    color: #0f4176 !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    margin: 2px 0 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
  }

  nav.navigation .navbar-nav > li > a:hover,
  nav.navigation .navbar-nav > .nav-item > a:hover,
  nav.navigation ul.navbar-nav a:hover {
    background: #f0f7ff !important;
    color: #002247 !important;
    padding-left: 18px !important;
  }

  /* Dropdown Submenu Level 1 (Accordion Card) */
  nav.navigation .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 4px 0 10px 0 !important;
    padding: 6px 4px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #0f4176 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transform: none !important;
    display: none;
  }

  nav.navigation .dropdown-menu li,
  nav.navigation .dropdown-menu .nav-item {
    background: transparent !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.6) !important;
  }

  nav.navigation .dropdown-menu li > a {
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0f4176 !important;
    border-left: none !important;
    display: block !important;
    border-radius: 6px !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
  }

  nav.navigation .dropdown-menu li > a:hover {
    background: #e2e8f0 !important;
    color: #002247 !important;
    padding-left: 18px !important;
  }

  /* Dropdown Submenu Level 2 (Nested Submenu) */
  .dropdown-submenu > .dropdown-menu {
    position: static !important;
    float: none !important;
    width: calc(100% - 10px) !important;
    margin: 4px 0 6px 10px !important;
    padding: 4px !important;
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    border-left: 4px solid #69ceec !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transform: none !important;
    display: none;
  }

  .dropdown-submenu > .dropdown-menu li > a {
    font-size: 13.5px !important;
    padding: 8px 12px !important;
  }

  .dropdown-toggle::after {
    margin-left: auto !important;
    border-top: 5px solid #0f4176 !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    transition: transform 0.25s ease !important;
  }

  .dropdown.show > a.dropdown-toggle::after,
  .dropdown-submenu.show > a.dropdown-toggle::after {
    transform: rotate(180deg) !important;
  }
}

/* -------------------------------------------------
    breadcrumbs
---------------------------------------------------*/

.sw-breadcrumbs {
  background: #0B1E36 url(../img/breadcrumbs.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

/* Elegant dark corporate gradient overlay to give high contrast and eliminate clashes with background photo text */
.sw-breadcrumbs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(11, 30, 54, 0.90) 0%, rgba(15, 65, 118, 0.84) 50%, rgba(11, 30, 54, 0.88) 100%);
  z-index: 1;
}

.sw-breadcrumbs .container {
  position: relative;
  z-index: 2;
}

.sw-breadcrumbs h2 {
  font-weight: 800;
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 0 !important;
  text-align: left;
}

/* Breadcrumbs
====================================*/

.breadcrumbs {
  position: relative;
  display: block;
  text-align: left;
}

.breadcrumbs.text-center {
  float: none;
  margin: 0;
  text-align: left;
}

.breadcrumbs ul {
  font-size: 13.5px;
  padding: 6px 18px;
  font-weight: 500;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  color: #f1f5f9;
  font-weight: 500;
  margin: 0 2px;
}

.breadcrumbs ul li a {
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.breadcrumbs ul li a:hover {
  color: #f5a623 !important;
}

.breadcrumbs ul li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: 900;
  font-size: 9px;
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.6) !important;
  display: inline-block;
}

.breadcrumbs ul li:last-child:after,
.breadcrumbs li:last-child:after {
  display: none !important;
}

.breadcrumbs ul li.active,
.breadcrumbs ul li.active a,
.breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child a {
  color: #f5a623 !important;
  font-weight: 700;
}

.breadcrumbs ul li:last-child a:hover {
  color: #ffd074 !important;
}


/* Hero Banner Slider Megah Korporat */
#slider.carousel {
  position: relative;
  max-width: 1400px !important;
  /* Perbesar lebar maksimum slider */
  width: 96% !important;
  margin: 30px auto 48px auto !important;
  /* Ruang bawah ekstra untuk titik navigasi */
  border-radius: 24px !important;
  overflow: visible !important;
  /* Biarkan indikator tampil di luar bawah gambar */
  box-shadow: none !important;
}

#slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px !important;
  box-shadow: 0 20px 45px rgba(15, 65, 118, 0.18) !important;
}

#slider .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.8s ease-in-out !important;
}

/* State tampilan slide */
#slider .carousel-item.active,
#slider .carousel-item-next,
#slider .carousel-item-prev {
  display: block !important;
}

/* 1. Posisi awal Foto 2 di sebelah kanan (100%) sebelum masuk */
#slider .carousel-item-next:not(.carousel-item-left) {
  transform: translate3d(100%, 0, 0) !important;
}

/* 2. Siklus Bergeser ke KIRI */
#slider .carousel-item.active.carousel-item-left {
  transform: translate3d(-100%, 0, 0) !important;
}

#slider .carousel-item-next.carousel-item-left {
  transform: translate3d(0, 0, 0) !important;
}

/* 3. Siklus Bergeser ke KANAN */
#slider .carousel-item-prev:not(.carousel-item-right) {
  transform: translate3d(-100%, 0, 0) !important;
}

#slider .carousel-item.active.carousel-item-right {
  transform: translate3d(100%, 0, 0) !important;
}

#slider .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0) !important;
}

/* Gambar Slider Lebih Megah & Proporsional */
#slider .carousel-item img,
#slider .carousel-item.active img {
  width: 100% !important;
  height: 520px !important;
  /* Tinggi gambar slider yang tinggi & megah */
  border-radius: 24px !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

@media (max-width: 991px) {
  #slider.carousel {
    width: 95% !important;
  }

  #slider .carousel-item img,
  #slider .carousel-item.active img {
    height: 380px !important;
  }
}

@media (max-width: 575px) {

  #slider .carousel-item img,
  #slider .carousel-item.active img {
    height: 240px !important;
  }
}

/* Matikan Latar Belakang & Pseudo-element Kotak Kuning Bawaan */
#slider .carousel-control-prev::before,
#slider .carousel-control-prev::after,
#slider .carousel-control-next::before,
#slider .carousel-control-next::after,
.carousel-control-prev::before,
.carousel-control-prev::after,
.carousel-control-next::before,
.carousel-control-next::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* Tombol Navigasi Kiri & Kanan Corporate Navy & Cyan */
#slider .carousel-control-prev,
#slider .carousel-control-next,
.carousel-control-prev,
.carousel-control-next {
  width: 52px !important;
  height: 52px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #0f4176 !important;
  /* Warna Biru Navy UJPK Murni */
  color: #ffffff !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50% !important;
  /* Lingkaran Sempurna */
  border: 2px solid #ffffff !important;
  opacity: 0.95 !important;
  box-shadow: 0 8px 20px rgba(15, 65, 118, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  z-index: 20 !important;
  overflow: hidden !important;
}

#slider .carousel-control-prev,
.carousel-control-prev {
  left: 20px !important;
}

#slider .carousel-control-next,
.carousel-control-next {
  right: 20px !important;
}

#slider .carousel-control-prev:hover,
#slider .carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #69ceec !important;
  /* Berubah Cyan saat hover */
  color: #0f4176 !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.12) !important;
  border-color: #ffffff !important;
  box-shadow: 0 12px 25px rgba(105, 206, 236, 0.45) !important;
}

#slider .carousel-control-prev i,
#slider .carousel-control-next i,
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 48px !important;
  background: transparent !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  transition: color 0.3s ease !important;
}

#slider .carousel-control-prev:hover i,
#slider .carousel-control-next:hover i,
.carousel-control-prev:hover i,
.carousel-control-next:hover i {
  color: #0f4176 !important;
  background: transparent !important;
}


/* Custom Dots Navigation Indicators (Di Bawah Luar Gambar Slider) */
#slider .carousel-indicators {
  position: absolute;
  bottom: -36px !important;
  /* Posisikan di luar bawah bingkai gambar */
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 6px 16px !important;
  background: rgba(15, 65, 118, 0.08) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 30px !important;
  border: 1px solid rgba(15, 65, 118, 0.15) !important;
  z-index: 25 !important;
}

#slider .carousel-indicators li {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #485154 !important;
  /* Warna netral abu-abu terang */
  opacity: 0.9 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  text-indent: -999px;
  overflow: hidden;
}

#slider .carousel-indicators li:hover {
  opacity: 1 !important;
  background-color: #0f4176 !important;
  transform: scale(1.15) !important;
}

/* Bullet aktif berwarna biru navy menonjol di luar gambar */
#slider .carousel-indicators li.active {
  width: 20px !important;
  height: 20px !important;
  background-color: #0f4176 !important;
  /* Biru Navy UJPK */
  opacity: 1 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(15, 65, 118, 0.4) !important;
  transform: scale(1.12) !important;
}

.content-header-slides {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
}


.carousel-inner .carousel-item>img {
  -webkit-animation: zoom 50s;
  animation: zoom 50s;
}


.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-size: 30px;
  transition: all 0.5s ease 0s;
}



.carousel-control-next i,
.carousel-control-prev i {
  background: var(--warning);
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.carousel-fade:hover .carousel-control-next {
  transition: all 0.5s ease 0s;
  right: 20px;
  opacity: 1;
}

.carousel-fade:hover .carousel-control-prev {
  transition: all 0.5s ease 0s;
  left: 20px;
  opacity: 1;
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}


/* --------------------------------------------
  // Owl.Carousel Global Navigation
----------------------------------------------- */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 25;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #ffffff !important;
  color: #0B1E36 !important;
  border: 1px solid rgba(11, 30, 54, 0.14) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1 !important;
  cursor: pointer;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.owl-carousel .owl-nav .owl-prev {
  left: -20px;
  right: auto;
}

.owl-carousel .owl-nav .owl-next {
  right: -20px;
  left: auto;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #0B1E36 !important;
  color: #F5A623 !important;
  border-color: #0B1E36 !important;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.25);
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 2px !important;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 2px !important;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 4px !important;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 4px !important;
  }
}


/* -------------------------------------------
  4. Feature
----------------------------------------------*/
.single-feature {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding: 30px 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border-top: 3px solid transparent;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-top-color 0.4s ease !important;
  z-index: 1;
}

/* Animasi Sweep Background Color dari Kiri ke Kanan */
.single-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eef9fd;
  /* Warna biru muda */
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 10px;
}

.single-feature:hover::before,
.single-feature.active::before {
  transform: scaleX(1);
}

.single-feature .icon-head,
.single-feature h4,
.single-feature p,
.single-feature .button {
  position: relative;
  z-index: 2;
}

.single-feature:hover,
.single-feature.active {
  border-top-color: #0f4176;
}

.single-feature:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.single-feature .icon-head i {
  color: #f3a712;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  font-size: 34px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
  background: #0f4176;
  color: #fff;
  border-color: transparent;
}

.single-feature .icon-head i::after {
  position: absolute;
  width: 20px;
  height: 2px;
  z-index: 3;
  opacity: 1;
  line-height: 20px;
  background: #f3a712;
  border-radius: 25px;
  left: 50%;
  bottom: 19px;
  content: "";
  margin-left: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after {
  background: #fff;
}

.single-feature h4 {
  margin: 15px 0;
  line-height: inherit;
}

.single-feature h4 a {
  font-size: 18px;
  color: #2e2751;
  display: inline-block;
}

.single-feature p {
  font-size: 14px;
}

.bizwheel-btn.theme-2 {
  background: #f3a712;
  color: #fff;
  padding: 15px 32px;
}

.single-feature .button {
  margin-top: 15px;
}

.single-feature .button .bizwheel-btn {
  background: transparent;
  color: #666;
  padding: 0;
  height: auto;
  box-shadow: none;
  line-height: initial;
  border: none;
}

.single-feature .button .bizwheel-btn i {
  margin-right: 10px;
  background: #2E2751;
  color: #fff;
  width: 25px;
  border-radius: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-feature.active .bizwheel-btn i,
.single-feature:hover .bizwheel-btn i {
  color: #fff;
  background: #0f4176;
}


/* -------------------------------------------
  5. Abouts Us (Desain Korporat Profesional)
----------------------------------------------*/
.abouts-wrapper {
  background: linear-gradient(135deg, #f8fafc 0%, #edf5fa 100%) !important;
  padding: 85px 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Pendar Warna Radial Glow Aksen Cyan di Pojok Kiri Atas */
.abouts-wrapper::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(105, 206, 236, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Pendar Warna Radial Glow Aksen Navy di Pojok Kanan Bawah */
.abouts-wrapper::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(15, 65, 118, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Hilangkan background miring miring hijau lama khusus di section sambutan */
.abouts-wrapper.side.bg-overlay:after,
.abouts-wrapper .side.bg-overlay:after {
  display: none !important;
}

/* Bingkai Foto Direktur Utama Modern & Ber-shadow */
.abouts-wrapper .img-feature {
  position: relative;
  display: block;
  z-index: 2;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 15px 35px rgba(15, 65, 118, 0.1) !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  padding: 12px !important;
}

.abouts-wrapper .img-feature img {
  border-radius: 12px !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease !important;
}

.abouts-wrapper .img-feature:hover img {
  transform: scale(1.03);
}

/* Badge Jabatan "Sambutan Direktur Utama" yang Rapi & Navy */
.abouts-wrapper .img-feature .headmaster {
  display: inline-block;
  padding: 10px 22px !important;
  position: absolute;
  bottom: 25px;
  left: 25px;
  top: auto !important;
  margin-top: 0 !important;
  z-index: 10;
  font-size: 14px;
  background: #0f4176 !important;
  /* Warna Biru Navy UJPK */
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(15, 65, 118, 0.3) !important;
}

.abouts-wrapper .img-feature .headmaster:before {
  display: none !important;
}

/* Tipografi & Paragraf Sambutan */
.abouts-wrapper .feature-des {
  z-index: 2;
  padding-left: 15px;
}

.abouts-wrapper .feature-des h2.white,
.abouts-wrapper .feature-des h2 {
  color: #0f4176 !important;
  /* Warna judul biru navy */
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  font-family: 'Poppins', sans-serif !important;
}

.abouts-wrapper .feature-des-p,
.abouts-wrapper .feature-des p {
  color: #334155 !important;
  /* Warna teks gelap tajam & mudah dibaca */
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  /* Jarak antar baris yang lega & nyaman */
  margin-bottom: 16px !important;
}

/* Tombol "Selengkapnya" Corporate Pill Button */
.abouts-wrapper .feature-des a.more,
.abouts-wrapper .feature-des .more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  background: #0f4176 !important;
  color: #ffffff !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(15, 65, 118, 0.25) !important;
  transition: all 0.3s ease !important;
  margin-top: 15px !important;
}

.abouts-wrapper .feature-des a.more:hover,
.abouts-wrapper .feature-des .more:hover {
  background: #69ceec !important;
  /* Berubah cyan saat hover */
  color: #0f4176 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(105, 206, 236, 0.35) !important;
}

.abouts-wrapper .feature-des .btn {
  margin-top: 10px;
  display: none;
}

/* -------------------------------------------
    6. Blog Grid
----------------------------------------------*/
.single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 2;
  box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  overflow: hidden;
}

.single-news .news-head {
  overflow: hidden;
  position: relative;
}

.single-news .news-head:before {
  opacity: 0;
  visibility: hidden;
}

.single-news:hover .news-head:before {
  opacity: 0.5;
  visibility: visible;
}

.single-news .news-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 10px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
  z-index: 333;
  z-index: 4444;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-news .news-head.overlay {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-news .news-head.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0f4176;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.single-news:hover .news-head.overlay::before {
  opacity: 0.85;
}

.single-news:hover .news-head:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.single-news .news-head img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-news:hover .news-head img {
  -webkit-transform: scale(1.05, 1.05) rotate(2deg);
  transform: scale(1.08, 1.08) rotate(2deg);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);

}

.single-news .news-body {
  padding: 25px;
  background: #fff;
  position: relative;
}

.single-news .news-meta {
  position: absolute;
  width: 100%;
  background: transparent;
  opacity: 0;
  bottom: 20px;
  visibility: hidden;
  text-align: center;
  z-index: 333;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.single-news:hover .news-meta {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.single-news .news-meta li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 10px;
}

.single-news .news-meta li a {
  color: var(--white);
}

.single-news .news-meta li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.single-news .news-meta li i {
  margin-right: 5px;
  color: #f3a712;
}

.single-news .news-meta .author span {
  display: inline-block;
  color: #179E66;
}

.single-news .news-title {
  line-height: 25px;
}

.single-news .news-title a {
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-news .news-title:hover a {
  color: #179E66;
}

.single-news .news-text {
  margin-top: 18px;
  font-size: 14px;
}

.single-news .more {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
  border-radius: 30px;
  background: #179E66;
  padding: 10px 20px;
  border-radius: 0px;
  border: 1px solid transparent;
}

.single-news .more:hover {
  background: #2E2751;
  color: #fff;
}

.single-news .more i {
  display: inline-block;
  margin-left: 5px;
}

/* -------------------------------------------------
  7. Count
--------------------------------------------------- */
.count-wrapper {
  position: relative;
  color: #ffffff;
  background: #2e2751;
}

.single-counter {
  display: inline-block;
  position: relative;
  text-align: center;
}

.single-counter .icon {
  position: absolute;
  left: 0;
}

.single-counter .icon:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: #fff;
  z-index: 3;
  border-radius: 100%;
  opacity: 0.3;
  top: 4px;
  left: -7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-counter:hover .icon:before {
  background: #F3A712;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-counter .icon i {
  color: #179e66;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  z-index: 33;
  font-size: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-counter:hover .icon i {
  background: #F3A712;
  color: #fff;
}

.single-counter h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-counter h3 span {
  display: inline-block;
  color: #F3A712;
  margin-left: 5px;
}

.single-counter p {
  color: #eee;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 2px;
}


.single-counter .conter-content {
  margin-left: 100px;
  border-left: 1px solid #ffffff36;
  padding-left: 20px;
}

.count .count-value h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
}

.count .count-value p {
  font-size: 16px;
  font-weight: 600;
}

/* -------------------------------------------------
  8. Pengumuman & Agenda
--------------------------------------------------- */
.single-post-wrapper {
  position: relative;
}

.single-post-wrapper ul {
  padding: 0px;
  margin: 0px;
}

.single-post-wrapper li {
  list-style: none;
  border-bottom: solid 1px #eeeeee;
  position: relative;
  display: block;
  padding: 0px 0px 20px;
  margin-bottom: 20px;
}

.single-post-wrapper li:last-child {
  border-bottom: 0px;
}

.single-post-list {
  position: relative;
  display: inline-block;
}

.single-post-list .feature-image {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 150px;
  height: auto;
}

.single-post-list .feature-image img {
  width: 150px;
  height: auto;
}

.single-post-list .feature-image-icon {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 140px;
  background: var(--green);
  border-radius: 5px;
  text-align: center;
}

.single-post-list .feature-image-icon i {
  font-size: 60px;
  line-height: 130px;
  color: var(--white);
}

.single-post-list:hover .feature-image-icon {
  background: var(--warning);
}

.single-post-list .event_date {
  position: relative;
  float: left;
  width: 150px;
  height: 140px;
  background-color: var(--green);
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.02);
}

.single-post-list .event_date h4 {
  font-size: 50px;
  margin: 0;
  margin-top: 10px;
  padding: 5px;
  font-weight: 600;
  color: #ffffff;
}

.single-post-list .event_date h4 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}


.single-post-list .event_time {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  padding: 5px;
  background: #2e2751;
  color: var(--warning);
  text-align: center;
}


.single-post-list .single-post-list-content {
  margin-left: 170px;
}

.single-post-list .single-post-list-content h2,
.single-post-list .single-post-list-content h2 a {
  font-size: 22px;
}

.single-post-list .single-post-list-content h3,
.single-post-list .single-post-list-content h3 a {
  font-size: 17px;
}

.single-post-list .single-post-list-content h2:hover,
.single-post-list .single-post-list-content h2 a:hover,
.single-post-list .single-post-list-content h3:hover,
.single-post-list .single-post-list-content h3 a:hover {
  color: var(--green);
}

.single-post-list .single-post-list-content ul.item-meta {
  position: relative;
  padding: 0px;
  margin: 10px 0px;
}

.single-post-list .single-post-list-content ul.item-meta li {
  list-style: none;
  margin: 0px;
  margin-right: 10px;
  display: inline-block;
  border: 0px;
  padding: 0px;
}

.single-post-list .single-post-list-content ul.item-meta li a i,
.single-post-list .single-post-list-content ul.item-meta li i {
  margin-right: 5px;
  color: var(--warning);
}

.single-post-list .single-post-list-content ul.item-meta li a {
  color: #666666;
  font-size: 14px;
}

.single-post-list .single-post-list-content p {
  padding: 0px;
}

/* ----------------------------------------
    BLOG BLOG
-------------------------------------------*/

.blog-latest .single-news {
  margin-bottom: 50px;
}

/*------------------------------------------
  // PAGINATION
--------------------------------------------*/

.pagination-custom .pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination-custom .pagination>li>a,
.pagination>li>span {
  border-radius: 0px;
  margin: 0 2px;
  color: #ffffff;
  padding: 5px;
  height: 40px;
  width: 40px;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
  background-color: #2e2751;
  border: none;
}

.pagination-custom .pagination>li>a:hover {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
}

.pagination-custom .pagination>.active>a,
.pagination>.active>a:focus,
.pagination-custom .pagination>.active>a:hover,
.pagination>.active>span,
.pagination-custom .pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #ffffff;
  cursor: default;
  background: var(--green);
  border-color: var(--green);
}



/*-------------------------------------------------
  // SEDIEBAR
--------------------------------------------------*/

.sw-sidebar {
  padding-right: 0px;
  padding-left: 20px;
}

.sidebar {
  min-height: 100px;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


.sidebar .sw-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.sidebar .sw-title::before {
  left: 0;
  width: 50px;
  height: 2px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: var(--orange);
}

.sidebar>.sw-title h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: var(--black);
}

.sidebar>.sidebar-body {
  position: relative;
  display: table;
  width: 100%;
}

.sidebar>.sidebar-body>ul {
  margin: auto;
  padding: 0px;
}

.sidebar>.sidebar-body>ul li {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}

.sidebar>.sidebar-body>ul li:first-child {
  padding-top: 0px;
}


.sidebar>.sidebar-body>ul li:last-child {
  border-bottom: none;
}

.sidebar>.sidebar-body>ul li .post-thumb {
  display: block;
  float: left;
  position: relative;
  width: 80px;
  overflow: hidden;
}

.sidebar>.sidebar-body>ul li .post-thumb img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.sidebar>.sidebar-body>ul li .post-entry-info {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 80px;
  height: 75px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background-color: var(--green);
  line-height: 77px;
  font-size: 35px;
}

.sidebar>.sidebar-body>ul li .post-entry-info i {
  color: #fff;
}

.sidebar>.sidebar-body>ul li .post-entry-date {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 80px;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
}

.sidebar>.sidebar-body>ul li .post-entry-date span.entry-day {
  display: block;
  font-size: 38px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
  padding: 12px 0 12px;
  background: #eeeeee;
  font-weight: bold;
  color: #111111;
  overflow: hidden;
  text-shadow: #cccccc 1px 1px, #cccccc 2px 2px, #cccccc 3px 3px, #cccccc 4px 4px, #cccccc 5px 5px, #cccccc 6px 6px, #cccccc 7px 7px, #cccccc 8px 8px, #cccccc 9px 9px, #cccccc 10px 10px, #cccccc 11px 11px, #cccccc 12px 12px, #cccccc 13px 13px, #cccccc 14px 14px, #cccccc 15px 15px, #cccccc 16px 16px, #cccccc 17px 17px, #cccccc 18px 18px, #cccccc 19px 19px, #cccccc 20px 20px, #cccccc 21px 21px, #cccccc 22px 22px, #cccccc 23px 23px, #cccccc 24px 24px, #cccccc 25px 25px, #cccccc 26px 26px, #cccccc 27px 27px, #cccccc 28px 28px, #cccccc 29px 29px, #cccccc 30px 30px, #cccccc 31px 31px, #cccccc 32px 32px, #cccccc 33px 33px, #cccccc 34px 34px, #cccccc 35px 35px, #cccccc 36px 36px, #cccccc 37px 37px, #cccccc 38px 38px, #cccccc 39px 39px, #cccccc 40px 40px, #cccccc 41px 41px, #cccccc 42px 42px, #cccccc 43px 43px, #cccccc 44px 44px, #cccccc 45px 45px, #cccccc 46px 46px, #cccccc 47px 47px, #cccccc 48px 48px, #cccccc 49px 49px, #cccccc 50px 50px, #cccccc 51px 51px, #cccccc 52px 52px, #cccccc 53px 53px, #cccccc 54px 54px, #cccccc 55px 55px, #cccccc 56px 56px, #cccccc 57px 57px, #cccccc 58px 58px;
}


.sidebar>.sidebar-body>ul li .post-entry-date span.entry-month {
  background: #2e2751 none repeat scroll 0 0;
  color: #fdc800;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  padding: 8px 5px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  display: block;
}


.sidebar>.sidebar-body>ul li .post-entry-download {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 70px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background-color: var(--green);
  line-height: 60px;
  font-size: 25px;
}

.sidebar>.sidebar-body>ul li .post-entry-download i {
  color: #fff;
}


.sidebar>.sidebar-body>ul li .post-info {
  margin: 0px 0px 5px 85px;
}

.sidebar>.sidebar-body>ul li .post-info a {
  display: block;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar>.sidebar-body>ul li .post-info a:hover {
  color: var(--orange);
}


.sidebar>.sidebar-body>ul li .post-info span.author {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  margin-right: 4px;
}

.sidebar>.sidebar-body>ul li .post-info span {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
}

.sidebar>.sidebar-body>ul li .post-info span i {
  color: var(--orange);
  margin-right: 3px;
}

/* -------------------------------------
   // RECENT POST
-------------------------------------*/
.sidebar>.sidebar-body>.recent_post>ul {
  margin: auto;
  padding: 0px;
  counter-reset: section;
}

.sidebar>.sidebar-body>.recent_post ul li {
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #dedede;
  padding: 10px 0px;
}

.sidebar>.sidebar-body>.recent_post ul li:first-child {
  padding-top: 0px;
}

.sidebar>.sidebar-body>.recent_post ul li:before {
  counter-increment: section;
  content: counters(section, "");
  float: left;
  z-index: 1;
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #cccccc;
  margin: 13px 15px 0px -6px;
  line-height: 30px;
  width: 35px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.sidebar>.sidebar-body>.recent_post ul li:hover:before {
  transition: all 0.5s;
  transition: 0.5s;
  color: var(--orange);
}

.sidebar>.sidebar-body>.recent_post ul li:last-child {
  border-bottom: none;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info {
  margin-top: 5px;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info a {
  display: block;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info a:hover {
  color: var(--orange);
}

.sidebar>.sidebar-body>.recent_post ul li .post-info span {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info span i {
  margin-right: 3px;
  color: var(--orange);
}

/* -------------------------------------
   // SEARCH
----------------------------------------*/
.sidebar-search {
  background: #fff;
  margin-bottom: 20px;
}

.sidebar-search .form-control {
  border-radius: none !important;
}

.sidebar-search input {
  border-radius: none !important;
  height: 45px;
  border-right: 0px;
  border-radius: 0px;
  background: #2e2751;
  border: 0px;
  outline: 0;
}



.sidebar-search input[type=text]:focus,
.sidebar-search input[type=text]:active {
  outline: 0;
  background: #2e2751;
}

.sidebar-search input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.sidebar-search input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}

.sidebar-search input[type=text]::placeholder {
  color: #ffffff;
}

.sidebar-search .btn-search {
  background: #2e2751;
  color: #ffffff;
  height: 45px;
  width: 45px;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
}

.sidebar-search .btn-search:focus {
  outline: 0;
}

/* -------------------------------------
  // CATEGORY
---------------------------------------- */
.sidebar>.category {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.sidebar>.sidebar-body>.category>ul {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.sidebar>.sidebar-body>.category>ul>li {
  padding: 10px 0;
  position: relative;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0px;
  border-bottom: solid 1px #eeeeee;
}

.sidebar>.sidebar-body>.category>ul>li:after {
  content: "\f1db";
  font-family: FontAwesome;
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: var(--orange);
}


.sidebar>.sidebar-body>.category>ul>li:last-child {
  border-bottom: 0px;
}


.sidebar>.sidebar-body>.category>ul>li span {
  float: right;
  position: relative;
  padding: 0px 7px;
  height: 20px;
  font-size: 15px;
}

.sidebar>.sidebar-body>.category>ul>li>a {
  color: #111;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 10px;
}

.sidebar>.sidebar-body>.category>ul>li>a i {
  margin-right: 5px;
  color: #333;
}

.sidebar>.sidebar-body>.category>ul>li>a:hover {
  color: var(--orange);
}


/* ------------------------------------------------
   // TAGS
--------------------------------------------------- */

.sidebar>.sidebar-body>.tags {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.sidebar>.sidebar-body>.tags>ul {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.sidebar>.sidebar-body>.tags>ul>li {
  list-style: none;
  display: inline-block;
  margin: 2px 2px 5px;
}

.sidebar>.sidebar-body>.tags>ul>li>a {
  background: var(--light);
  padding: 8px 10px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  display: inline-block;
}

.sidebar>.sidebar-body>.tags>ul>li>a:hover {
  background: var(--green);
  color: #ffffff
}


/*----------------------------------------
  // BLOG DETAILS
------------------------------------------*/

article .blog-details {
  position: relative;
  margin-bottom: 20px;
}


article .blog-details img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}

article .blog-details img:hover {
  opacity: 0.8;
}


article .blog-details .entry-content {
  position: relative;
}

article .blog-details h1.title,
article .blog-details .entry-content h1.title {
  line-height: 35px;
  margin-bottom: 15px;
}

article .blog-details h1.title a,
article .blog-details .entry-content h1.title a {
  font-size: 35px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  padding: 0px;
  text-decoration: none;
  color: #2e2751;
  line-height: 40px;
}

article .blog-details h1.title a:hover,
article .blog-details .entry-content h1.title:hover {
  color: var(--orange);
}

article .blog-details ul.meta,
article .blog-details .entry-content ul.meta {
  font-size: 13px;
  margin: 0px 0px 25px 0px;
  padding: 0px 0 15px 0;
  border-bottom: solid 1px #eeeeee;
}

article .blog-details .entry-content ul.meta li,
article .blog-details ul.meta li {
  margin-right: 10px;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

article .blog-details ul.meta li i,
article .blog-details .entry-content ul.meta li a i {
  margin-right: 5px;
  color: #666666;
}

article .blog-details ul.meta li img,
article .blog-details .entry-content ul.meta li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0px;
  margin-right: 3px;
}

article .blog-details ul.meta li a {
  color: #666666;
}

article .blog-details ul.meta li a:hover,
article .blog-details .entry-content ul.meta li a:hover {
  color: var(--orange);
}


article .blog-details .entry-content {
  overflow: hidden;
  padding-bottom: 0;
  font-family: 'Poppins', sans-serif !important;
}

article .blog-details .entry-content p::-moz-selection,
article .blog-details .entry-content::-moz-selection {
  background: #fff6ea;
}

article .blog-details .entry-content p::selection,
article .blog-details .entry-content::selection {
  background: #fff6ea;
}

article .blog-details .entry-content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

article .blog-details .entry-content .video iframe,
article .blog-details .entry-content .video object,
article .blog-details .entry-content .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article .blog-details .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  border: solid 4px var(--light);
}

article .blog-details .entry-content img:hover {
  opacity: 0.8;
}

article .blog-details .entry-content a {
  color: var(--orange);
  text-decoration: underline;
  position: relative;
  font-weight: 500;
}


article .blog-details .entry-content a:hover {
  color: var(--green);
}

article .blog-details .entry-content .btn {
  margin: 5px 0px 0px;
}

article .blog-details .entry-content a.btn {
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
}

article .blog-details .entry-content a.btn.btn-default {
  background: #eeeeee;
  color: #333333;
}

article .blog-details .entry-content a.btn:before {
  display: none;
}

article .blog-details .entry-content p {
  color: #222222;
  font-size: 17px;
  line-height: 27px;
}

article .blog-details .entry-content ul {
  padding: 0px;
  margin: 15px 0px 15px 10px;
}

article .blog-details .entry-content ol {
  padding-left: 30px;
}

article .blog-details .entry-content ul li,
article .blog-details .entry-content ol li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}

article .blog-details .entry-content ul li a:before,
article .blog-details .entry-content ol li a:before {
  display: none;
}

article .blog-details .entry-content ul li:before {
  content: "\f05d";
  font-family: FontAwesome;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 50%;
  margin-right: 10px;
}

article .blog-details .entry-content .card-body ol {
  padding-left: 20px;
}

article .blog-details .entry-content .card-body li {
  margin-bottom: 10px;
}

article .blog-details .entry-content .card-body li:last-child {
  margin-bottom: 0px;
}

article .blog-details .entry-content .card-body a {
  color: #333333 !important;
  font-weight: 400;
  text-decoration: none;
}

article .blog-details .entry-content .card-body a:hover {
  text-decoration: underline;
}

article .blog-details .entry-content blockquote {
  overflow: hidden;
  background-color: var(--green);
  padding: 90px 40px 50px !important;
  position: relative;
  text-align: left;
  z-index: 1;
  margin: 20px 0px 20px 0px;
  border: 0px;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 19px !important;
  color: #ffffff;
}


article .blog-details .entry-content blockquote::before {
  color: #eee;
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: -1;
  content: "";
  width: 62px;
  height: 44px;
  background: url(../img/quote-2.png) center center/auto no-repeat local;
}


article .blog-details .entry-content blockquote p {
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 19px !important;
  color: #ffffff;
}


article .blog-details .entry-content table {
  position: relative;
  min-width: 60%;
  max-width: 100%;
  margin: 10px 0px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
}

article .blog-details .entry-content table thead {
  background: #0591ff;
  color: #FDC800;
  font-size: 17px;
}

article .blog-details .entry-content table td,
article .blog-details .entry-content table th {
  border: 1px solid #eeeeee;
  padding: 8px 8px;
  font-size: 16px;
}


/* -----------------------------------------------
    // SHARE SOCIAL MEDIA
------------------------------------------------- */

.blog-details .tag-share {
  border: 1px solid #f1f1f1;
  padding: 25px 25px 35px;
  margin: 55px 0 0;
  color: #333;
  font-weight: 500;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgb(0 0 0 / 3%);
  box-shadow: 0px 9px 32.8px 7.2px rgb(0 0 0 / 3%);
}

.blog-details .tag-share .tag {
  position: relative;
  display: flex;
}

.blog-details .tag-share .tag h5 {
  float: left;
  font-weight: 200;
  font-size: 14px;
}

.blog-details .tag-share .tag ul {
  list-style: none;
  position: relative;
  left: 10px;
}

.blog-details .tag-share ul li {
  float: left;
  margin-right: 10px;
}

.blog-details .tag-share ul li:last-child {
  margin-right: 0px;
}

.blog-details .tag-share .tag a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #627381;
  display: block;
}

.blog-details .tag-share .tag a:hover {
  color: #ED1C24;
}


.blog-details .tag-share .share {
  margin-top: 20px;
  position: relative;
  display: flex;
}

.blog-details .tag-share .share h5 {
  float: left;
  font-weight: 200;
  font-size: 14px;
  margin-top: 10px;
}


.blog-details .tag-share .share ul {
  list-style: none;
  position: relative;
  left: 10px;
}

.blog-details .tag-share .share li {
  float: left;
  margin-right: 10px;
}


.blog-details .tag-share .share ul>li:first-child a {
  color: #3c5ba4;
}

.blog-details .tag-share .share ul>li:first-child a {
  color: #3c5ba4;
}

.blog-details .tag-share .share ul>li:nth-child(2) a {
  color: #47a0d9;
}

.blog-details .tag-share .share ul>li:nth-child(3) a {
  color: #0073b1;
}

.blog-details .tag-share .share ul>li:nth-child(4) a {
  color: #00b300;
}

.blog-details .tag-share .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #627381;
}

.blog-details .tag-share .share a:hover {
  color: var(--orange);
}


/* ------------------------------------------------
    // BLOG DETAILS PAGINATION
---------------------------------------------------*/
.blog-details .more-posts {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgb(0 0 0 / 3%);
  box-shadow: 0px 9px 32.8px 7.2px rgb(0 0 0 / 3%);
}

.blog-details .more-posts .previous-post,
.blog-details .more-posts .next-post {
  font-size: 17px;
  font-weight: 300;
  color: #939ba2;
  padding: 30px;
}

.blog-details .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
}

.blog-details .more-posts>div {
  width: 50%;
  float: left;
}

.blog-details .more-posts>div>a {
  display: inline-block;
}

.blog-details .more-posts .post-control-link {
  color: #939ba2;
  font-weight: 400;
}

.blog-details .more-posts .previous-post i,
.blog-details .more-posts .next-post i {
  position: relative;
  top: 2px;
}

.blog-details .more-posts .post-control-link:hover {
  color: var(--orange);
}

/* ----------------------------------------------
    COMMENTS
-------------------------------------------------*/
.comment-wrapper {
  margin-top: 40px;
  position: relative;
}

.comment-wrapper h3 {
  font-size: 20px;
}

.comment-wrapper .comment-body {
  padding: 0px 0px;
}

/* -------------------------------------------------
    // Gallery
--------------------------------------------------- */

.isotop-nav {
  padding-bottom: 50px;
}

.isotop-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.isotop-nav li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 8px 12px;
  font-size: 14px;
  transition: .4s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
  background-color: #EEEEEE;
  color: #002147;
}

.isotop-nav li:hover,
.isotop-nav li.active {
  background: var(--green);
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}


.portfolio {
  position: relative;
  display: table;
  width: 100%;
}

.isotop-active {
  margin: 0 auto;
}

.single-portfolio {
  margin-bottom: 30px;
}

.single-portfolio .portfolio-head.overlay::before {
  opacity: 0;
  visibility: hidden;
}

.single-portfolio:hover .portfolio-head.overlay::before {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-portfolio .portfolio-content.hover {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  top: 0;
}

.single-portfolio:hover .portfolio-content.hover {
  opacity: 1;
  visibility: visible;
}

.single-portfolio .portfolio-content.hover h4 a {
  color: #fff !important;
}

.single-portfolio .portfolio-content.hover p {
  color: #eee;
}

.single-portfolio .portfolio-content .zoom {
  height: 70px;
  width: 70px;
  line-height: 68px;
  text-align: center;
  font-size: 20px;
  color: #179e66;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  display: block;
  z-index: 34;
  background: #fff;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-portfolio .portfolio-content .zoom:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.single-portfolio {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-portfolio .portfolio-head {
  position: relative;
  z-index: 0;
}

.single-portfolio img {
  display: block;
  width: 100%;
  z-index: 1;
  transition: all 0.8s ease;
}

.single-portfolio .more {
  height: 50px;
  width: 50px;
  opacity: 0;
  line-height: 51px;
  text-align: center;
  color: #fff;
  background: #F3A712;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  font-size: 17px;
  border-radius: 100%;
  box-shadow: 0px 5px 5px #00000024;
  z-index: 333;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  visibility: hidden;
}

.single-portfolio .more:hover {
  background: #fff;
  color: #F3A712;
}

.single-portfolio:hover .more {
  opacity: 1;
  visibility: visible;
}

.single-portfolio .portfolio-content {
  position: relative;
  top: -30px;
  text-align: left;
  width: 78%;
  padding: 18px 20px;
  border-left: 3px solid #179e66;
  background: #fff;
  left: 15px;
  display: inline-block;
  z-index: 22;
  margin-bottom: -30px;
  -webkit-box-shadow: -2px 2px 6px #0000002e;
  -moz-box-shadow: -2px 2px 6px #0000002e;
  box-shadow: -2px 2px 6px #0000002e;
}

.single-portfolio .portfolio-content h4 {
  line-height: 24px;
  font-size: 18px;
}

.single-portfolio .portfolio-content h4 a {
  font-size: 18px;
  color: #2E2751;
  text-transform: capitalize;
}

.single-portfolio .portfolio-content h4:hover a {
  opacity: 0.8;
  color: #179e66;
}

.single-portfolio .portfolio-content p {
  font-size: 14px;
  margin: 0px;
}


figure.gallery-grids {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

figure.gallery-grids * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.gallery-grids img {
  max-width: 100%;
  vertical-align: top;
}

figure.gallery-grids figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

figure.gallery-grids h2,
figure.gallery-grids h4 {
  margin: 0;
  margin-top: 10px;
}

figure.gallery-grids h2 {
  font-weight: 600;
}

figure.gallery-grids h4 {
  font-weight: 400;
  font-size: 20px;
}

figure.gallery-grids i {
  font-size: 32px;
}

figure.gallery-grids:after {
  background-color: var(--warning);
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

figure.gallery-grids a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.gallery-grids:hover figcaption,
figure.gallery-grids.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.gallery-grids:hover:after,
figure.gallery-grids.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

/* ------------------------------------------------
  // Team
--------------------------------------------------*/
.single-team {
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 4px 10px #0000001a;
  -moz-box-shadow: 0px 4px 10px #0000001a;
  box-shadow: 0px 4px 10px #0000001a;
}

.single-team .team-head {
  position: relative;
}

.single-team .team-head img {
  height: 300px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-team .team-arrow {
  position: absolute;
  top: -24px;
  z-index: 333;
  left: 10px;
}

.single-team .team-arrow a {
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  background: #2E2751;
  display: block;
  color: #fff !important;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px #0000001a;
  -moz-box-shadow: 0px 0px 10px #0000001a;
  box-shadow: 0px 0px 10px #0000001a;
}

.single-team .team-arrow a:hover {
  background: #F3A712;
  color: #fff !important;
}

.single-team .t-content {
  text-align: center;
  padding: 25px 15px;
  position: relative;
}

.single-team .t-content .name {
  line-height: 22px;
}

.single-team .t-content .name a {
  font-size: 20px;
  color: #2E2751;
  text-transform: capitalize;
}

.single-team .t-content .name a:hover {
  color: #179e66;
}

.single-team .t-content .designation {
  position: relative;
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  margin-top: 5px;
}

.single-team .t-content .designation::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #f3a712;
}

.single-team .t-content .text {
  font-size: 14px;
}

.single-team .t-content p {
  line-height: 22px;
}

.single-team .team-social {
  margin: 0;
  background: #fff;
  position: absolute;
  text-align: left;
  right: 10px;
  top: 10px;
  width: 48px;
  border-radius: 30px;
  height: auto;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
}

.single-team.active .team-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.single-team .team-social li {
  display: inline-block;
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 5px;
}

.single-team .team-social li:last-child {
  margin: 0;
}

.single-team .team-social li a {
  display: block;
  font-size: 15px;
  color: #2e2751;
  line-height: 30px;
  display: inline-block;
}

.single-team .team-social li a:hover {
  color: #F3A712;
}

.team-grid .single-team {
  margin-top: 30px;
}


/* ------------------------------------------------
    Table 
---------------------------------------------------*/
.table-area {
  background: var(--orange);
  background-repeat: no-repeat;
  background-size: cover;
}

.table-responsive {
  min-height: .01%;
  overflow-y: hidden;
  overflow-x: hidden;
}


.table-section table {
  overflow: hidden;
}

.table-section .table th {
  border-top: 0px;
  background: var(--warning);
}

.table-section table thead {
  color: #111111;
  padding: 10px 0px;
}



.table>thead>tr>td,
.table>thead>tr>th {
  border-bottom: 0px;
  padding: 12px 20px 12px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 15px !important;
}

.table>tbody>tr>td {
  vertical-align: middle;
  padding: 10px 20px 10px;
  color: #111111;
  font-size: 15px;
}

.table>tbody>tr>td a {
  color: #ffffff;
}

.table>tbody>tr>td a:hover {
  color: #111111;
}

.table-section .pagination>li>a,
.pagination>li>span {
  border-radius: 0px !important;
  margin: 0;
  color: #333;
  padding: 5px 10px;
  height: auto;
  width: auto;
  line-height: 22px;
}



.icons-word {
  background: url(../img/word.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.icons-excel {
  background: url(../img/excel.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.icons-ppt {
  background: url(../img/powerpoint.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.icons-zip {
  background: url(../img/zip.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.icons-pdf {
  background: url(../img/pdf.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.icons-default {
  background: url(../img/icons-default.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}



/** Testimoni */
.testimonial blockquote {
  margin: 10px 10px 0;
  background: #eeeeee;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
  font-size: 15px;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 0;
  left: 10px;
}

.testimonial blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  margin: 0 0 0 60px;
}

.testimonial p {
  margin: 8px 0 0 20px;
  text-align: left;
  color: #111111;
  font-weight: bold;
}

/* ------------------------------------------------
    // SUPPORT
--------------------------------------------------*/
.support-wrapper {
  background: #f4f9fc;
  padding: 30px 0px;
}

.single-clients-logo {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 40px;
  width: 100%;
}

.single-clients-logo a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/*======================================
  Contact Form CSS
========================================*/
.contact-form-area {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #179E66;
}

.contact-form-area h4 {
  font-size: 22px;
  font-weight: 600;
}

.contact-form-area .form-group {
  margin: 0;
  margin-top: 20px;
}

.contact-form-area .form-group input {
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  width: 100%;
  display: block;
  border-radius: 0px;
  padding: 0px 40px 0 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: normal;
}

.contact-form-area .form-group input:focus {
  border-color: #7e868f;
}

.contact-form-area .form-group input:hover {
  border-color: #7e868f;
}

.contact-form-area .form-group textarea {
  height: 170px;
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 15px;
  resize: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
  padding-right: 40px;
  font-weight: normal;
}

.contact-form-area .form-group {
  position: relative;
}

.contact-form-area .form-group .icon {
  position: absolute;
  right: 15px;
  z-index: 33;
  color: #f3a712;
  top: 12px;
}

.contact-form-area .form-group.button {
  text-align: center;
  margin: 20px 0 0 !important;
}

.contact-form-area .form-group.textarea .icon {
  top: 15px;
  right: 15px;
}

.contact-form-area .btn.theme-2 {
  padding: 15px 32px;
}

/* Faq Form */
.contact-form-area.faq-form {
  background: #2E2751;
  padding: 30px;
}

.contact-form-area.faq-form .form-group {
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact-form-area.faq-form .form-group input {
  background: transparent;
  border: none;
  color: #ccc;
  border-bottom: 1px solid #ffffff52;
}

.contact-form-area.faq-form .form-group input::-webkit-input-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group input::-moz-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group input::-ms-input-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group textarea::-ms-input-placeholder {
  opacity: 1;
  color: #ccc !important;
}

.contact-form-area.faq-form .form-group textarea {
  background: transparent;
  height: 120px;
  border: none;
  border-bottom: 1px solid #ffffff52;
  color: #ccc;
}

.contact-form-area.faq-form .form-group.button {
  text-align: left;
}

.contact-form-area.faq-form .form-group.button .theme-2:hover {
  background: #fff;
  color: #F3A712;
}

/* Servic Form  */
.contact-form-area.service {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: none;
}

.contact-form-area.service .form-group textarea {
  height: 120px;
}


.single-contact-box {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.single-contact-box .c-icon {
  float: left;
  margin-right: 20px;
}

.single-contact-box:last-child {
  margin: 0;
}

.single-contact-box i {
  font-size: 25px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #2E2751;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-contact-box:hover i {
  background: #179E66;
  color: #fff;
}

.single-contact-box h4 {
  color: #2E2751;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: inherit;
  margin-bottom: 5px;
}


.google-map iframe {
  width: 100%;
}

#screen {
  border: none;
  height: 100%;
  width: 100%;
  overflow-y: scroll
}

@media only screen and (max-width:500px) {
  .navbar-scrensize .scrensize-logo {
    display: none;
  }
}



/*----------------------------------------
    404 
----------------------------------------*/

.error-404 {
  text-align: center;
}

.not-found {
  margin: auto;
}

.not-found img {
  width: auto;
  margin: auto;
  margin-bottom: 30px;
}

.error-404 h1 {
  color: #cccccc;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 80px;
  margin-bottom: 15px;
}

.error-404 h3 {
  color: #cccccc;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.error-404 p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}

.error-404 a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
}

.error-404 a:hover {
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------
    FOOTER
--------------------------------------------------- */

footer {
  background: #2e2751 url(../img/map.png) no-repeat;
  background-size: cover;
  padding: 20px 0px 0px;
  position: relative;
}


footer .footer-area {
  position: relative;
}


footer .footer-widget {
  padding: 18px 0px;
}

.footer-widget .title_widget {
  position: relative;
  margin-bottom: 35px;
}

.footer-widget .title_widget h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 10px;
}

.footer-widget .title_widget h3::before {
  content: "";
  position: absolute;
  left: -0px;
  top: 38px;
  height: 3px;
  width: 20px;
  background-color: #fdc800;
}

.footer-widget .footer_content {
  margin-top: 20px;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.footer-widget .footer_content p {
  color: #d4d4d4;
  font-size: 15px;
  line-height: 25px;
}

.footer-widget .footer_content p a {
  color: #d4d4d4;
}

.footer-widget .footer_content .about-us {
  padding: 10px 0px;
}

.footer-widget .footer_content .about-us img {
  margin-bottom: 20px;
}

.footer-widget .footer_content ul {
  padding: 0px;
}

.footer-widget .footer_content li {
  padding: 0px;
  list-style: none;
}

/*--------- POST ------------*/

.footer-widget .footer_content>ul {
  margin: auto;
  padding: 0px;
}

.footer-widget .footer_content>ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-widget .footer_content>ul li .post-thumb {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 65px;
  overflow: hidden;
}

.footer-widget .footer_content>ul li .post-thumb img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: solid 4px #ffffff;
}

.footer-widget .footer_content>ul li .post-info {
  margin-top: 5px;
}

.footer-widget .footer_content>ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 600;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer-widget .footer_content>ul li .post-info a:hover {
  color: var(--warning);
}

.footer-widget .footer_content>ul li .post-info span {
  font-size: 12px;
  color: #d4d4d4;
  font-weight: 200;
}

.footer-widget .footer_content>ul li .post-info span i {
  color: var(--warning);
}


/*--- social media --*/

.footer-widget .footer-media {
  position: relative;
  margin-top: 10px;
  display: block;
}

.footer-widget .footer-media h3 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-widget .footer-media ul {
  display: inline-flex;
}

.footer-widget .footer-media li {
  margin-right: 20px;
}

.footer-widget .footer-media li:last-child {
  margin-right: 0px;
}

.footer-widget .footer-media li a {
  display: inline-block;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #d4d4d4;
}

.footer-widget .footer-media li a:hover {
  color: var(--warning);
}

/*------ CATEGORY ---------------- */

.footer-widget .category {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.footer-widget .category>ul {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.footer-widget .category>ul>li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 25px;
  line-height: 35px;
}

.footer-widget .category>ul>li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-top: -5px;
  background: #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget .category>ul>li>a {
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.category>ul>li>a i {
  color: #FDC800;
  margin-right: 5px;
}

.footer-widget .category>ul>li:hover:before {
  background: var(--warning);
}

.footer-widget .category>ul>li>a:hover {
  color: var(--warning);
}


/*---- ADRESS ---*/

.footer-widget .footer_content ul.address {
  position: relative;
  line-height: 1.6;
  margin: 0px 0px;
  color: #ffffff;
}

.footer-widget .footer_content ul.address li {
  padding: 0px 0px;
  margin: 0px 0px 15px;
}

.footer-widget .footer_content ul.address li a {
  color: #d4d4d4;
}

.footer-widget .footer_content ul.address>li i {
  margin-right: 10px;
  color: #d4d4d4;
  float: left;
  line-height: 28px;
  border: solid 1px #d4d4d4;
  font-size: 14px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.footer-widget .footer_content ul.address span {
  padding-left: 20px;
  display: block;
}

/* --------------------------------
	COPYRIGHT
---------------------------------- */

.copyright {
  border-top: 1px solid #ebebeb3b;
  padding: 20px 0px;
}

.copyright p {
  color: #d4d4d4;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 27px;
  font-weight: 300;
}

.copyright p a {
  color: #d4d4d4;
}

.copyright ul {
  padding: 0px;
  margin: 0px;
  float: right;
}

.copyright ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 300;
  margin-right: 20px;
}

.copyright ul li:last-child {
  margin-right: 0px;
}

.copyright ul li i {
  font-size: 13px;
  margin-right: 10px;
  color: var(--warning);

}

/*-------------------------------------------------*/

/* =  BUTTON UP / BACK TO TOP (UJPK CORPORATE THEME)
/*-------------------------------------------------*/

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 25px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0b1e36 0%, #0f4176 100%) !important;
  z-index: 9999;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.35);
  border: 2px solid rgba(105, 206, 236, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.go-top:hover {
  background: #f5a623 !important;
  color: #0b1e36 !important;
  border-color: #f5a623 !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(245, 166, 35, 0.45);
}

.go-top i {
  color: inherit;
  transition: transform 0.25s ease;
}

.go-top:hover i {
  transform: translateY(-2px);
}


/* ------------------------ ANIMATION CSS ----------------*/

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@-webkit-keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (min-width:1920px) {
  .carousel-inner .item>img {
    width: auto;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width:1025px) {

  /* ------------ Service Area ------------*/
  .service-area .service-wrapper {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 0px 10px;
  }

  .service-area .service-inner-area {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }

  .service-box {
    border-right: 0px;
    padding: 15px 15px 15px 15px;
    background: #ffffff;
    color: #333333;
    min-height: 185px;
    max-height: 185px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
  }

  .service-box .service-box-content {
    -webkit-box-flex: 4;
    -moz-flex: 4;
    -webkit-flex: 4;
    flex: 4;
  }

  .service-box .service-box-content h3,
  .service-box .service-box-content h3 a {
    color: #002147;
    line-height: 25px;
  }

  /* -----   Profile ---------------*/
  .abouts .abouts-img {
    position: relative;
    margin: 40px 30px 0px;
  }

  /*  Sidebar ----*/
  .sw-sidebar {
    padding-left: 0px;
  }



}

@media only screen and (max-width:780px) {

  /* Header ----------------*/
  .navigation .top-search,
  .navigation.sticky .top-search {
    top: 57px;
  }

  .top-search {
    right: 40px;
  }

  /* -----   Profile ---------------*/
  .feature-des-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .abouts-wrapper .feature-des .btn {
    display: inline-block;
  }

  /*  Sidebar ----*/
  .sw-sidebar {
    padding-left: 0px;
  }

  /*Blog Details---*/
  article .blog-details h1.title a,
  article .blog-details .entry-content h1.title a {
    font-size: 25px;
    line-height: 32px;
  }

  /* Counter -----*/

  .single-counter .icon {
    position: relative;
    text-align: center;
  }

  .single-counter .icon:before {
    display: none;
  }

  .single-counter .conter-content {
    margin: auto;
    margin-left: 0px;
    border-left: 0px;
    padding-left: 0px;
  }

}

@media only screen and (max-width:480px) {

  /* Header ----------------*/
  .navigation .top-search,
  .navigation.sticky .top-search {
    top: 57px;
  }

  .top-search {
    right: 40px;
  }

  .social-icons {
    display: none;
  }

  .ct-language {
    font-size: 10px;
  }

  .ct-language__dropdown {
    right: 8px;
  }

  /* Section Title ---------*/
  .section-title h2 {
    font-size: 20px;
  }

  .section-title .sub-title {
    margin-top: 5px;
  }

  /* Search Top -----------*/
  .top-search {
    top: 55px;
  }

  /* breadcrumbs -----*/
  .sw-breadcrumbs {
    padding: 30px 0 25px !important;
    background-position: center center !important;
    text-align: left !important;
  }

  .sw-breadcrumbs h2 {
    font-size: 22px !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    text-align: left !important;
  }

  .breadcrumbs {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  .breadcrumbs ul {
    font-size: 11.5px !important;
    padding: 4px 12px !important;
    max-width: 100% !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    justify-content: flex-start !important;
  }

  .breadcrumbs ul li {
    font-size: 11.5px !important;
  }

  .breadcrumbs ul li:after {
    font-size: 8px !important;
    margin: 0 5px !important;
  }

  /* Abouts --------*/
  .side.bg-overlay:after {
    display: none;
  }

  .abouts-wrapper .img-feature {
    margin-bottom: 20px;
  }

  .abouts-wrapper .img-feature .headmaster {
    top: 70%;
  }

  /* Counter -----*/
  .single-counter {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    display: block;
  }

  .single-counter .icon {
    position: relative;
    text-align: center;
  }

  .single-counter .icon:before {
    display: none;
  }

  .single-counter .conter-content {
    margin: auto;
    margin-left: 0px;
    border-left: 0px;
  }

  /* Pengemuman dan Agenda ------*/
  .single-post-list .feature-image-icon {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }

  .single-post-list .feature-image-icon i {
    font-size: 40px;
    line-height: 100px;
  }

  .single-post-list .single-post-list-content {
    margin-left: 120px;
  }

  .single-post-wrapper li {
    padding: 0px 0px 0px;
  }

  .single-post-list .event_date {
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }

  .single-post-list .event_date h4 {
    font-size: 30px;
    margin-top: 5px;
  }


  .single-post-list .single-post-list-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Table ----*/
  .table-responsive {
    overflow-x: auto !important;
  }

  /*  Sidebar ----*/
  .sw-sidebar {
    padding-left: 0px;
  }

  /* Pane Nav ---------*/
  .prev-link-wrapper .image-prev {
    display: none
  }

  .next-link-wrapper .image-next {
    display: none;
  }

  footer .footer-widget {
    padding: 8px 0px;
  }

}

/* Animated JS Sliding Underline Indicator */
#nav-underline-indicator {
  position: absolute;
  bottom: 12px;
  height: 3px;
  background-color: #0f4176 !important;
  border-radius: 3px;
  transition: left 0.35s cubic-bezier(0.25, 1, 0.5, 1), width 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease !important;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(15, 65, 118, 0.4);
}

/* Styling logo mitra agar proporsional, rapi, dan tidak gepeng */
.support-wrapper {
  padding: 35px 0 !important;
  background: #f8fafc !important;
}

.support-wrapper .single-clients-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 80px !important;
  padding: 10px 15px !important;
}

.support-wrapper .single-clients-logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.support-wrapper .single-clients-logo img,
.support-wrapper img {
  max-height: 60px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  filter: grayscale(15%);
  transition: all 0.3s ease !important;
}

.support-wrapper .single-clients-logo img:hover,
.support-wrapper img:hover {
  filter: grayscale(0%);
  transform: scale(1.08);
}

/* --------------------------------------------------
   Mobile Header: Posisi Burger Menu di Kanan (Tanpa Search)
----------------------------------------------------- */
@media (max-width: 991px) {
  nav.navigation .container {
    position: relative;
  }

  /* Pindahkan burger menu (.navbar-toggler) ke paling kanan navbar */
  nav.navigation .w-60.text-right {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    z-index: 4444 !important;
  }

  nav.navigation .navbar-toggler {
    margin: 0 !important;
    padding: 8px 12px !important;
    background: #0f4176 !important;
    border: 1px solid #ffffff !important;
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: 0 4px 10px rgba(15, 65, 118, 0.2) !important;
  }

  nav.navigation .navbar-toggler .toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff !important;
    margin: 4px 0;
    transition: all 0.3s ease;
  }

  nav.navigation .d-flex.flex-grow-1 {
    padding-right: 65px !important;
  }
}

/* ==========================================================================
   PEMBERSIHAN SIDEBAR & LAYOUT FULL-WIDTH MODERN UNTUK SELURUH HALAMAN
   ========================================================================== */

/* 1. Sembunyikan Panel Sidebar Widget di Seluruh Halaman */
div.sw-sidebar:not(.contact-sidebar),
.sw-sidebar:not(.contact-sidebar) {
  display: none !important;
}

/* 2. Perluas Kolom Utama Menjadi 100% Full-Width */
section.sw-wrapper .row>div[class*="col-md-8"],
section.sw-wrapper .row>div[class*="col-lg-8"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Hilangkan pembungkus kolom 4 sidebar */
section.sw-wrapper .row>div[class*="col-md-4"]:has(.sw-sidebar:not(.contact-sidebar)),
section.sw-wrapper .row>div[class*="col-lg-4"]:has(.sw-sidebar:not(.contact-sidebar)) {
  display: none !important;
}

/* 3. Desain Grid Kartu Blog 3 Kolom yang Rapi & Mewah (Blog List / Category / Search / Tags) */
@media (min-width: 992px) {
  .blog-latest>[class*="col-"] {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
    padding: 0 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-latest>[class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding: 0 10px !important;
  }
}

/* Kartu Berita / Blog Modern (.single-news) */
.single-news {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
  margin-bottom: 30px !important;
  height: calc(100% - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
}

.single-news:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(15, 65, 118, 0.12) !important;
  border-color: #69ceec !important;
}

.single-news .news-head {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0 !important;
  height: 220px !important;
}

.single-news .news-head img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.single-news:hover .news-head img {
  transform: scale(1.06) !important;
}

.single-news .news-body {
  padding: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.single-news .news-title a {
  color: #0f4176 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  font-family: 'Poppins', sans-serif !important;
  transition: color 0.25s ease !important;
}

.single-news:hover .news-title a {
  color: #69ceec !important;
}

.single-news .news-text {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 12px 0 18px 0 !important;
}

.single-news .more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  background: #0f4176 !important;
  color: #ffffff !important;
  padding: 8px 22px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-top: auto !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.single-news .more:hover {
  background: #69ceec !important;
  color: #0f4176 !important;
}

/* 4. Halaman Detail Artikel Blog (.blog-details) */
.blog-details {
  max-width: 920px !important;
  margin: 0 auto 40px auto !important;
  background: #ffffff !important;
  padding: 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #e2e8f0 !important;
}

.blog-details h1.title a,
.blog-details h1.title {
  color: #0f4176 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  font-family: 'Poppins', sans-serif !important;
}

.blog-details .post-content,
.blog-details p {
  color: #334155 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  margin-bottom: 18px !important;
}

/* 5. Halaman Agenda (Agenda List & Details) */
.single-post-wrapper ul {
  padding: 0 !important;
  list-style: none !important;
}

.single-post-list {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px;
  transition: all 0.3s ease !important;
}

.single-post-list:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 35px rgba(15, 65, 118, 0.1) !important;
  border-color: #69ceec !important;
}

.single-post-list .event_date {
  float: none !important;
  width: 120px !important;
  heig ht: 110px !important;
  background: linear-gradient(135deg, #0f4176 0%, #124479 100%) !important;
  border-radius: 14px !important;
  flex-shrink: 0 !important;
}

.single-post-list .single-post-list-content {
  margin-left: 0 !important;
  flex-grow: 1 !important;
}

.single-post-list .single-post-list-content h2 a {
  color: #0f4176 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

/* 6. Halaman Pengumuman & Halaman Statis (.table-section / .single-pages) */
.table-section .swdatatable,
.table-section table {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #e2e8f0 !important;
}

.table-section th {
  background: #0f4176 !important;
  color: #ffffff !important;
  padding: 14px 18px !important;
  font-weight: 600 !important;
}

/* 7. Halaman Kontak Layout (.contact-form-area & Info Box) */
.single-contact-box {
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 14px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
  margin-bottom: 20px !important;
  transition: transform 0.3s ease !important;
}

.single-contact-box:hover {
  transform: translateY(-3px) !important;
  border-color: #69ceec !important;
}

.single-contact-box .c-icon i {
  color: #0f4176 !important;
}

/* Pagination Pills Modern */
.pagination-custom .pagination li a {
  border-radius: 8px !important;
  margin: 0 3px !important;
  color: #0f4176 !important;
  font-weight: 600 !important;
  border: 1px solid #cbd5e1 !important;
}

.pagination-custom .pagination li.active a {
  background: #0f4176 !important;
  color: #ffffff !important;
  border-color: #0f4176 !important;
}

/* ==========================================================================
   MODERN ROUNDED SLIDER WITH TEXT OVERLAY
   ========================================================================== */
.modern-slider-wrapper {
  padding: 40px 15px 40px 15px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Atur lengkungan bingkai langsung di gambar untuk mencegah clipping indikator */
.modern-slider-wrapper #slider,
.modern-slider-wrapper .carousel-inner {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15) !important;
  border-radius: 24px !important;
}

/* Gambar Slider */
.modern-slider-img {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover !important;
  border-radius: 24px !important;
}

/* Gradient Overlay Gelap agar Teks Terbaca */
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(15, 65, 118, 0.95) 0%, rgba(15, 65, 118, 0.5) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Teks Statis di Atas Slider */
.slider-text-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  max-width: 600px;
  pointer-events: none;
}

.slider-title {
  font-size: 64px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin: 0;
  color: #ffffff;
  letter-spacing: -1px;
}

.slider-title span {
  color: #69ceec;
  /* Warna Cyan untuk kata tertentu */
}

/* Panah Kustom (Arrows) */
.custom-slider-arrow {
  width: 50px !important;
  height: 50px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 20px;
  z-index: 10;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
}

.modern-slider-wrapper:hover .custom-slider-arrow {
  opacity: 1;
}

.custom-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.custom-slider-arrow i {
  color: #fff;
  font-size: 20px;
}

/* Titik Indikator diubah menjadi Garis (Lines) */
.custom-slider-dots {
  position: absolute !important;
  bottom: 30px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  z-index: 99 !important;
  margin: 0 !important;
}

.custom-slider-dots li {
  width: 30px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  margin: 0 5px !important;
  border: none !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-slider-dots li.active {
  width: 30px !important;
  background: #69ceec !important;
  box-shadow: 0 0 10px rgba(105, 206, 236, 0.5);
}

/* Indikator Garis Bawah di Navbar dihapus sesuai permintaan */

/* Responsive */
@media (max-width: 767px) {
  .modern-slider-wrapper {
    padding: 10px 12px 15px 12px !important;
    margin-top: 5px !important;
    height: auto !important;
    max-height: none !important;
  }

  .modern-slider-wrapper #slider,
  .modern-slider-wrapper .carousel-inner,
  .modern-slider-wrapper .carousel-item,
  .modern-slider-wrapper .carousel-item.active,
  .modern-slider-wrapper .carousel-item.is-active-custom,
  .modern-slider-wrapper .carousel-item a {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }

  .modern-slider-img,
  .modern-slider-wrapper .carousel-item img,
  .modern-slider-wrapper img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    display: block !important;
  }

  .custom-slider-arrow,
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .slider-title {
    font-size: 26px !important;
  }

  .slider-text-content {
    left: 5%;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modern-slider-wrapper {
    padding: 15px 15px 25px 15px !important;
    height: auto !important;
  }

  .modern-slider-img,
  .modern-slider-wrapper .carousel-item img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 18px !important;
  }
}

/* =========================================
   CENTER-MODE PEEKING SLIDER (CSS PURE)
   ========================================= */
.force-slider-dots {
  position: absolute !important;
  bottom: 40px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  z-index: 999999 !important;
  margin: 0 !important;
  list-style: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.force-slider-dots li {
  width: 40px !important;
  height: 6px !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  margin: 0 6px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
  opacity: 0.5 !important;
  visibility: visible !important;
  display: block !important;
}

.force-slider-dots li.active {
  background: #69ceec !important;
  box-shadow: 0 0 12px rgba(105, 206, 236, 1) !important;
  opacity: 1 !important;
}

.modern-slider-wrapper .carousel-inner {
  overflow: visible !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* Completely disable Bootstrap's native transforms and opacity for this slider */
.modern-slider-wrapper .carousel-item-next,
.modern-slider-wrapper .carousel-item-prev,
.modern-slider-wrapper .carousel-item.active,
.modern-slider-wrapper .carousel-item-left,
.modern-slider-wrapper .carousel-item-right {
  transform: none !important;
  opacity: 0 !important;
  transition: none !important;
}

/* Our custom animation states */
.modern-slider-wrapper .carousel-item {
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(0.85) !important;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease, z-index 0.8s step-end !important;
  z-index: 1 !important;
}

.modern-slider-wrapper .carousel-item.is-active-custom {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) scale(1) !important;
  z-index: 5 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease, z-index 0.8s step-start !important;
}

.modern-slider-wrapper .carousel-item.is-prev {
  opacity: 0.4 !important;
  visibility: visible !important;
  transform: translateX(-100%) scale(0.85) !important;
  z-index: 2 !important;
}

.modern-slider-wrapper .carousel-item.is-next {
  opacity: 0.4 !important;
  visibility: visible !important;
  transform: translateX(100%) scale(0.85) !important;
  z-index: 2 !important;
}

.modern-slider-wrapper .carousel-item img {
  width: 100% !important;
  border-radius: 24px !important;
}

/* =========================================
   LAYANAN UTAMA CARDS
   ========================================= */
.service-card-modern {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.service-card-modern:hover {
  transform: translateY(-10px);
  background: #0f4176;
  box-shadow: 0 15px 40px rgba(15, 65, 118, 0.4);
  border-color: #0f4176;
}

.service-card-modern .service-icon {
  width: 70px;
  height: 70px;
  background: rgba(105, 206, 236, 0.15);
  color: #0f4176;
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  transition: all 0.4s ease;
}

.service-card-modern:hover .service-icon {
  background: #ffffff;
  color: #0f4176;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-card-modern h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.service-card-modern:hover h4 {
  color: #ffffff;
}

.service-card-modern p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.service-card-modern:hover p {
  color: #e0e0e0;
}

.service-card-modern .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #69ceec;
  transition: all 0.3s ease;
}

.service-card-modern:hover .read-more {
  color: #69ceec;
  letter-spacing: 0.5px;
}


/* =========================================
   PAGE DETAIL - MODERN CORPORATE REDESIGN
   ========================================= */

/* --- Wrapper --- */
.page-detail-wrapper {
  background: linear-gradient(180deg, #f0f5fa 0%, #ffffff 100%) !important;
  padding: 60px 0 80px !important;
}

.page-detail-wrapper::before,
.page-detail-wrapper::after {
  display: none !important;
  transform: none !important;
}

/* --- Card Container --- */
.page-detail-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(15, 65, 118, 0.08);
  overflow: hidden;
  border: 1px solid rgba(15, 65, 118, 0.06);
  transition: box-shadow 0.4s ease;
}

.page-detail-card:hover {
  box-shadow: 0 12px 50px rgba(15, 65, 118, 0.12);
}

/* --- Page Header --- */
.page-detail-header {
  background: linear-gradient(135deg, #0f4176 0%, #1a5a96 60%, #69ceec 100%);
  padding: 45px 45px 40px;
  position: relative;
  overflow: hidden;
}

.page-detail-header::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(105, 206, 236, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-detail-header::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Category Badge */
.page-detail-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 18px;
}

.page-detail-category i {
  font-size: 11px;
}

/* Title */
.page-detail-title {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin-bottom: 22px !important;
  font-family: 'Poppins', sans-serif !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Meta Bar */
.page-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.page-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
}

.page-detail-meta-item i {
  font-size: 14px;
  color: #69ceec;
}

.page-detail-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.page-detail-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Page Content (Rich HTML from CMS) --- */
.page-detail-content {
  padding: 45px;
  font-family: 'Poppins', sans-serif;
  color: #334155;
  font-size: 15px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-detail-content h1,
.page-detail-content h2,
.page-detail-content h3,
.page-detail-content h4,
.page-detail-content h5,
.page-detail-content h6 {
  color: #0f4176 !important;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-detail-content h2 { font-size: 24px; }
.page-detail-content h3 { font-size: 20px; }
.page-detail-content h4 { font-size: 18px; }

.page-detail-content p {
  color: #334155;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.page-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-detail-content ul,
.page-detail-content ol {
  padding-left: 25px;
  margin-bottom: 18px;
}

.page-detail-content li {
  margin-bottom: 8px;
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
  list-style: disc;
}

.page-detail-content ol li {
  list-style: decimal;
}

.page-detail-content a {
  color: #0f4176;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-detail-content a:hover {
  color: #69ceec;
}

.page-detail-content blockquote {
  border-left: 4px solid #69ceec;
  background: #f0f7fc;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #475569;
}

.page-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-detail-content table th {
  background: #0f4176;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.page-detail-content table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  color: #334155;
}

.page-detail-content table tr:nth-child(even) {
  background: #f8fafc;
}

.page-detail-content table tr:hover {
  background: #edf5fa;
}

/* --- Share Buttons --- */
.page-detail-share {
  padding: 30px 45px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

.page-detail-share h5 {
  color: #0f4176;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-detail-share h5 i {
  color: #69ceec;
}

.page-detail-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #ffffff !important;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none !important;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.share-facebook { background: #1877f2; }
.share-twitter  { background: #1da1f2; }
.share-linkedin { background: #0a66c2; }
.share-whatsapp { background: #25d366; }
.share-line     { background: #00c300; }

.share-facebook:hover { background: #0d65d9; }
.share-twitter:hover  { background: #0d8ddb; }
.share-linkedin:hover { background: #084e99; }
.share-whatsapp:hover { background: #1cb851; }
.share-line:hover     { background: #00a300; }

/* --- Post Navigation --- */
.page-detail-nav {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 30px 45px;
  border-top: 1px solid #e2e8f0;
}

.page-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.page-nav-prev {
  background: #f0f5fa;
  color: #0f4176 !important;
  border: 1px solid #e2e8f0;
}

.page-nav-prev:hover {
  background: #0f4176;
  color: #ffffff !important;
  border-color: #0f4176;
  transform: translateX(-4px);
  box-shadow: 0 6px 20px rgba(15, 65, 118, 0.25);
}

.page-nav-next {
  background: #0f4176;
  color: #ffffff !important;
  margin-left: auto;
}

.page-nav-next:hover {
  background: #1a5a96;
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(15, 65, 118, 0.35);
}

.page-nav-disabled {
  visibility: hidden;
  padding: 0;
  width: 0;
}

/* --- Comments Section --- */
.page-detail-comments {
  padding: 35px 45px 40px;
  border-top: 1px solid #e2e8f0;
}

.page-detail-comments h3 {
  color: #0f4176;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-detail-comments h3 i {
  color: #69ceec;
  font-size: 22px;
}

.page-detail-comments-body {
  background: #f8fafc;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e2e8f0;
}

.page-detail-no-comment {
  text-align: center;
  padding: 30px 20px;
}

.page-detail-no-comment i {
  font-size: 40px;
  color: #cbd5e1;
  margin-bottom: 12px;
}

.page-detail-no-comment p {
  color: #94a3b8;
  font-size: 14px;
  margin: 0;
}

/* --- Empty State (404) --- */
.page-detail-empty {
  text-align: center;
  padding: 80px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(15, 65, 118, 0.08);
}

.page-detail-empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.page-detail-empty-icon i {
  font-size: 36px;
  color: #ef4444;
}

.page-detail-empty h3 {
  color: #1e293b;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-detail-empty p {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 25px;
}

.page-detail-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f4176;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(15, 65, 118, 0.25);
}

.page-detail-back-btn:hover {
  background: #69ceec;
  color: #0f4176 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(105, 206, 236, 0.35);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .page-detail-header {
    padding: 30px 22px 28px;
  }

  .page-detail-title {
    font-size: 22px !important;
  }

  .page-detail-meta {
    gap: 12px;
  }

  .page-detail-content {
    padding: 28px 22px;
  }

  .page-detail-content h2 { font-size: 20px; }
  .page-detail-content h3 { font-size: 18px; }

  .page-detail-share {
    padding: 22px;
  }

  .page-detail-nav {
    padding: 22px;
    flex-direction: column;
  }

  .page-nav-next {
    margin-left: 0;
  }

  .page-detail-comments {
    padding: 25px 22px;
  }

  .page-detail-comments-body {
    padding: 18px;
  }
}

/* =========================================
   MODERN BLOG CARD WITH HOVER OVERLAY
   ========================================= */
.modern-blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.modern-blog-grid > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 28px;
  display: flex;
}

.modern-blog-card {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1e36;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
}

.modern-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 65, 118, 0.25);
}

.blog-card-thumb {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 18px;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}

.modern-blog-card:hover .blog-card-thumb img {
  transform: scale(1.08);
}

/* Gradient Overlay */
.blog-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11,30,54,0.15) 0%, rgba(11,30,54,0.4) 40%, rgba(11,30,54,0.92) 100%);
  transition: background 0.45s ease;
  z-index: 1;
  pointer-events: none;
}

.modern-blog-card:hover .blog-card-overlay {
  background: linear-gradient(180deg, rgba(15,65,118,0.35) 0%, rgba(11,30,54,0.85) 45%, rgba(11,30,54,0.98) 100%);
}

/* Top Badge */
.blog-card-top {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.blog-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: #0f4176;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.modern-blog-card:hover .blog-date-badge {
  background: #69ceec;
  color: #fff;
  box-shadow: 0 4px 15px rgba(105, 206, 236, 0.5);
}

/* Content Container at Bottom */
.blog-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.4s ease;
}

.blog-author-meta {
  font-size: 12px;
  font-weight: 600;
  color: #69ceec;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-card-title {
  margin: 0 0 4px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.blog-card-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.modern-blog-card:hover .blog-card-title a {
  color: #69ceec !important;
}

/* Hover Reveal Description & Button */
.blog-card-hover-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(15px);
  transition: max-height 0.45s ease, opacity 0.4s ease, transform 0.4s ease;
}

.modern-blog-card:hover .blog-card-hover-desc {
  max-height: 140px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
}

.blog-card-text {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(105, 206, 236, 0.3);
  border: 1px solid rgba(105, 206, 236, 0.6);
  padding: 6px 14px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.blog-read-btn:hover {
  background: #69ceec;
  color: #0b1e36;
  border-color: #69ceec;
  box-shadow: 0 4px 15px rgba(105, 206, 236, 0.5);
  transform: translateX(4px);
}

.blog-read-btn i {
  transition: transform 0.3s ease;
}

.blog-read-btn:hover i {
  transform: translateX(3px);
}

/* Modern Pagination */
.pagination-custom-modern {
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.pagination-custom-modern ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-custom-modern ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  background: #ffffff;
  color: #1a1a2e;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.pagination-custom-modern ul li.active a,
.pagination-custom-modern ul li a:hover {
  background: #69ceec;
  color: #ffffff;
  border-color: #69ceec;
  box-shadow: 0 4px 14px rgba(105, 206, 236, 0.4);
  transform: translateY(-2px);
}
.pagination-custom-modern ul li.disabled a {
  opacity: 0.5;
  pointer-events: none;
  background: #f1f5f9;
}

@media (max-width: 767px) {
  .blog-card-thumb {
    height: 300px;
  }
  .blog-card-title {
    font-size: 16px;
  }
}

/* =========================================
   MODAL & BACKDROP Z-INDEX & CENTERING FIX
   ========================================= */
.modal {
  z-index: 99999 !important;
}

.modal-backdrop {
  z-index: 99990 !important;
}

.modal-dialog.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  min-height: calc(100% - 3.5rem) !important;
  margin: 1.75rem auto !important;
}

.modal-content {
  border-radius: 16px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  overflow: hidden !important;
}

.modal-header {
  background: #0f4176 !important;
  color: #ffffff !important;
  padding: 16px 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modal-header .modal-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.modal-header .close {
  color: #ffffff !important;
  opacity: 0.8 !important;
  text-shadow: none !important;
  font-size: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: opacity 0.2s ease !important;
}

.modal-header .close:hover {
  opacity: 1 !important;
}

.modal-body {
  padding: 24px !important;
}

.modal-footer {
  border-top: 1px solid #e2e8f0 !important;
  padding: 14px 24px !important;
}

@media (max-width: 576px) {
  .modal-dialog.modal-dialog-centered {
    min-height: calc(100% - 1rem) !important;
    margin: 0.5rem auto !important;
    padding: 0 10px !important;
  }
}

/* ========================================================
   MODERN B2B SERVICE / BIDANG USAHA DETAIL STYLING
   ======================================================== */
.b2b-service-section {
  background: #f8fafc;
  padding: 40px 0 80px 0;
  position: relative;
}

.b2b-hero-card {
  background: linear-gradient(135deg, #0f4176 0%, #092a4e 100%);
  border-radius: 24px;
  padding: 45px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 65, 118, 0.22);
  margin-bottom: 40px;
}

.b2b-hero-card::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(105, 206, 236, 0.25) 0%, rgba(105, 206, 236, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.b2b-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #69ceec;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.b2b-hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff !important;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.b2b-hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  line-height: 1.6;
  margin: 0;
}

.b2b-main-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  margin-bottom: 40px;
}

.b2b-desc-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f4176;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.b2b-desc-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3.5px;
  background: #69ceec;
  border-radius: 4px;
}

.b2b-desc-body {
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 35px;
}

.b2b-desc-body p {
  margin-bottom: 16px;
  color: #475569;
}

.b2b-desc-body img {
  display: none !important;
}

.b2b-advantages-box {
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 28px 24px;
}

.b2b-advantages-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0f4176;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.b2b-advantages-heading i {
  color: #69ceec;
  font-size: 20px;
}

.b2b-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.b2b-adv-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #edf2f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.b2b-adv-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 65, 118, 0.08);
  border-color: #69ceec;
}

.b2b-adv-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(15, 65, 118, 0.08);
  color: #0f4176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.b2b-adv-item:hover .b2b-adv-icon {
  background: #0f4176;
  color: #69ceec;
}

.b2b-adv-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.b2b-adv-info p {
  font-size: 12.5px;
  line-height: 1.45;
  color: #64748b;
  margin: 0;
}

.b2b-poster-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 65, 118, 0.16);
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: all 0.4s ease;
}

.b2b-poster-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(15, 65, 118, 0.22);
}

.b2b-poster-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 20px;
}

.b2b-poster-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(15, 65, 118, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.b2b-poster-badge i {
  color: #69ceec;
}

.b2b-cta-card {
  background: linear-gradient(135deg, #092a4e 0%, #0f4176 100%);
  border-radius: 24px;
  padding: 45px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 65, 118, 0.25);
  text-align: center;
  max-width: 1140px;
  margin: 35px auto 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.b2b-cta-card::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(105, 206, 236, 0.2) 0%, rgba(105, 206, 236, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.b2b-cta-tag {
  display: inline-block;
  background: rgba(105, 206, 236, 0.2);
  border: 1px solid rgba(105, 206, 236, 0.5);
  color: #69ceec;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.b2b-cta-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0 0 12px 0;
  line-height: 1.35;
}

.b2b-cta-subtitle {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto 28px auto;
  line-height: 1.6;
}

.b2b-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.b2b-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #69ceec;
  color: #092a4e !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(105, 206, 236, 0.4);
  transition: all 0.3s ease;
}

.b2b-btn-primary:hover {
  background: #ffffff;
  color: #0f4176 !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.35);
}

.b2b-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
}

.b2b-btn-whatsapp:hover {
  background: #20ba5a;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

.b2b-extra-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
  margin-top: 25px;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
  gap: 15px;
}

.b2b-share-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.b2b-share-group span {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.b2b-share-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #0f4176;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.b2b-share-icon:hover {
  background: #0f4176;
  color: #ffffff;
  border-color: #0f4176;
  transform: translateY(-2px);
}

.b2b-nav-group {
  display: flex;
  gap: 12px;
}

.b2b-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0f4176;
  text-decoration: none !important;
  padding: 8px 16px;
  border-radius: 30px;
  background: #f1f5f9;
  transition: all 0.3s ease;
}

.b2b-nav-link:hover {
  background: #0f4176;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .b2b-hero-card {
    padding: 35px 25px;
  }
  .b2b-hero-title {
    font-size: 28px;
  }
  .b2b-main-card {
    padding: 25px;
  }
  .b2b-advantages-grid {
    grid-template-columns: 1fr;
  }
  .b2b-poster-card {
    margin-top: 30px;
  }
  .b2b-cta-card {
    padding: 35px 20px;
  }
  .b2b-cta-title {
    font-size: 22px;
  }
}

/* ========================================================
   MODERN CORPORATE 4-COLUMN FOOTER (NAVY THEME)
   ======================================================== */
.modern-footer {
  background: #0b1e36 url(../img/map.png) no-repeat center center !important;
  background-size: cover !important;
  color: #cbd5e1 !important;
  padding: 45px 0 0 0 !important;
  font-family: "Poppins", sans-serif !important;
  position: relative !important;
}

.modern-footer .container {
  position: relative;
  z-index: 2;
}

.footer-widget-compact {
  margin-bottom: 28px;
}

.footer-widget-title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.footer-widget-title h4 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 !important;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.footer-about-logo {
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain;
  margin-bottom: 14px;
  display: block;
}

.footer-about-text {
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  margin-bottom: 18px !important;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.footer-social-btn:hover {
  background: #f5a623;
  border-color: #f5a623;
  color: #0b1e36 !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

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

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

.footer-nav-links li a {
  color: #94a3b8 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.footer-nav-links li a i {
  font-size: 10px;
  color: #f5a623;
  transition: transform 0.25s ease;
}

.footer-nav-links li a:hover {
  color: #f5a623 !important;
  transform: translateX(4px);
}

.footer-nav-links li a:hover i {
  transform: translateX(2px);
}

.footer-recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-post-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.footer-post-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-post-body {
  flex-grow: 1;
}

.footer-post-date {
  font-size: 11px;
  color: #f5a623;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
  font-weight: 500;
}

.footer-post-title {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.footer-post-title a {
  color: #e2e8f0 !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.footer-post-title a:hover {
  color: #f5a623 !important;
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.5;
}

.footer-contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.3);
  color: #f5a623;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item span {
  flex-grow: 1;
}

.modern-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 16px 0 !important;
  background: rgba(7, 21, 38, 0.65) !important;
  margin-top: 15px;
}

.copyright-text {
  font-size: 12.5px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  line-height: 24px;
}

.footer-stats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-stat-badge {
  font-size: 12px !important;
  color: #cbd5e1 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-stat-badge i {
  color: #f5a623;
  font-size: 12px;
}

.footer-stat-badge strong {
  color: #ffffff;
}

@media (max-width: 767px) {
  .modern-footer {
    padding: 35px 0 0 0 !important;
  }
  .footer-stats-list {
    justify-content: flex-start;
    margin-top: 10px;
    gap: 12px;
  }
}


/* ========================================================
   EXECUTIVE SECTION - Direksi & Manager (Modern Cards)
   ======================================================== */

.executive-section {
  background: #f1f5f9;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

/* Header: Title + Button */
.executive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.executive-header-text {
  flex-grow: 1;
}

.executive-title {
  font-size: 28px;
  font-weight: 800;
  color: #0b1e36;
  margin: 0 0 4px 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.executive-title span {
  color: #69ceec;
}

.executive-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

.executive-btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0b1e36;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 2px solid transparent;
}

.executive-btn-more:hover {
  background: #0b2265;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.3);
}

.executive-btn-more i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.executive-btn-more:hover i {
  transform: translateX(3px);
}

/* Carousel Wrapper */
.executive-carousel-wrapper {
  overflow: hidden;
  position: relative;
}

/* Cards */
.executive-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  margin-bottom: 5px;
}

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

/* Photo */
.executive-card-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e2e8f0;
}

.executive-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}

.executive-card:hover .executive-card-photo img {
  transform: scale(1.04);
}

/* Info Block */
.executive-card-info {
  padding: 18px 18px 20px;
  text-align: center;
  position: relative;
}

.executive-card-name {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px 0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.executive-card-role {
  display: block;
  font-size: 12.5px;
  color: #64748b;
  font-weight: 500;
  padding-bottom: 12px;
  position: relative;
}

.executive-card-role::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

/* OWL Carousel Nav Override for Executive Section */
.executive-carousel-wrapper {
  position: relative;
  overflow: visible;
  padding: 0 5px;
}

.executive-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 25;
}

.executive-section .owl-nav .owl-prev,
.executive-section .owl-nav .owl-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #ffffff !important;
  color: #0B1E36 !important;
  border: 1px solid rgba(11, 30, 54, 0.14) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1 !important;
  cursor: pointer;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.executive-section .owl-nav .owl-prev {
  left: -20px !important;
  right: auto !important;
  margin-left: 0 !important;
}

.executive-section .owl-nav .owl-next {
  right: -20px !important;
  left: auto !important;
  margin-right: 0 !important;
}

.executive-section .owl-nav .owl-prev:hover,
.executive-section .owl-nav .owl-next:hover {
  background: #0B1E36 !important;
  color: #F5A623 !important;
  border-color: #0B1E36 !important;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .executive-title {
    font-size: 24px;
  }
  .executive-section .owl-nav .owl-prev {
    left: 2px !important;
    margin-left: 0 !important;
  }
  .executive-section .owl-nav .owl-next {
    right: 2px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .executive-section {
    padding: 40px 0 35px;
  }
  .executive-header {
    margin-bottom: 28px;
  }
  .executive-section .owl-nav .owl-prev,
  .executive-section .owl-nav .owl-next {
    width: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
  }
  .executive-section .owl-nav .owl-prev {
    left: 4px !important;
    margin-left: 0 !important;
  }
  .executive-section .owl-nav .owl-next {
    right: 4px !important;
    margin-right: 0 !important;
  }
}
  .executive-title {
    font-size: 22px;
  }
  .executive-btn-more {
    font-size: 12px;
    padding: 8px 16px;
  }
  .executive-section .owl-nav {
    display: none;
  }
  .executive-card-info {
    padding: 14px 14px 16px;
  }
  .executive-card-name {
    font-size: 14px;
  }
  .executive-card-role {
    font-size: 12px;
  }
}

/* ========================================================
   PENGUMUMAN & AGENDA (MODERN 2-COLUMN SIDE-BY-SIDE)
   ======================================================== */
.announcement-agenda-section {
  background: #f8fafc;
  padding: 80px 0 65px;
  position: relative;
}

/* Dual Header */
.dual-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

.dual-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dual-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #0b1e36;
  color: #f5a623;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.dual-header-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b1e36;
  margin: 0;
  line-height: 1.2;
}

.dual-header-title h3 span {
  color: #69ceec;
}

.dual-btn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #0f4176 !important;
  padding: 6px 14px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.dual-btn-more:hover {
  background: #0b1e36;
  color: #ffffff !important;
  border-color: #0b1e36;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 30, 54, 0.15);
}

.dual-btn-more i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.dual-btn-more:hover i {
  transform: translateX(2px);
}

/* Announcement Card (Kolom Kiri) */
.announcement-card {
  background: #ffffff;
  border-radius: 12px;
  border-left: 4px solid #0b1e36;
  padding: 16px 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border-top: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.3s ease;
}

.announcement-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11, 30, 54, 0.08);
  border-left-color: #f5a623;
}

.announcement-card-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.announcement-card-title a {
  color: #1e293b !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.announcement-card-title a:hover {
  color: #0f4176 !important;
}

.announcement-card-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.announcement-card-footer {
  font-size: 11.5px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.announcement-card-footer i {
  color: #f5a623;
}

/* Agenda Card (Kolom Kanan) */
.agenda-card {
  display: flex;
  align-items: stretch;
  gap: 16px;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
}

.agenda-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11, 30, 54, 0.08);
  border-color: #cbd5e1;
}

.agenda-date-box {
  width: 78px;
  min-width: 78px;
  background: #0b1e36;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 6px;
  flex-shrink: 0;
}

.agenda-day {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}

.agenda-my {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 2px 0 4px;
}

.agenda-badge-time {
  background: #f5a623;
  color: #0b1e36;
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.2px;
  display: inline-block;
}

.agenda-card-content {
  flex-grow: 1;
  overflow: hidden;
}

.agenda-card-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.35;
}

.agenda-card-title a {
  color: #1e293b !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.agenda-card-title a:hover {
  color: #0f4176 !important;
}

.agenda-card-meta {
  font-size: 11.5px;
  color: #94a3b8;
  display: flex;
  gap: 14px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.agenda-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.agenda-card-meta i {
  color: #f5a623;
  font-size: 11px;
}

.agenda-card-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Empty State */
.empty-state-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
}

.empty-state-card i {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
  color: #cbd5e1;
}

.empty-state-card p {
  font-size: 13px;
  margin: 0;
}

@media (max-width: 767px) {
  .announcement-agenda-section {
    padding: 55px 0 40px !important;
  }
  .dual-header-title h3 {
    font-size: 18px;
  }
  .agenda-card {
    gap: 12px;
    padding: 12px;
  }
  .agenda-date-box {
    width: 68px;
    min-width: 68px;
    padding: 6px 4px;
  }
  .agenda-day {
    font-size: 19px;
  }
}


/* ========================================================
   BLOG HOME SECTION (HEADER & CONTAINER ONLY)
   ======================================================== */
.blog-home-section {
  background: #f1f5f9;
  padding: 55px 0 50px;
  position: relative;
  overflow: hidden;
}

/* Header: Title + Button */
.blog-home-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
  gap: 16px;
}

.blog-home-header-text {
  flex-grow: 1;
}

.blog-home-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f5a623;
  margin-bottom: 6px;
}

.blog-home-title {
  font-size: 28px;
  font-weight: 800;
  color: #0b1e36;
  margin: 0 0 6px 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.blog-home-title span {
  color: #69ceec;
}

.blog-home-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

.blog-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0b1e36;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(11, 30, 54, 0.15);
}

.blog-home-btn:hover {
  background: #0b2265;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.3);
}

.blog-home-btn i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.blog-home-btn:hover i {
  transform: translateX(3px);
}

/* Carousel Wrapper */
.blog-home-carousel-wrap {
  overflow: visible;
  position: relative;
  padding: 0 5px;
}

.blog-home-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 25;
}

.blog-home-section .owl-nav .owl-prev,
.blog-home-section .owl-nav .owl-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #ffffff !important;
  color: #0B1E36 !important;
  border: 1px solid rgba(11, 30, 54, 0.14) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1 !important;
  cursor: pointer;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.blog-home-section .owl-nav .owl-prev {
  left: -20px !important;
  right: auto !important;
}

.blog-home-section .owl-nav .owl-next {
  right: -20px !important;
  left: auto !important;
}

.blog-home-section .owl-nav .owl-prev:hover,
.blog-home-section .owl-nav .owl-next:hover {
  background: #0B1E36 !important;
  color: #F5A623 !important;
  border-color: #0B1E36 !important;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(11, 30, 54, 0.25);
}

@media (max-width: 991px) {
  .blog-home-section .owl-nav .owl-prev {
    left: 2px !important;
  }
  .blog-home-section .owl-nav .owl-next {
    right: 2px !important;
  }
}

@media (max-width: 767px) {
  .blog-home-section {
    padding: 40px 0 35px;
  }
  .blog-home-header {
    margin-bottom: 24px;
  }
  .blog-home-title {
    font-size: 22px;
  }
  .blog-home-btn {
    font-size: 12px;
    padding: 8px 18px;
  }
  .blog-home-section .owl-nav .owl-prev,
  .blog-home-section .owl-nav .owl-next {
    width: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
  }
  .blog-home-section .owl-nav .owl-prev {
    left: 4px !important;
  }
  .blog-home-section .owl-nav .owl-next {
    right: 4px !important;
  }
}

/* ========================================================
   MODERN CORPORATE STATS / COUNTER SECTION (UJPK THEME)
   ======================================================== */
.ujpk-counter-section {
  background: #0B1E36 !important;
  padding: 75px 0 !important;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ujpk-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .ujpk-counter-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.ujpk-counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ujpk-counter-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 166, 35, 0.4);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
}

.ujpk-counter-icon {
  color: #F5A623 !important;
  font-size: 46px !important;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.ujpk-counter-card:hover .ujpk-counter-icon {
  transform: scale(1.12);
}

.ujpk-counter-number {
  font-size: 48px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px;
  font-family: "Poppins", sans-serif !important;
}

.ujpk-counter-label {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #cbd5e1 !important;
  text-transform: uppercase !important;
  letter-spacing: 2.5px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}