
@font-face {
    font-family: 'MGPDisplayLight';
    src: url('../fon/MGPDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGPDisplayLight';
    src: url('../fon/MGPDisplay-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGPDisplayLight';
    src: url('../fon/MGPDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MGPDisplayLight';
    src: url('../fon/MGPDisplay-Bold.woff2') format('woff2'),
         url('../fon/MGPDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGPTextBold';
    src: url('../fon/MGPText-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGPTextLight';
    src: url('../fon/MGPText-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGPTextLight';
    src: url('../fon/MGPText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MGPTextLight';
    src: url('../fon/MGPText-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGP Display';
    src: url('../fon/MGPDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGP Display';
    src: url('../fon/MGPDisplay-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MGP Display';
    src: url('../fon/MGPDisplay-Bold.woff2') format('woff2'),
         url('../fon/MGPDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/**
* Template Name: Nova
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@font-face {
    font-display: swap;
    font-family: 'SamsungOne';
    font-style: normal;
    font-weight: 400;
    src: local('SamsungOne'),
         url('../fon/SamsungOne-400.woff2') format('woff2'),
         url('../fon/SamsungOne-400.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'SamsungOne';
    font-style: normal;
    font-weight: 700;
    src: local('SamsungOne'),
         url('../fon/SamsungOne-700.woff2') format('woff2'),
         url('../fon/SamsungOne-700.woff') format('woff');
}

@font-face {
    font-family: 'MotoGP Text';
    src: url('../fon/MGPText-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MotoGP Text';
    src: url('../fon/MGPText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MotoGP Text';
    src: url('../fon/MGPText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MotoGP Text';
    src: url('../fon/MGPText-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MotoGP Text';
    src: url('../fon/MGPText-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fon/Philosopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fon/Philosopher-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fon/Philosopher-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fon/Philosopher-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Fonts */
:root {
  --default-font: "MotoGP Text", Arial, sans-serif;
  --heading-font: "MotoGP Text", Arial, sans-serif;
  --nav-font: "MotoGP Text", Arial, sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #2b180d; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1b2f45; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #006633; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #015F55; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f6fcfe;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #17283b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #254160;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

body.index-page {
  --default-color: #072140;
  --default-font: "MotoGP Text", Arial, sans-serif;
  --heading-color: #072140;
  --heading-font: "MotoGP Text", Arial, sans-serif;
  --nav-font: "MotoGP Text", Arial, sans-serif;
  letter-spacing: .0125rem;
  line-height: 1.625;
}

body.index-page h1,
body.index-page h2,
body.index-page h3,
body.index-page h4,
body.index-page h5,
body.index-page h6 {
  font-weight: 500;
}

@media (min-width: 1200px) {
  #navmenu > ul > li > a {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500;
    padding: 6px 7px !important;
    opacity: 1;
    transition: color .25s ease, opacity .25s ease;
  }

  #navmenu > ul:hover > li > a,
  #navmenu > ul:focus-within > li > a {
    color: #fff !important;
    opacity: .42;
  }

  #navmenu > ul > li:hover > a,
  #navmenu > ul > li:focus-within > a {
    color: #fff !important;
    opacity: 1;
  }

  #navmenu > ul > li > a h2 {
    color: inherit;
  }

  #navmenu .pmb-menu > a {
    border: 1px solid rgba(255, 255, 255, .65);
  }
}

body.index-page .section-title > h1,
body.index-page .home-section-heading > h1 {
  font-size: 32px;
  line-height: 1.2;
}

body.index-page #artikel .list-group-item h4 {
  font-weight: 400;
}

/* Background for artikel section */
section#artikel,
.artikel.section,
.artikel-container,
#artikel {
  background-color: #F6F8EC !important;
}
.artikel-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 20px 32px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}
.artikel-grid .card {
  display: flex;
  width: 100%;
  margin: 0;
}
.artikel-left-column {
  display: flex;
  flex-direction: column;
}
.artikel-grid-image {
  width: 340px;
  height: 446px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.artikel-grid-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.artikel-notebook-copy {
  align-items: flex-start;
  background: rgba(248, 247, 242, .96);
  color: #17251f;
  display: flex;
  flex-direction: column;
  inset: 17% 9% 18% 7%;
  justify-content: center;
  padding: 26px 22px;
  position: absolute;
  transform: rotate(-5deg);
}
.artikel-notebook-copy h2 {
  color: inherit;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 16px;
  position: relative;
}
.artikel-notebook-copy p {
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  position: relative;
}
.artikel-list-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  min-height: 520px;
}
.artikel-items-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  flex: 1;
  min-height: 450px;
  align-content: start;
}
.artikel-items-list::-webkit-scrollbar {
  width: 5px;
}
.artikel-items-list::-webkit-scrollbar-thumb {
  background: #c2d8e7;
  border-radius: 4px;
}
.artikel-nav-header,
.artikel-nav-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 18px 6px 4px 2px;
  margin-top: auto;
  flex-shrink: 0;
}
.artikel-nav-btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.artikel-nav-btn {
  background: transparent;
  border: none;
  color: var(--heading-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.2s ease, transform 0.2s ease;
  padding: 4px;
}
.artikel-nav-btn:hover {
  background: transparent;
  color: #015F55;
  transform: translateY(-1px);
}
.artikel-nav-btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.artikel-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #55766c;
  text-decoration: none;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.artikel-card.cat-berita,
.artikel-card.cat-artikel,
.artikel-card.cat-agenda,
.artikel-card.cat-pengumuman,
.artikel-card.cat-prestasi {
  background-color: transparent;
}
.artikel-card-link {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 4px 2px 6px 2px;
  color: inherit;
  text-decoration: none;
}
.artikel-card-thumb {
  width: 90px;
  min-width: 90px;
  height: 68px;
  overflow: hidden;
  border-radius: 0;
  flex-shrink: 0;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.artikel-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.artikel-card:hover .artikel-card-thumb img {
  transform: scale(1.05);
}
.artikel-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  flex: 1;
  width: 100%;
}
.artikel-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  gap: 8px;
}
.artikel-card-date,
.artikel-card-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.artikel-card-date i,
.artikel-card-author i {
  font-size: 13px;
}
.artikel-card-read-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #8c9ba5;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
}
.artikel-card-read-time i {
  font-size: 11px;
  color: #8c9ba5;
}
.artikel-card h4 {
  margin: 0;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 500 !important;
  font-family: var(--default-font);
  line-height: 1.35;
  text-transform: none;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.35em * 2);
  transition: color 0.2s ease;
}
body.index-page #artikel h4 {
  font-weight: 500 !important;
}
.artikel-card:hover {
  background: transparent;
  transform: translateX(4px);
}
.artikel-card:hover h4 {
  color: #072140;
}
@media (max-width: 1199px) {
  .artikel-grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 16px 20px;
  }
  .artikel-grid-image {
    width: 300px;
  }
  .artikel-items-list {
    gap: 12px 18px;
  }
}
@media (max-width: 991px) {
  .artikel-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .artikel-grid-image {
    width: 320px;
    height: 396px;
    max-width: 100%;
    margin: 0 auto;
  }
  .artikel-grid-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .artikel-notebook-copy {
    inset: 18% 13% 18% 10%;
  }
  .artikel-list-wrap {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .artikel-items-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    min-height: auto;
    overflow-y: visible;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .artikel-items-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* Universal image handling: cover instead of stretched fill */
img {
  max-width: 100%;
  object-fit: cover;
}

.header .logo img,
.footer .logo img,
.partner-logo-tile,
.partner-logo-grid img {
  object-fit: contain !important;
}

.blog-posts .post-img img,
.blog-details .post-img img,
.service-details .services-img,
.service-details .services-img img,
.team .team-member .member-img img,
.portfolio-details .portfolio-details-slider img,
.why-us .img-bg img,
.room-card img,
.modal-gallery img,
.recent-posts .post-img img,
.artikel-card-thumb img {
  object-fit: cover !important;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

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

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #022f22;
  --heading-color: #ffffff;
  color: var(--default-color);
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
  transition: all 0.3s;
  z-index: 997;
  pointer-events: none;
}

.header .logo {
  line-height: 0.5;
}

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

.header .logo h1 {
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
}

.header-main-row {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  width: 100%;
  background-color: var(--background-color);
  border-bottom: 2px solid #eab308;
  box-shadow: 0 8px 24px rgba(3, 45, 31, 0.18);
  padding: 6px 0;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.scrolled .header-main-row {
  --background-color: #01271c;
  background-color: #01271c;
  border-bottom: 2px solid #eab308;
  box-shadow: 0 10px 28px rgba(3, 45, 31, 0.28);
  padding: 1px 0 2px 0 !important;
}

/* Sub Navbar Row Below Main Navbar */
/* Sub Navbar Row */
.header-sub-row {
  position: relative;
  z-index: 99;
  pointer-events: auto;
  width: 100%;
  background-color: #ffffff;
  border-top: none;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  line-height: 24px !important;
  box-sizing: border-box !important;
}

.scrolled .header-sub-row {
  background-color: #ffffff;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}

.header-sub-row .container-fluid,
.header-sub-row .container-xl {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
}

.sub-navbar-nav {
  display: flex !important;
  align-items: stretch !important;
  align-self: stretch !important;
  height: 100% !important;
  min-height: 100% !important;
  gap: 6px;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.sub-navbar-nav > a,
.sub-navbar-nav > span {
  display: inline-flex !important;
  align-items: center !important;
  align-self: stretch !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

.sub-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  align-self: stretch !important;
  gap: 5px;
  color: #1e293b;
  font-family: "MotoGP Text", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0px 7px;
  border-radius: 3px;
  transition: all 0.22s ease;
  line-height: 1.2;
}

.sub-nav-link i {
  font-size: 11px;
  line-height: 1;
  color: #047857;
  transition: transform 0.2s ease, color 0.2s ease;
}

.sub-nav-link:hover {
  color: #047857;
  background-color: rgba(4, 120, 87, 0.08);
}

.sub-nav-link:hover i {
  transform: scale(1.15);
  color: #059669;
}

.sub-nav-link.active,
.sub-nav-link.active:hover {
  color: #047857;
  background-color: rgba(4, 120, 87, 0.14);
  cursor: default;
}

.sub-nav-link.active i {
  color: #047857;
}

.sub-nav-link.sub-nav-pengumuman {
  background-color: #022f22 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  align-self: stretch !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 10px !important;
  margin: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
}

.sub-nav-link.sub-nav-pengumuman i {
  color: #ffffff !important;
}

.sub-nav-link.sub-nav-pengumuman:hover {
  background-color: #034432 !important;
  color: #FED703 !important;
}

.sub-nav-link.sub-nav-pengumuman:hover i {
  color: #FED703 !important;
}

.sub-nav-link.sub-nav-pengumuman.active,
.sub-nav-link.sub-nav-pengumuman.active:hover {
  background-color: #01271c !important;
  color: #FED703 !important;
  cursor: default;
}

.sub-nav-link.sub-nav-pengumuman.active i,
.sub-nav-link.sub-nav-pengumuman.active:hover i {
  color: #FED703 !important;
}

.sub-nav-divider {
  color: #cbd5e1;
  font-size: 10px;
  margin: 0 1px;
  user-select: none;
  display: inline-flex !important;
  align-items: center !important;
  align-self: stretch !important;
}

@media (max-width: 1199.98px) {
  .header-sub-row {
    padding: 0;
  }
  .sub-nav-link {
    font-size: 9.5px;
    padding: 0px 4px;
    gap: 3px;
  }
  .sub-nav-link i {
    font-size: 10px;
  }
}

/* Homepage Sections Shortcut Bar - Transparent, Disappears when Scrolled Past Hero */
.home-sections-shortcut-bar {
  position: relative;
  width: 100%;
  z-index: 10;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 2px 0 0;
  margin: 0;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.home-sections-shortcut-bar.collapsed,
.home-sections-shortcut-bar.hidden {
  display: none !important;
}

/* Shortcut bar remains visible and turns dark-green when scrolled past hero */
.home-sections-shortcut-bar.scrolled-past-hero {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0);
}

.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item {
  color: #01271c;
  text-shadow: none;
  font-weight: 500;
}

.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item i {
  color: #01271c;
  filter: none;
}

.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item:not(:last-child)::after {
  background-color: rgba(1, 39, 28, 0.35);
  box-shadow: none;
}

.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item:hover,
.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item.active {
  color: #15803d;
  font-weight: 700 !important;
  text-shadow: none;
  background: transparent !important;
}

.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item:hover i,
.home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item.active i {
  color: #15803d;
}

.home-sections-shortcut-bar.scrolled-past-hero .shortcut-close-btn {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(1, 39, 28, 0.4);
  color: #01271c;
}

.home-sections-shortcut-bar.scrolled-past-hero .shortcut-close-btn:hover {
  background: #01271c;
  color: #ffffff;
}

@media (max-width: 991px) {
  .home-sections-shortcut-bar.scrolled-past-hero .home-sections-shortcut-nav .shortcut-item {
    border-bottom: 1px solid rgba(1, 39, 28, 0.25) !important;
  }
}

.home-sections-shortcut-bar .position-relative {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.home-sections-shortcut-nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  background: transparent !important;
}

.home-sections-shortcut-nav::-webkit-scrollbar {
  display: none;
}

.home-sections-shortcut-nav .shortcut-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 14px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fef08a;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.95), 0 2px 6px rgba(0, 0, 0, 0.8);
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
}

.home-sections-shortcut-nav .shortcut-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgba(254, 240, 138, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
}

.home-sections-shortcut-nav .shortcut-item i {
  font-size: 13.5px;
  color: #fef08a;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.7));
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-sections-shortcut-nav .shortcut-item:hover,
.home-sections-shortcut-nav .shortcut-item.active {
  color: #ffffff;
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(254, 240, 138, 0.85), 0 1px 3px rgba(0, 0, 0, 0.95);
  background: transparent !important;
  transform: translateY(-1px);
}

.home-sections-shortcut-nav .shortcut-item:hover i,
.home-sections-shortcut-nav .shortcut-item.active i {
  color: #ffffff;
  transform: scale(1.15);
}

/* Close button - visible on hover over shortcut bar */
.shortcut-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background 0.2s ease;
  padding: 0;
  line-height: 1;
}

.home-sections-shortcut-bar:hover .shortcut-close-btn {
  opacity: 1;
  visibility: visible;
}

.shortcut-close-btn:hover {
  background: #ffffff;
  color: #01271c;
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .home-sections-shortcut-bar {
    padding: 0;
    margin: 0;
    pointer-events: none;
  }
  .home-sections-shortcut-nav {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    padding: 0 16px;
    margin-right: 0;
    margin-left: auto;
  }
  .home-sections-shortcut-nav .shortcut-item {
    font-size: 11.5px;
    font-weight: 300;
    padding: 3px 6px;
    border-right: none !important;
    border-bottom: 1px solid rgba(254, 240, 138, 0.3) !important;
    text-align: right;
  }
  .home-sections-shortcut-nav .shortcut-item:last-child {
    border-bottom: none !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

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

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color); 
    padding: 9px 8px;
    font-size: 13px;
    font-family: var(--nav-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
/* added hobby */
#navmenu ul li ul {
      background: rgba(255, 255, 250, 0.1);
      backdrop-filter: blur(5px);
      padding: 10px;
}
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 9999;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    background: var(--nav-dropdown-background-color);
    min-width: 200px;
    border-bottom: 1px solid #eee;
  }
  .navmenu .dropdown ul li:last-child {
    border-bottom: none;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

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

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

  .navmenu .dropdown ul a.active {
    font-weight: 700;
  }

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

  .navmenu .dropdown .dropdown {
    position: relative;
  }

  .navmenu .dropdown .dropdown ul {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    z-index: 10000;
  }

  .navmenu .dropdown .dropdown:hover>ul,
  .navmenu .dropdown .dropdown>ul.dropdown-active {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 100%;
  }

  .navmenu > ul > li:last-child > ul,
  .navmenu .dropdown-kontak > ul,
  #navmenu > ul > li:last-child > ul,
  #navmenu .dropdown-kontak > ul {
    left: auto !important;
    right: 0 !important;
  }

  .navmenu > ul > li:last-child .dropdown ul,
  .navmenu > ul > li:nth-last-child(2) .dropdown .dropdown ul {
    left: auto;
    right: 100%;
  }

  .navmenu > ul > li:last-child .dropdown:hover>ul,
  .navmenu > ul > li:last-child .dropdown>ul.dropdown-active,
  .navmenu > ul > li:nth-last-child(2) .dropdown .dropdown:hover>ul,
  .navmenu > ul > li:nth-last-child(2) .dropdown .dropdown>ul.dropdown-active {
    left: auto;
    right: 100%;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
#header > div > a { display: none;}
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  #navmenu > ul > li > a,
  .navmenu a,
  .navmenu a:focus {
    color: #1b2f45 !important;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  #navmenu > ul > li > a span,
  .navmenu a span {
    color: inherit !important;
  }

  #navmenu > ul > li > a:hover,
  #navmenu > ul > li:hover > a,
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #015F55 !important;
    opacity: 1 !important;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(2, 47, 34, 0.08);
    color: #022f22 !important;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color) !important;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color) !important;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 8px 0;
    margin: 6px 14px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    transition: all 0.3s ease-in-out;
  }

  .navmenu .dropdown ul a {
    color: #1b2f45 !important;
    padding: 8px 16px;
    font-size: 15px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul a.active {
    color: #015F55 !important;
  }

  .navmenu .dropdown ul ul {
    margin-left: 12px;
    margin-right: 8px;
    background-color: rgba(2, 47, 34, 0.04) !important;
    border-left: 3px solid #015F55 !important;
  }

  .navmenu ul.dropdown-active,
  .navmenu .dropdown > ul.dropdown-active,
  .navmenu .dropdown ul.dropdown-active,
  .navmenu .dropdown .dropdown > ul.dropdown-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer (Saizu Green Style)
--------------------------------------------------------------*/
.footer,
.footer.saizu-footer-green {
  background-color: #062c20;
  color: #e2f0ea;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.footer.saizu-footer-green a,
.footer a {
  color: #d1fae5;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer.saizu-footer-green a:hover,
.footer a:hover {
  color: #4ade80;
}

/* Upper Main Footer */
.footer.saizu-footer-green .footer-main,
.footer .footer-main {
  padding: 50px 0 35px;
}

/* Top 3 Columns */
.footer.saizu-footer-green .footer-brand-logo,
.footer .footer-brand-logo {
  max-height: 54px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}

.footer.saizu-footer-green .footer-univ-name,
.footer .footer-univ-name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.footer.saizu-footer-green .footer-address,
.footer .footer-address {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.footer.saizu-footer-green .footer-contact-info span,
.footer .footer-contact-info span {
  display: block;
  color: #cbd5e1;
  font-size: 13px;
  margin-bottom: 3px;
}

.footer.saizu-footer-green .footer-contact-info strong,
.footer .footer-contact-info strong {
  color: #ffffff;
}

/* Section Titles */
.footer.saizu-footer-green .footer-section-title,
.footer .footer-section-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

/* Mission & CTA links */
.footer.saizu-footer-green .footer-cta-link,
.footer .footer-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d1fae5;
  font-weight: 600;
  font-size: 13.5px;
  padding: 1px 0 2px 0 !important;
  transition: transform 0.2s ease, color 0.2s ease;
}

.footer.saizu-footer-green .footer-cta-link i,
.footer .footer-cta-link i {
  font-size: 11px;
  opacity: 0.85;
}

.footer.saizu-footer-green .footer-cta-link:hover,
.footer .footer-cta-link:hover {
  color: #4ade80;
  transform: translateX(3px);
}

/* News / Meldungen list */
.footer.saizu-footer-green .footer-news-list li,
.footer .footer-news-list li {
  margin-bottom: 10px;
}

.footer.saizu-footer-green .footer-news-list a,
.footer .footer-news-list a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d1fae5;
  font-size: 13px;
  line-height: 27px;
  transition: all 0.2s ease;
}

.footer.saizu-footer-green .footer-news-list a i.bi-arrow-right,
.footer .footer-news-list a i.bi-arrow-right {
  color: #4ade80;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.2s ease;
}

.footer.saizu-footer-green .footer-news-list a .news-ext-icon,
.footer .footer-news-list a .news-ext-icon {
  font-size: 10px;
  opacity: 0.75;
  margin-left: 3px;
  flex-shrink: 0;
  margin-top: 3px;
}

.footer.saizu-footer-green .footer-news-list a:hover,
.footer .footer-news-list a:hover {
  color: #ffffff;
}

.footer.saizu-footer-green .footer-news-list a:hover i.bi-arrow-right,
.footer .footer-news-list a:hover i.bi-arrow-right {
  transform: translateX(4px);
}

/* Horizontal Inner Divider */
.footer.saizu-footer-green .footer-inner-divider,
.footer .footer-inner-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 35px 0 25px;
  opacity: 1;
}

/* Horizontal Category Rows (Schools & Quick-Links) */
.footer.saizu-footer-green .footer-inline-category,
.footer .footer-inline-category {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  gap: 16px;
}

.footer.saizu-footer-green .footer-inline-category .category-heading,
.footer .footer-inline-category .category-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  min-width: 95px;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.footer.saizu-footer-green .footer-inline-category .category-links-wrap,
.footer .footer-inline-category .category-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 6px;
  column-gap: 20px;
}

.footer.saizu-footer-green .footer-inline-category .category-links-wrap a,
.footer .footer-inline-category .category-links-wrap a {
  color: #e2f0ea;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.footer.saizu-footer-green .footer-inline-category .category-links-wrap a i,
.footer .footer-inline-category .category-links-wrap a i {
  font-size: 10px;
  opacity: 0.7;
}

.footer.saizu-footer-green .footer-inline-category .category-links-wrap a:hover,
.footer .footer-inline-category .category-links-wrap a:hover {
  color: #4ade80;
}

/* Bottom Darker Bar */
.footer.saizu-footer-green .footer-bottom-dark,
.footer .footer-bottom-dark {
  background-color: #031c14;
  padding: 30px 0 25px;
  color: #94a3b8;
  font-size: 12.5px;
}

/* Utility Nav */
.footer.saizu-footer-green .footer-utility-nav,
.footer .footer-utility-nav {
  gap: 18px;
  row-gap: 8px;
}

.footer.saizu-footer-green .footer-utility-nav a,
.footer .footer-utility-nav a {
  color: #cbd5e1;
  font-size: 12.5px;
  white-space: nowrap;
}

.footer.saizu-footer-green .footer-utility-nav a:hover,
.footer .footer-utility-nav a:hover {
  color: #4ade80;
}

/* Social Icons */
.footer.saizu-footer-green .footer-social-nav,
.footer .footer-social-nav {
  gap: 14px;
}

.footer.saizu-footer-green .footer-social-nav a,
.footer .footer-social-nav a {
  color: #ffffff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.footer.saizu-footer-green .footer-social-nav a:hover,
.footer .footer-social-nav a:hover {
  background: #10b981;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Partners of Excellence Block */
.footer.saizu-footer-green .footer-partners-block .partners-icon,
.footer .footer-partners-block .partners-icon {
  color: #4ade80;
  font-size: 16px;
}

.footer.saizu-footer-green .footer-partners-block .partners-title,
.footer .footer-partners-block .partners-title {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer.saizu-footer-green .footer-partners-block .partners-list,
.footer .footer-partners-block .partners-list {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer.saizu-footer-green .footer-partners-block .motto-text,
.footer .footer-partners-block .motto-text {
  color: #86efac;
  font-style: italic;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .footer.saizu-footer-green .footer-inline-category,
  .footer .footer-inline-category {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
  }
  .footer.saizu-footer-green .footer-inline-category .category-heading,
  .footer .footer-inline-category .category-heading {
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .footer.saizu-footer-green .footer-main,
  .footer .footer-main {
    padding: 35px 0 25px;
  }
  .footer.saizu-footer-green .footer-sub-top,
  .footer .footer-sub-top {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .footer.saizu-footer-green .footer-social-nav,
  .footer .footer-social-nav {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  pointer-events: auto;
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  border: 4px solid color-mix(in srgb, var(--accent-color, #007bff), transparent 85%);
  border-top-color: var(--accent-color, #007bff);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: animate-preloader 0.8s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  appearance: none;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

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

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
 /* background-color: color-mix(in srgb, var(--background-color), transparent 40%);*/
  background-color: color-mix(in srgb, #195241, transparent 60%);
  position: absolute;
  inset: 0;
}

.page-title .container {
  position: relative;
  text-align: center;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.page-title .breadcrumbs {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 140px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 110px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: left;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
/*
.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
*/
.prestasi:after,
.things:after,
.title:after,
.akademik:after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  top:15px;
  left: 0;
  right: 0;
  margin: auto;
} 
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  border-radius: 0 !important;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 105px 0 40px;
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero:after {
    display: none;
  }
}

.hero:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(3, 48, 35, 0.92) 0%, rgba(3, 48, 35, 0.82) 32%, rgba(3, 48, 35, 0.5) 60%, rgba(3, 48, 35, 0.18) 82%, rgba(3, 48, 35, 0) 100%);
  inset: 0;
  z-index: 2;
}


/* Hero Video Controls - Almost Square & Moveable */
.hero-video-controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 6px;
  background: rgba(1, 39, 28, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px; /* Almost square */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
  touch-action: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-video-controls:active,
.hero-video-controls.is-dragging {
  cursor: grabbing !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(254, 215, 3, 0.5) !important;
}

.hero-video-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  padding: 2px 2px 2px 2px;
  font-size: 13px;
  cursor: grab;
  line-height: 1;
  transition: color 0.2s ease;
}

.hero-video-controls:hover .hero-video-drag-handle {
  color: rgba(255, 255, 255, 0.8);
}

.hero-video-controls.is-dragging .hero-video-drag-handle {
  cursor: grabbing;
  color: #fed703;
}

/* Fade out while playing */
.hero-video-controls.is-faded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
}

/* Reveal when hero is hovered or active */
#hero:hover .hero-video-controls,
.hero-video-controls:hover,
.hero-video-controls:focus-within,
.hero-video-controls.is-dragging {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.hero-video-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 6px; /* Almost square */
  padding: 5px 9px;
  font-family: "MotoGP Text", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none !important;
  line-height: 1.2;
}

.hero-video-btn i {
  font-size: 13.5px;
  line-height: 1;
}

.hero-video-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fed703;
  border-color: rgba(254, 215, 3, 0.3);
}

.hero-video-btn:active {
  transform: translateY(0);
}

.hero-video-btn.active {
  background: #fed703;
  color: #01271c;
  font-weight: 700;
  border-radius: 6px; /* Almost square */
  box-shadow: 0 2px 8px rgba(254, 215, 3, 0.3);
}

.hero-video-btn.active i {
  color: #01271c;
}

@media (max-width: 767.98px) {
  .hero-video-controls {
    bottom: 15px;
    right: 15px;
    padding: 4px 5px;
    gap: 3px;
    border-radius: 7px;
  }
  .hero-video-btn {
    padding: 4px 7px;
    font-size: 11px;
    border-radius: 5px;
  }
  .hero-video-btn .hero-video-btn-text {
    display: inline-block;
  }
  .hero-video-btn i {
    font-size: 13px;
  }
}

.hero > img, .hero > video {
  border-radius: 0 !important;
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 1;
}

.hero .container,
.hero .container-fluid {
  z-index: 3;
  position: relative;
}

.hero h1 {
  margin: 0;

}

.hero blockquote {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  /*padding-left: 20px;
  border-left: 2px solid var(--accent-color);*/
  margin: 20px 0;
}

.hero blockquote p {
/*  font-family: 'MGPTextLight', helvetica, sans-serif;*/
  font-style:normal;
  font-weight:normal;
}
.hero h2 {
  font-size: 1.35rem;
  /*font-family: MGPDisplayLight,sans-serif;*/
}
.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 0;
  transition: 0.2s;
}


.hero .btn-get-started:hover {
  /*background: color-mix(in srgb, var(--accent-color) 90%, white 15%);*/
  filter: invert(0.75);
}

.hero .btn-watch-video {
  font-size: 18px;
  transition: 0.5s;
  margin-right: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--default-color);
}

.hero .btn-watch-video:hover i {
  color: var(--default-color);
}

.hero .social-links {
  margin-top: 18px;
  gap: 10px;
}

.hero .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.hero .social-links a:hover {
  transform: translateY(-3px) scale(1.12);
  opacity: 0.88;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}

.hero .logokita,
.hero-brand .logokita {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 28px !important;
  opacity: 1 !important;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: drop-shadow(0 0 28px rgba(254, 215, 3, 0.88)) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.55)) contrast(1.06) brightness(1.04);
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .hero {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  
}
@media (max-width: 768px) {
  .hero {
    padding-top: 115px;
    padding-bottom: 35px;
  }
  .hero .logokita,
  .hero-brand .logokita {
    max-width: 150px !important;
    max-height: 150px !important;
  }
}
/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .img-bg {
  min-height: 500px;
  position: relative;
}

.why-us .img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.event .events {
  background-color: inherit;
}
.why-us .slides {
  background-color: rgba(160, 185, 55, 0.1);
}
#card-init .card-body h1 {
  font-size: clamp(1.5rem, 1.2vw + 1rem, 2.2rem);
}
#card-init .agenda-date {
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
#card-init .card-body { position: relative; }
#card-init .card-body {
  padding-top: 0;
}
#card-init .agenda-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 40px;
  letter-spacing: -.025rem;
}

.event.section .card-footer,
.event .card-footer,
#event .card-footer {
  font-size: 12px !important;
}

.event.section .card-footer h6,
.event .card-footer h6,
#event .card-footer h6 {
  font-size: 12px !important;
}

.event.section .card-footer .readmore,
.event .card-footer .readmore,
#event .card-footer .readmore {
  font-size: 12px !important;
}

.event.section .card-footer .readmore i,
.event .card-footer .readmore i,
#event .card-footer .readmore i {
  font-size: 11px !important;
}
.why-us .slides a {
  padding-left:10px;
}

.why-us h3 {
  font-family: 'Philosopher', sans-serif;
  color: #043F2E;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);
  font-weight: 700;
  padding-left:10px;
}

.why-us p {
  color: #043F2E;
  font-family: "MotoGP Text", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  padding-left:0px;
}

.why-us .swiper {
  margin: 100px 150px 100px 150px;
  overflow: hidden;
}

.why-us .swiper-wrapper {
  height: auto;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 10px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-top: 10px;
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/* ── Prestasi card-grid (new design) ──────────────────────────── */
.prestasi-grid-section {
  padding: 40px 0 50px;
  background: #fff;
}

.prestasi-grid-heading {
  margin-bottom: 38px;
}

.prestasi-grid-logo {
  width: 80px;
  margin-bottom: 10px;
}

.prestasi-card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: box-shadow .2s ease;
}

.prestasi-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f4f4f4;
}

.prestasi-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prestasi-card-body {
  padding: 16px 0 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prestasi-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0 6px;
  font-size: .82rem;
  color: #555;
  font-family: Arial, sans-serif;
}

.prestasi-card-sep {
  color: #bbb;
}

.prestasi-card-readtime i {
  font-size: .78rem;
  margin-right: 3px;
}

.prestasi-card-category {
  font-size: .78rem;
  font-weight: 700;
  color: #1a4d2e;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.prestasi-card-title {
  font-size: 17px !important;
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 1.35;
  color: var(--heading-color);
  flex: 1;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  transition: 0.3s;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prestasi-card-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: color .2s;
}

.prestasi-card-title a:hover {
  color: #1a4d2e;
}

.prestasi-card-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0 18px;
  border-top: 1px solid #e8e8e8;
  margin-top: auto;
}

.prestasi-card-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1.5px solid #1a4d2e;
  color: #1a4d2e;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
  border-radius: 2px;
}

.prestasi-card-btn:hover {
  background: #1a4d2e;
  color: #fff;
}

@media (max-width: 767px) {
  .prestasi-grid-section { padding: 24px 0 32px; }
  .prestasi-card-img { aspect-ratio: 16/9; }
}

.prestasi-grid-section .btn-lihat-semua {
  background: #176b4d;
  color: #fff;
  border-color: #176b4d;
}
.prestasi-grid-section .btn-lihat-semua:hover {
  background: #13583f !important;
  color: #fff !important;
  border-color: #13583f !important;
}
/* ────────────────────────────────────────────────────────────────── */

/* Homepage Prestasi and Akademik refresh. Kept in one isolated block for easy rollback. */
.home-prestasi {
  background: transparent;
  padding: 20px 20px 26px;
}
.home-section-heading { margin: 0 auto 10px; max-width: 720px; text-align: left; }
.home-prestasi .prestasi-heading-art {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.home-section-heading .section-emblem { margin-bottom: 8px; }
.home-section-heading .section-kicker {
  color: #227053;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 3px;
  padding: 0;
  text-transform: uppercase;
}
.home-section-heading .section-intro {
  color: #65736d;
  font-size: 1rem;
  margin: 12px auto 0;
  padding: 0;
}
.home-prestasi .prestasiku, .home-akademik .akademik { color: var(--heading-color); margin: 0; }
.home-event-heading h1,
.home-akademik .akademik {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}
.home-akademik .section-intro { font-size: 18px; color: var(--heading-color); font-weight: 400; margin-top: 8px; }
.home-event-heading,
.home-artikel-heading { text-align: left !important; }
.home-event-heading {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 0 !important;
}
.home-event-heading .section-intro {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0 0;
}
.event .agendas {
  width: 100%;
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 1rem !important;
}
.event { padding-bottom: 20px !important; }
.artikel.section {
  padding-top: 70px !important;
}
.home-artikel-heading {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.home-artikel-heading h1 { margin-bottom: 0; }
.home-artikel-heading .section-intro {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0 0;
}

/* Horizontal category accent line below homepage title groups (150px) */
.home-recent-posts-heading::after,
.akademik-heading::after,
.home-event-heading::after,
.home-artikel-heading::after,
.kerjasama-heading::after,
.galeri-heading::after {
  content: '';
  display: block;
  width: 150px;
  height: 3.5px;
  border-radius: 2px;
  margin-top: 14px;
}

.home-recent-posts-heading::after {
  background-color: var(--heading-color); /* Main title color: #072140 */
  margin-bottom: 20px;
}

.akademik-heading::after {
  background-color: var(--heading-color); /* Main title color: #072140 */
  margin-bottom: 36px;
}

.home-event-heading::after {
  background-color: #c2410c; /* Agenda orange */
  margin-bottom: 60px;
}

.home-artikel-heading::after {
  background-color: #0284c7; /* Artikel blue */
  margin-bottom: 60px;
}

.kerjasama-heading::after {
  background-color: var(--heading-color); /* Main title color: #072140 */
  margin-bottom: 24px;
}

.home-akademik .akademik::after { display: none; }
.home-prestasi .prestasi-heading-row { width: 100%; }
.home-prestasi .prestasi-heading-row .py-4 { padding-bottom: 8px !important; padding-top: 8px !important; }
.home-prestasi .prestasi-layout {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.home-prestasi .prestasi-visual { min-height: 320px; padding: 0; display: flex; align-items: stretch; }
.home-prestasi .prestasi-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease, transform .7s ease; }
.home-prestasi .prestasi-layout:hover .prestasi-visual img { transform: scale(1.025); }
.home-prestasi .prestasi-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  margin-top: 0;
  padding: 0 0 0 36px;
}
.home-prestasi .prestasi-swiper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  margin: 0 !important;
  max-width: none;
  min-width: 0;
  padding-top: 0;
  width: 100%;
}
.home-prestasi .btn-lihat-semua-wrapper {
  padding-top: 24px;
}
.home-prestasi .prestasi-swiper .swiper-wrapper,
.home-prestasi .prestasi-swiper .swiper-slide { width: 100%; }
.home-prestasi .prestasi-swiper .swiper-slide { height: auto; }
.home-prestasi .prestasi-swiper .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 240px;
  margin-top: 0;
  padding: 0 0 18px 0;
  width: 100%;
}
.home-prestasi .prestasi-swiper .item h4,
.home-prestasi .prestasi-swiper .item h5,
.home-prestasi .prestasi-swiper .item .prestasi-item-title {
  color: #043F2E;
  font-family: 'Philosopher', sans-serif;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.35;
  font-weight: 700;
  margin-top: 0 !important;
  padding-top: 8px !important;
  width: 100%;
}
.home-prestasi .prestasi-swiper .item h4 a,
.home-prestasi .prestasi-swiper .item h5 a,
.home-prestasi .prestasi-swiper .item .prestasi-item-title a {
  color: #043F2E;
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
}
.home-prestasi .prestasi-swiper .item p,
.home-prestasi .prestasi-swiper .item .prestasi-item-desc {
  color: #043F2E;
  font-family: "MotoGP Text", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}
.home-prestasi .prestasi-swiper .item .readmore {
  align-items: center;
  background: #176b4d;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-top: auto;
  padding: 10px 18px;
  position: relative;
  width: fit-content;
}

.home-akademik { background: #fff; padding: 35px 20px 0; }
.home-akademik > .container { max-width: 1320px; }
.home-akademik .akademik-content { padding: 0 32px 0 0; }
.home-akademik .akademik-heading {
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  text-align: left;
}
.home-akademik .akademik-heading .section-intro { margin-left: 0; margin-right: 0; }
.home-akademik .akademik-grid {
  counter-reset: faculty;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}
.home-akademik .akademik-grid > .akademik-item { width: auto; }
.home-akademik .akademik-item { counter-increment: faculty; }
.home-akademik .akademik-item > .icon-list,
.home-akademik .akademik-item > p { position: relative; z-index: 1; }
.home-akademik .akademik-item {
  background: #f7faf8;
  border: 1px solid #dce9e3;
  border-radius: 0;
  overflow: hidden;
  padding: 22px 22px 18px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-akademik .akademik-item::after {
  color: rgba(23, 107, 77, .07);
  content: counter(faculty, decimal-leading-zero);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.home-akademik .akademik-item:hover {
  border-color: #9fcbb9;
  box-shadow: 0 12px 28px rgba(23, 107, 77, .1);
  transform: translateY(-4px);
}
.home-akademik .akademik-item h4 { color: #1b4f3d; font-size: 1.08rem; line-height: 1.35; margin: 0 0 8px; }
.home-akademik .akademik-item p { color: #64716c; font-size: 20px; line-height: 1.6; margin: 0; }
.home-akademik .akademik-visual {
  align-self: stretch;
  justify-content: center;
  padding-bottom: 0;
}
.home-akademik .phone-wrap {
  border-radius: 22px;
  bottom: auto;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}
.home-akademik .phone-wrap img {
  filter: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.035);
  transition: transform .6s ease;
  width: 100%;
}
.home-akademik .phone-wrap:hover img { transform: scale(1.075); }

@media (max-width: 991.98px) {
  .home-prestasi .prestasi-visual { min-height: 320px; }
  .home-prestasi .prestasi-content { padding: 20px 28px; }
  .home-prestasi .prestasi-swiper .item { min-height: 250px; }
  .home-akademik .akademik-content { padding-right: 0; }
  .home-akademik .akademik-visual { display: none !important; }
}

@media (max-width: 767.98px) {
  .home-akademik .akademik-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .home-prestasi, .home-akademik { padding-left: 10px; padding-right: 10px; }
  .home-prestasi .prestasi-layout { border-radius: 16px; }
  .home-prestasi .prestasi-visual { min-height: 240px; }
  .home-prestasi .prestasi-content { padding: 18px; }
  .home-prestasi .prestasi-swiper .item { min-height: 280px; }
  .home-akademik .akademik-item { margin: 0 4px; }
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 10px 20px 10px 20px;
  }
.why-us .img-bg {
min-height: 300px;
}
.why-us h3,
.why-us p {
padding: 0px;
}
  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 10px 20px 10px 20px;
  }
.why-us h3,  
.why-us p {
padding: 0px;
}
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  font-family: 'Philosopher', sans-serif;
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.services .service-item h1,
.services .service-item h2,
.services .service-item h3,
.services .service-item h4,
.services .service-item h5,
.services .service-item h6,
.services .service-item .title {
  color: #043F2E;
  font-family: 'Philosopher', sans-serif;
}

p.description,.services .service-item .description {
  color: #043F2E;
  font-family: "MotoGP Text", Arial, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.services .service-item .icon {
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 40px;
/*  line-height: 0; */
  transition: 0.3s;
}

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

.services .service-item .title {
  color: #043F2E;
  font-weight: 700;
  margin-bottom: 30px;
/*  font-size: 21px; */
  transition: 0.3s;
}

p.description,.services .service-item .description {
  font-size: 22px;
  line-height: 27px;
  color: #043F2E;
  margin-bottom: 24px;
  transition: color 0.3s;
}

/* Tighten spacing between services and recent-posts */
#services.services {
  padding-bottom: 20px;
  background-color: #F6F8EB;
}
#recent-posts.recent-posts {
  padding-top: 40px;
  padding-bottom: 45px;
}

.services .service-item .readmore {
  display: flex;
  align-items: center;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

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

.services .service-item:hover .title,
.services .service-item:hover .description,
.services .service-item:hover .readmore,
.services .service-item:hover .icon i {
  color: #043F2E;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 64px 0 72px;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
}

.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.features .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
}
/**/
.features .col-md-6 p {
 font-size: 18px;
}

.features .icon-list span {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .phone-wrap {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .features .phone-wrap {
    position: relative;
  }
}

.features .phone-wrap img {
  width: 340px;
}

@media (max-width: 992px) {
  .features .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features .phone-wrap img {
    width: 100%;
  }
}

.features .details {
  margin-top: 80px;
  padding: 80px 0;
  background-color: rgba(160, 185, 55, 0.1);
}

.features .details h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.features .details p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.tahukah-text {
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  .tahukah-text {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

.features .details .btn-get-started {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  font-family: var(--heading-font);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
}

.features .details .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts .section-title {
  padding-bottom: 25px;
}

.recent-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  text-align: left;
}

.recent-posts .post-box::before {
  display: none;
}

.recent-posts .post-box > * {
  position: relative;
  z-index: 1;
}
.recent-posts .post-box .post-img,
.recent-posts .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
}

.recent-posts .post-box .post-img .post-img-wrap-link,
.recent-posts .post-img .post-img-wrap-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.recent-posts .post-box .post-img img,
.recent-posts .post-img img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.recent-posts .post-box .post-img .post-img-overlay,
.recent-posts .post-img .post-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 47, 34, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2;
  pointer-events: none;
}

.recent-posts .post-box .post-img .post-img-overlay i,
.recent-posts .post-img .post-img-overlay i {
  width: 44px;
  height: 44px;
  background-color: #FED703;
  color: #022f22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transform: scale(0.65) rotate(-10deg);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, color 0.2s ease;
}

/* Trigger ONLY on hovering the image itself */
.recent-posts .post-img:hover .post-img-overlay,
.recent-posts .post-img-wrap-link:hover .post-img-overlay {
  opacity: 1;
  visibility: visible;
}

.recent-posts .post-img:hover .post-img-overlay i,
.recent-posts .post-img-wrap-link:hover .post-img-overlay i {
  transform: scale(1) rotate(0deg);
}

.recent-posts .post-img:hover img,
.recent-posts .post-img-wrap-link:hover img {
  transform: scale(1.08);
}

/* Category label */
.recent-posts .post-box .post-category,
.post-category {
  align-self: flex-start;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 1px 0 2px 0 !important;
  margin-top: 14px;
  margin-bottom: 6px;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.recent-posts .post-box .post-category:hover,
.post-category:hover {
  opacity: 0.8;
  text-decoration: none;
}

.post-cat-action {
  display: none !important;
}

.recent-posts .post-box .post-category .post-cat-icon,
.post-category .post-cat-icon {
  font-size: 0.75em;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.recent-posts .post-box .post-category:hover .post-cat-icon,
.post-category:hover .post-cat-icon {
  transform: translate(2px, -2px);
}

.recent-posts .post-box .post-category .post-cat-hover-text,
.post-category .post-cat-hover-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.2px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  transition: max-width 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease, margin-left 0.22s ease;
}

.recent-posts .post-box .post-category:hover .post-cat-hover-text,
.post-category:hover .post-cat-hover-text {
  max-width: 140px;
  opacity: 0.9;
  margin-left: 6px;
}

.article-header-actions {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 36px !important;
}

.article-print-btn,
.article-print-floating {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #374151;
  background-color: #ffffff;
  border: 1px solid #9ca3af;
  border-left: none;
  border-radius: 0px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: all 0.2s ease;
}

.article-print-btn:hover,
.article-print-floating:hover {
  background-color: #f3f4f6;
  color: #111827;
  border-color: #6b7280;
  width: 48px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.18);
}

.article-print-btn i,
.article-print-floating i {
  font-size: 20px;
  line-height: 1;
}

.article-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  background: transparent;
  border: 1px solid #9ca3af;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.3;
  transition: all 0.2s ease;
}

.article-back-btn:hover {
  background: #f3f4f6;
  color: #111827;
  border-color: #6b7280;
  transform: translateX(-2px);
}

.article-back-btn i {
  font-size: 14px;
}

.cat-page .cat-item {
  background: #f5fbf6;
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 36px !important;
  padding: 0 0 18px;
  overflow: hidden;
}

.cat-page .cat-item > a:first-child {
  display: block;
  line-height: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  background-color: #f1f5f9;
}

.cat-page .cat-item > a:first-child img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
  object-position: center;
  margin: 0;
}

.cat-page .cat-content img {
  max-width: 100%;
  height: auto;
}

.cat-page .cat-item > .cat-meta,
.cat-page .cat-item > .cat-label,
.cat-page .cat-item > h2,
.cat-page .cat-item > p {
  margin-left: 18px;
  margin-right: 18px;
}

.cat-page .cat-item > .cat-label {
  display: none;
}

.cat-page .cat-reading-time {
  margin-left: 8px;
}

.cat-page .cat-meta::after {
  content: ' · 1 min read';
  margin-left: 8px;
}

.cat-page .cat-item.cat-bg-berita { background: #f5fbf6; }
.cat-page .cat-item.cat-bg-artikel { background: #f4f9fd; }
.cat-page .cat-item.cat-bg-agenda { background: #fdf6ef; }
.cat-page .cat-item.cat-bg-pengumuman { background: #faf4fc; }
.cat-page .cat-item.cat-bg-prestasi { background: #eeeeee; }

body.cat-theme-berita .cat-page { background: #f5fbf6; }
body.cat-theme-artikel .cat-page { background: #f4f9fd; }
body.cat-theme-agenda .cat-page { background: #fdf6ef; }
body.cat-theme-pengumuman .cat-page { background: #faf4fc; }
body.cat-theme-prestasi .cat-page { background: #eeeeee; }

.cat-page #cat-list {
  background: #fff !important;
}

.cat-page {
  background: #fff !important;
}

.cat-page .cat-wrap {
  width: 50%;
  max-width: 900px;
  min-width: 0;
  margin: 0 auto;
}

.cat-page main.main {
  padding-top: 140px;
}

.cat-page #cat-list {
  width: 100%;
}

.cat-page .cat-more {
  display: block;
  margin: 4px 0 64px;
  min-width: 164px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(135deg, #166534, #15803d);
  box-shadow: none;
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.cat-page .cat-more::after {
  content: '\2193';
  display: inline-block;
  margin-left: 10px;
  font-size: 1.1em;
  transition: transform .2s ease;
}

.cat-page .cat-more:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: none;
}

.cat-page .cat-more:hover::after {
  transform: translateY(3px);
}

.cat-page .cat-more:focus-visible {
  outline: 3px solid rgba(21, 128, 61, .3);
  outline-offset: 4px;
}

.cat-page .cat-more:disabled {
  opacity: .7;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .cat-page .cat-wrap {
    width: 85%;
  }

  .cat-page main.main {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .cat-page .cat-wrap {
    width: 94%;
  }

  .cat-page main.main {
    padding-top: 110px;
  }
}

@media (max-width: 575px) {
  .cat-page .cat-wrap {
    width: 100%;
    padding: 0 12px;
  }
}

body.cat-theme-berita .cat-item h2 a,
body.cat-theme-berita .cat-item p { color: #166534; }
body.cat-theme-artikel .cat-item h2 a,
body.cat-theme-artikel .cat-item p { color: #075985; }
body.cat-theme-agenda .cat-item h2 a,
body.cat-theme-agenda .cat-item p { color: #9a3412; }
body.cat-theme-pengumuman .cat-item h2 a,
body.cat-theme-pengumuman .cat-item p { color: #6b21a8; }
body.cat-theme-prestasi .cat-item h2 a,
body.cat-theme-prestasi .cat-item p { color: #374151; }

.cat-page .cat-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 28px;
  position: relative;
  z-index: 10;
}
.cat-page .cat-wrap h1 {
  display: none;
}
.cat-page .cat-wrap h1::after {
  content: 'Filter berdasar kategori';
  font-size: 2.4rem;
  font-weight: 400;
}
.cat-page .cat-filters a {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 0 !important;
  color: #1e293b;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 10px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

/* Category Lite Backgrounds for Inactive Filter Buttons */
.cat-page .cat-filters a.cat-btn-berita,
.cat-page .cat-filters a[href*="berita"] {
  background-color: #f0fdf4;
  border-color: #cbd5e1;
  color: #1e293b;
}
.cat-page .cat-filters a:not(.active).cat-btn-berita:hover,
.cat-page .cat-filters a:not(.active).cat-btn-berita:focus,
.cat-page .cat-filters a:not(.active)[href*="berita"]:hover,
.cat-page .cat-filters a:not(.active)[href*="berita"]:focus {
  background-color: #dcfce7 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

.cat-page .cat-filters a:not(.active).cat-btn-artikel,
.cat-page .cat-filters a:not(.active)[href*="artikel"] {
  background-color: #f0f9ff !important;
  border-color: #cbd5e1 !important;
  color: #1e293b !important;
}
.cat-page .cat-filters a:not(.active).cat-btn-artikel:hover,
.cat-page .cat-filters a:not(.active).cat-btn-artikel:focus,
.cat-page .cat-filters a:not(.active)[href*="artikel"]:hover,
.cat-page .cat-filters a:not(.active)[href*="artikel"]:focus {
  background-color: #e0f2fe !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

.cat-page .cat-filters a:not(.active).cat-btn-agenda,
.cat-page .cat-filters a:not(.active)[href*="agenda"] {
  background-color: #fff7ed !important;
  border-color: #cbd5e1 !important;
  color: #1e293b !important;
}
.cat-page .cat-filters a:not(.active).cat-btn-agenda:hover,
.cat-page .cat-filters a:not(.active).cat-btn-agenda:focus,
.cat-page .cat-filters a:not(.active)[href*="agenda"]:hover,
.cat-page .cat-filters a:not(.active)[href*="agenda"]:focus {
  background-color: #ffedd5 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

.cat-page .cat-filters a:not(.active).cat-btn-pengumuman,
.cat-page .cat-filters a:not(.active)[href*="pengumuman"] {
  background-color: #faf5ff !important;
  border-color: #cbd5e1 !important;
  color: #1e293b !important;
}
.cat-page .cat-filters a:not(.active).cat-btn-pengumuman:hover,
.cat-page .cat-filters a:not(.active).cat-btn-pengumuman:focus,
.cat-page .cat-filters a:not(.active)[href*="pengumuman"]:hover,
.cat-page .cat-filters a:not(.active)[href*="pengumuman"]:focus {
  background-color: #f3e8ff !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

.cat-page .cat-filters a:not(.active).cat-btn-prestasi,
.cat-page .cat-filters a:not(.active)[href*="prestasi"] {
  background-color: #fefce8 !important;
  border-color: #cbd5e1 !important;
  color: #1e293b !important;
}
.cat-page .cat-filters a:not(.active).cat-btn-prestasi:hover,
.cat-page .cat-filters a:not(.active).cat-btn-prestasi:focus,
.cat-page .cat-filters a:not(.active)[href*="prestasi"]:hover,
.cat-page .cat-filters a:not(.active)[href*="prestasi"]:focus {
  background-color: #fef9c3 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

/* Active Category Filter States */
body.cat-theme-semua .cat-filters a.active,
body.cat-theme-all .cat-filters a.active,
.cat-page .cat-filters a.cat-btn-semua.active {
  background: #046A38 !important;
  color: #ffffff !important;
  border-color: #046A38 !important;
}
body.cat-theme-berita .cat-filters a.active { background: #15803d !important; color: #fff !important; border-color: #15803d !important; }
body.cat-theme-artikel .cat-filters a.active { background: #0369a1 !important; color: #fff !important; border-color: #0369a1 !important; }
body.cat-theme-agenda .cat-filters a.active { background: #c2410c !important; color: #fff !important; border-color: #c2410c !important; }
body.cat-theme-pengumuman .cat-filters a.active { background: #7e22ce !important; color: #fff !important; border-color: #7e22ce !important; }
body.cat-theme-prestasi .cat-filters a.active { background: #854d0e !important; color: #fff !important; border-color: #854d0e !important; }

.cat-page .cat-item h2 a,
.cat-page .cat-item p,
.cat-page .cat-item .cat-meta {
  color: #0b3520 !important;
}

.cat-page .cat-item .cat-meta {
  margin-top: 16px;
  margin-bottom: 14px;
}
.cat-page .cat-item h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.cat-page .cat-item p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-top: 0;
  white-space: normal;
  text-align: left;
  text-justify: auto;
  word-break: normal;
  overflow-wrap: normal;
}

.cat-page .cat-content {
  color: #0b3520 !important;
  font-size: 1.15rem;
  line-height: 1.7;
  padding: 0 18px;
  white-space: normal;
  text-align: left;
  text-justify: auto;
  word-break: normal;
  overflow-wrap: normal;
}

.cat-page .cat-content p {
  margin: 0 0 16px;
}

.cat-page .cat-content p:last-child {
  margin-bottom: 0;
}

.cat-page .cat-content strong,
.cat-page .cat-content b {
  font-weight: 700;
}

.saizu-card-desc {
  white-space: pre-line;
  max-height: 180px;
  overflow: hidden;
}
.saizu-card-desc p { margin: 0 0 12px; }
.saizu-card-desc p:last-child { margin-bottom: 0; }

.cat-page .cat-item h2 {
  font-size: 1.7rem;
  font-weight: 700;
}
.cat-page .cat-item h2 a { color: #14532d; }
.cat-page.cat-artikel .cat-item h2 a { color: #075985; }
.cat-page.cat-agenda .cat-item h2 a { color: #9a3412; }
.cat-page.cat-pengumuman .cat-item h2 a { color: #6b21a8; }
.cat-page.cat-prestasi .cat-item h2 a { color: #374151; }

/* Corresponding card background colors and category button styling */
.recent-posts .post-box.cat-berita {
  background-color: transparent;
}
.recent-posts .post-box.cat-berita .post-category,
.recent-posts .post-box .post-category.cat-berita,
a.post-category.cat-berita {
  background-color: transparent;
  color: #15803d;
}
.recent-posts .post-box.cat-berita .post-category:hover,
.recent-posts .post-box .post-category.cat-berita:hover,
a.post-category.cat-berita:hover {
  background-color: transparent;
  color: #166534;
}

.recent-posts .post-box.cat-artikel {
  background-color: transparent;
}
.recent-posts .post-box.cat-artikel .post-category,
.recent-posts .post-box .post-category.cat-artikel,
a.post-category.cat-artikel {
  background-color: transparent;
  color: #0369a1;
}
.recent-posts .post-box.cat-artikel .post-category:hover,
.recent-posts .post-box .post-category.cat-artikel:hover,
a.post-category.cat-artikel:hover {
  background-color: transparent;
  color: #075985;
}

.recent-posts .post-box.cat-prestasi {
  background-color: transparent;
}
.recent-posts .post-box.cat-prestasi .post-category,
.recent-posts .post-box .post-category.cat-prestasi,
a.post-category.cat-prestasi {
  background-color: transparent;
  color: #d97706;
}
.recent-posts .post-box.cat-prestasi .post-category:hover,
.recent-posts .post-box .post-category.cat-prestasi:hover,
a.post-category.cat-prestasi:hover {
  background-color: transparent;
  color: #b45309;
}

.recent-posts .post-box.cat-agenda {
  background-color: transparent;
}
.recent-posts .post-box.cat-agenda .post-category,
.recent-posts .post-box .post-category.cat-agenda,
a.post-category.cat-agenda {
  background-color: transparent;
  color: #c2410c;
}
.recent-posts .post-box.cat-agenda .post-category:hover,
.recent-posts .post-box .post-category.cat-agenda:hover,
a.post-category.cat-agenda:hover {
  background-color: transparent;
  color: #9a3412;
}

.recent-posts .post-box.cat-pengumuman {
  background-color: transparent;
}
.recent-posts .post-box.cat-pengumuman .post-category,
.recent-posts .post-box .post-category.cat-pengumuman,
a.post-category.cat-pengumuman {
  background-color: transparent;
  color: #7e22ce;
}
.recent-posts .post-box.cat-pengumuman .post-category:hover,
.recent-posts .post-box .post-category.cat-pengumuman:hover,
a.post-category.cat-pengumuman:hover {
  background-color: transparent;
  color: #6b21a8;
}

.recent-posts .post-box .post-title,
.recent-posts .post-box h3.post-title {
  font-family: "MGPTextLight", helvetica, sans-serif;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-posts .post-box .post-title a,
.recent-posts .post-box h3.post-title a {
  font-family: "MGPTextLight", helvetica, sans-serif;
  font-weight: 600;
  line-height: inherit;
  color: var(--heading-color);
}

.recent-posts .post-box .post-title .post-title-link {
  display: inline;
  color: var(--heading-color);
}

.recent-posts .post-box .post-date-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5px;
  width: 100%;
  margin-top: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.recent-posts .post-box .meta {
  padding: 1px 0 2px 0 !important;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5px;
  width: 100%;
  margin-top: auto;
}

.recent-posts .post-box .meta .post-date {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #555555;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.recent-posts .post-box .meta .post-author {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #555555;
  display: inline-flex;
  align-items: center;
  margin: 0;
  text-align: left;
}

.recent-posts .post-box .post-desc,
.recent-posts .post-box a.post-desc,
.recent-posts .post-box p.post-desc,
.recent-posts .post-box p,
a.post-desc {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--heading-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.recent-posts .post-box .readmore {
  color: var(--heading-color);
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 11px;
}

.recent-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-posts .post-box:hover .post-title {
  color: var(--heading-color);
}

.recent-posts .post-img:hover img {
  transform: scale(1.08);
}

.recent-posts-container {
  position: relative;
}

.recent-posts-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #022f22;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: 0 4px 16px rgba(2, 47, 34, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  padding: 0;
  line-height: 1;
}

.recent-posts-nav-btn i {
  -webkit-text-stroke: 1.2px currentColor;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.recent-posts-nav-btn:hover {
  background: #156247;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(-50%);
}

.recent-posts-nav-btn:active {
  transform: translateY(-50%);
}

.recent-posts-nav-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.recent-posts-nav-btn.prev-btn {
  left: -24px;
}

.recent-posts-nav-btn.next-btn {
  right: -24px;
}

@media (max-width: 991px) {
  .recent-posts-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .recent-posts-nav-btn.prev-btn {
    left: -10px;
  }
  .recent-posts-nav-btn.next-btn {
    right: -10px;
  }
}

@media (max-width: 576px) {
  .recent-posts-nav-btn.prev-btn {
    left: 4px;
  }
  .recent-posts-nav-btn.next-btn {
    right: 4px;
  }
}

.recent-posts .btn-lihat-semua-wrapper {
  padding-top: 24px;
  padding-bottom: 16px;
}

.artikel .btn-lihat-semua-wrapper,
#artikel .btn-lihat-semua-wrapper {
  margin-top: 36px !important;
  padding-top: 36px !important;
  padding-bottom: 20px !important;
}

.btn-lihat-semua {
  background: transparent;
  color: #374151;
  border: 1px solid #9ca3af;
  font-weight: normal;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-lihat-semua:hover {
  background: #374151 !important;
  color: #fff !important;
  border-color: #374151 !important;
  box-shadow: none !important;
}
.btn-lihat-semua i {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-lihat-semua:hover i {
  transform: translateX(6px);
}
.artikel .btn-lihat-semua {
  background: transparent;
  color: #374151;
  border: 1px solid #9ca3af;
}
.artikel .btn-lihat-semua:hover {
  background: #374151 !important;
  color: #fff !important;
  border-color: #374151 !important;
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3,
.team .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content p,
.team .content p {
  font-size: 1.5rem;
  margin: 10px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.about .content ul,
.team .content ul {
  line-height:1.1;
  padding: 0;
}

.about .content ul li,
.team .content ul li {
  padding: 0 0 15px 0;
  font-weight: 400;
  font-size: 1.1rem;
  display: flex;
}
.team .content ul li span {
  font-size: 1.1rem;
}
.about .content ul i,
.team .content ul i {
  color: var(--accent-color);
  font-size: 1.25rem;
  line-height: 1.2;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# Service Cards Section
--------------------------------------------------------------*/
.service-cards .card-item {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  position: relative;
  border-radius: 0;
}

.service-cards .card-item .card-bg {
  min-height: 300px;
  position: relative;
}

.service-cards .card-item .card-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.service-cards .card-item .card-body {
  padding: 30px;
}

.service-cards .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.service-cards .card-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: 0.3s;
}

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

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

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

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

.testimonials .swiper-wrapper {
  height: auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

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

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

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

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

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

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

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: left;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
/*  top: calc(50% - 14px);*/
  bottom: 7px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

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

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.team .content-info {
  padding: 15px 30px;
}
.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: left;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0px;
  width: 100%;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

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

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  bottom: 0;
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background-image: url("../img/contact-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
    background-size: contain;
  }
}

.contact:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

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

.contact .info-item h3 {
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 0;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

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

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details > .container,
.blog-comments > .container,
.comment-form > .container,
.blog-author > .container {
  padding-left: 0;
  padding-right: 0;
}

.blog-details .article {
  padding: 20px 0;
}

.blog-details .post-img {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.blog-details .title {
  color: #0d2b1e;
  font-size: 2.15rem;
  font-weight: 700;
  padding: 0;
  margin: 14px 0 56px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.blog-details .title:after {
  margin: 0;
  left: 0;
  right: auto;
}

.blog-details .article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #195241;
  margin-bottom: 6px;
}

.blog-details .article-meta {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-size: 0.88rem;
  color: #5a6a7a;
  margin-bottom: 4px;
  flex-wrap: wrap;
  line-height: 1.2;
}

.blog-details .article-meta-views {
  color: #0d2b1e;
  font-size: 1.15rem;
  font-weight: 500;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  letter-spacing: normal;
  line-height: 1.2;
}

.blog-details .article-meta-views i {
  font-size: 1.85rem;
  opacity: 1;
  color: #0d2b1e;
  margin-right: 0;
  line-height: 0.9;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  -webkit-text-stroke: 0.75px currentColor;
  text-stroke: 0.75px currentColor;
  font-weight: 900 !important;
}

.blog-details .article-meta-date,
.blog-details .article-meta-read,
.blog-details .article-meta-author {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.2;
}

.blog-details .article-meta-author {
  color: #1a4d3a;
  font-weight: 500;
}

.blog-details .article-meta i {
  font-size: 0.88rem;
  margin-right: 4px;
  opacity: 0.75;
}

.blog-details .article-meta-sep {
  opacity: 0.4;
  font-weight: 300;
  line-height: 1.2;
}

.blog-details .article-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
}

.blog-details .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}

.blog-details .share-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.blog-details .share-wa {
  background: #25d366;
  color: #fff;
}

.blog-details .share-x {
  background: #0f1419;
  color: #fff;
}

.blog-details .content {
  margin-top: 20px;
  font-size: 1.175rem;
  line-height: 27px;
  color: #0D2B1E;
}

.blog-details .content p,
.blog-details .content li,
.blog-details .content span {
  font-size: 1.175rem;
  line-height: 27px;
  color: #0D2B1E;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: left;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  font-family: var(--default-font);
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 80px 0 30px 0;
}

@media (min-width: 1200px) {
  .blog-details-page .sidebar {
    border-left: none;
    padding-left: 12px;
  }
  .blog-details-page .sidebar .widgets-container {
    margin-top: 80px;
    border-left: 1px solid #cbd5e1;
    padding-left: 32px;
  }
}

@media (max-width: 1199px) {
  .blog-details-page .sidebar {
    border-left: none;
  }
  .blog-details-page .sidebar .widgets-container {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .widgets-container {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .blog-details-page .main > .container,
  .blog-details-page main > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .blog-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .blog-details .article {
    padding: 10px 0;
  }
  .blog-details .post-img {
    margin: 0 0 16px 0;
  }
  .blog-details .content {
    font-size: 1.05rem;
    line-height: 1.65;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .blog-details .content p,
  .blog-details .content li,
  .blog-details .content span {
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .blog-details .content blockquote {
    padding: 20px 16px;
    margin: 16px 0;
  }
  .blog-details .content blockquote p {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .blog-details-page .main > .container,
  .blog-details-page main > .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .blog-details-page .main > .container > .row,
  .blog-details-page main > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-details-page .main > .container > .row > [class*="col-"],
  .blog-details-page main > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-details .article {
    padding: 6px 0;
  }
  .blog-details .title {
    font-size: 1.45rem;
    margin: 10px 0 20px 0;
    letter-spacing: -0.2px;
  }
  .blog-details .article-meta {
    gap: 8px;
    font-size: 0.82rem;
  }
  .blog-details .article-share {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 15px;
  }
  .blog-comments .comment.comment-reply {
    padding-left: 12px;
  }
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  position: relative;
}

.widget-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  left: 0;
  right: 0;
  bottom: 1px;
}

.widget-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent-color);
  left: 0;
  bottom: 1px;
}

.widget-item {
  margin-bottom: 40px;
}
.widget-item ul li{
  text-decoration: underline;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

/* ── Sidebar Post Tabs (Post Terkini / Terpopuler) ── */
.sidebar-tab-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.sidebar-tab-btn {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  color: #64748b;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.sidebar-tab-btn:hover {
  color: var(--heading-color);
}

.sidebar-tab-btn.active {
  color: var(--heading-color);
}

.sidebar-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  z-index: 2;
  border-radius: 2px;
}

.sidebar-tab-pane {
  display: none;
}

.sidebar-tab-pane.active {
  display: block;
  animation: fadeInSidebarTab 0.22s ease-in-out;
}

@keyframes fadeInSidebarTab {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.35;
}

.recent-posts-widget .post-item h4 a {
  font-weight: 500;
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/*--------------------------------------------------------------
# hobby
--------------------------------------------------------------*/
.navmenu .mikrotik-menu > a {
  align-items: center;
  display: flex;
  gap: 6px;
}

.navmenu .mikrotik-menu i {
  color: #f1d85b;
  font-size: 1.25rem;
  line-height: 1;
}

.navmenu .mikrotik-menu span {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .055em;
}



.background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
/*--------------------------------------------------------------
# hobby
--------------------------------------------------------------*/
  .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.1em;
  }

  .sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* Ensure it stays above other content */
  }

/* PANEL MOVEABLE */

   /* Panel styling */
    #movablePanel {
      z-index:1010;
      width: 300px;
      height: 80vh;
      background: rgba(250, 250, 250, 0.1); 
      backdrop-filter: blur(5px);
      border-top: 1px solid #ccc; 
      border-radius: 10px;
      position: absolute;
      top: 100px;
      right: 40px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      display: block;
    }

    /* Header bar */
    #panelHeader {
      border-radius: 10px 10px 0 0;
	padding: 15px;
      color: white;
      cursor: move;
      user-select: none;
      position: relative;
    }

    /* Close button */
    #closeButton {
      position: absolute;
      top: 5px;
      right: 10px;
      color: white;
      font-weight: bold;
      cursor: pointer;
    }

    #closeButton:hover {
      color: #ffcccc;
    }

    /* Panel content */
    #panelContent {
      padding: 15px;
    }
 #openPanelBtn {
    align-items: center;
    position: fixed;
    bottom: 80vh;
    right: 0;
    z-index: 1000;
    background: #f6f8ec;
    border: 1px solid #dce5d7;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0 5px 14px rgba(3, 52, 37, .16);
    color: #043f2e;
    cursor: pointer;
    display: none; /* Hidden by default */
    gap: 7px;
    font-weight: 700;
    letter-spacing: .06em;
    overflow: hidden;
    padding: 8px 15px 8px 14px;
    transform-origin: right center;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
  }
  #openPanelBtn::before {
    background: #176b4d;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 4px;
  }
  #openPanelBtn i {
    color: #176b4d;
    font-size: 1rem;
    line-height: 1;
    transition: transform .25s ease;
  }
  #openPanelBtn span { line-height: 1; }
  #openPanelBtn:hover {
    background: #fff;
    box-shadow: 0 7px 18px rgba(3, 52, 37, .22);
    color: #043f2e;
    transform: translateX(-4px);
  }
  #openPanelBtn:hover i { transform: scale(1.12); }
  #openPanelBtn:active {
    transform: translateX(-2px);
  }
/* END PANEL MOVEABLE */

/* Hide mySwiper pagination dots */
.mySwiper .swiper-pagination {
  display: none;
}

/* ── Homepage Disclaimer Section ────────────────────────────── */
.home-disclaimer-section {
  padding: 48px 0 56px;
  background: transparent;
}

.home-disclaimer-box {
  background-color: rgba(160, 185, 55, 0.1);
  border: 1px solid rgba(160, 185, 55, 0.28);
  border-radius: 0;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(4, 63, 46, 0.04);
}

.home-disclaimer-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(160, 185, 55, 0.22);
}

.home-disclaimer-icon {
  font-size: 24px;
  color: #043F2E;
  line-height: 1;
}

.home-disclaimer-title {
  margin: 0;
  font-family: 'Philosopher', sans-serif;
  color: #043F2E;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-disclaimer-content {
  color: #043F2E;
  font-size: 15px;
  line-height: 1.7;
  height: 100px;
  max-height: 100px;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(4, 63, 46, 0.3) transparent;
}

.home-disclaimer-content::-webkit-scrollbar {
  width: 6px;
}

.home-disclaimer-content::-webkit-scrollbar-track {
  background: rgba(160, 185, 55, 0.08);
}

.home-disclaimer-content::-webkit-scrollbar-thumb {
  background: rgba(4, 63, 46, 0.28);
  border-radius: 3px;
}

.home-disclaimer-content::-webkit-scrollbar-thumb:hover {
  background: rgba(4, 63, 46, 0.45);
}

.home-disclaimer-content p {
  margin-bottom: 12px;
}

.home-disclaimer-content p:last-child {
  margin-bottom: 0;
}

.home-disclaimer-content a {
  color: #10543c;
  text-decoration: underline;
  font-weight: 600;
}

.home-disclaimer-content a:hover {
  color: #15803d;
}

.home-disclaimer-wrapper {
  position: relative;
}

.home-disclaimer-scroll-indicator {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background-color: #043F2E;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(4, 63, 46, 0.28);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
  animation: disclaimerBounceDown 1.8s infinite ease-in-out;
  z-index: 3;
}

.home-disclaimer-scroll-indicator:hover {
  background-color: #10543c;
  transform: translateX(-50%) scale(1.1);
}

.home-disclaimer-scroll-indicator.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
}

@keyframes disclaimerBounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(5px);
  }
  60% {
    transform: translateX(-50%) translateY(2.5px);
  }
}

@media (max-width: 768px) {
  .home-disclaimer-section {
    padding: 36px 0 40px;
  }
  .home-disclaimer-box {
    padding: 24px 20px;
  }
  .home-disclaimer-title {
    font-size: 1.2rem;
  }
  .home-disclaimer-content {
    font-size: 14px;
  }
}

/* ── Full Square Dark Green Disclaimer Modal Styling ─────────────── */
#disclaimerModal .modal-dialog {
  max-width: 760px;
  margin: 1.75rem auto;
}

#disclaimerModal .modal-content {
  border: 1px solid #062c20 !important;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: 0 25px 60px -15px rgba(2, 47, 34, 0.45);
  background: #ffffff;
}

#disclaimerModal .modal-header {
  background: #062c20 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  padding: 22px 36px !important;
  position: relative;
}

#disclaimerModal .modal-header::after {
  display: none;
}

#disclaimerModal .disclaimer-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#disclaimerModal .disclaimer-icon-circle i {
  font-size: 22px;
  color: #4ade80;
}

#disclaimerModal .disclaimer-modal-subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #86efac;
  margin-bottom: 2px;
}

#disclaimerModal .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

#disclaimerModal .disclaimer-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#disclaimerModal .disclaimer-modal-close:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

#disclaimerModal .modal-body {
  padding: 32px 48px !important;
  background: #ffffff;
  color: #111827;
  max-height: calc(80vh - 180px);
  overflow-y: auto;
}

#disclaimerModal .disclaimer-notice-pill {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #16a34a;
  border-radius: 0 !important;
  margin-bottom: 22px;
  color: #14532d;
  line-height: 1.55;
}

#disclaimerModal .disclaimer-notice-pill i {
  font-size: 20px;
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 1px;
}

#disclaimerModal .disclaimer-modal-body-content {
  color: #111827;
  font-size: 1.02rem;
  line-height: 1.8;
}

#disclaimerModal .disclaimer-modal-body-content p {
  margin-bottom: 1rem;
  color: #111827;
}

#disclaimerModal .disclaimer-modal-body-content p:last-child {
  margin-bottom: 0;
}

#disclaimerModal .modal-footer {
  padding: 18px 48px !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
}

#disclaimerModal .disclaimer-btn-accept {
  background: #062c20;
  color: #ffffff !important;
  border: 1px solid #062c20;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(6, 44, 32, 0.25);
  transition: all 0.25s ease;
}

#disclaimerModal .disclaimer-btn-accept:hover {
  background: #0c4d39;
  color: #ffffff !important;
  border-color: #0c4d39;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  #disclaimerModal .modal-header {
    padding: 18px 20px !important;
  }
  #disclaimerModal .modal-body {
    padding: 20px !important;
  }
  #disclaimerModal .modal-footer {
    padding: 14px 20px !important;
  }
  #disclaimerModal .disclaimer-icon-circle {
    width: 40px;
    height: 40px;
  }
  #disclaimerModal .modal-title {
    font-size: 1.15rem;
  }
}

/* ==========================================================================
   Saizu-Style Header Search Overlay
   ========================================================================== */
.saizu-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.saizu-search-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.saizu-search-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.saizu-search-container {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-top: 60px;
  padding: 0 24px;
  z-index: 2;
  transform: translateY(-24px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 100px);
}

.saizu-search-overlay.active .saizu-search-container {
  transform: translateY(0) scale(1);
}

.saizu-search-header {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e2e8f0;
}

.saizu-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.saizu-search-input-wrap {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.saizu-search-icon {
  position: absolute;
  left: 14px;
  font-size: 1.35rem;
  color: #176b4d;
  pointer-events: none;
}

.saizu-search-input {
  width: 100%;
  height: 52px;
  border: none;
  background: transparent;
  padding: 0 42px 0 48px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #1a202c;
  outline: none !important;
  box-shadow: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.saizu-search-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
  font-size: 1.05rem;
}

.saizu-search-clear {
  position: absolute;
  right: 8px;
  background: #e2e8f0;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.saizu-search-clear:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.saizu-search-submit-btn {
  background: linear-gradient(135deg, #176b4d 0%, #0d4b35 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0 22px;
  height: 48px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(23, 107, 77, 0.25);
}

.saizu-search-submit-btn:hover {
  background: linear-gradient(135deg, #1d825e 0%, #115e43 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(23, 107, 77, 0.35);
}

.saizu-search-close-btn {
  background: #f1f5f9;
  border: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}

.saizu-search-close-btn i {
  font-size: 1.15rem;
  line-height: 1;
}

.saizu-search-esc-badge {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2px;
  color: #94a3b8;
}

.saizu-search-close-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
  transform: translateY(-1px);
}

.saizu-search-close-btn:hover .saizu-search-esc-badge {
  color: #475569;
}

.saizu-search-body {
  margin-top: 14px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.saizu-search-status {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px 18px;
  color: #1e293b;
  font-size: 0.95rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.saizu-search-status .spinner-border {
  width: 1.2rem;
  height: 1.2rem;
  border-width: 2px;
}

.saizu-search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.saizu-search-result-item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  text-decoration: none;
  color: #1e293b;
}

.saizu-search-result-item:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  border-color: #176b4d;
  color: #1e293b;
}

.saizu-search-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.saizu-search-cat-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 6px;
  display: inline-block;
}

.saizu-cat-berita { background: #dcfce7; color: #166534; }
.saizu-cat-artikel { background: #dbeafe; color: #1e40af; }
.saizu-cat-prestasi { background: #fef3c7; color: #92400e; }
.saizu-cat-agenda { background: #f3e8ff; color: #6b21a8; }
.saizu-cat-pengumuman { background: #ffe4e6; color: #9f1239; }

.saizu-search-result-arrow {
  color: #94a3b8;
  font-size: 1.1rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.saizu-search-result-item:hover .saizu-search-result-arrow {
  transform: translateX(4px);
  color: #176b4d;
}

.saizu-search-result-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0;
}

.saizu-search-result-title mark {
  background: #fef08a;
  color: #854d0e;
  padding: 0 3px;
  border-radius: 3px;
}

.saizu-search-result-desc {
  font-size: 0.88rem;
  color: #64748b;
  margin: 6px 0 0 0;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.saizu-search-empty-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 32px 20px;
  text-align: left;
  color: #475569;
}

.saizu-search-empty-icon {
  font-size: 2.5rem;
  color: #94a3b8;
  margin-bottom: 10px;
}

.saizu-search-empty-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.saizu-search-empty-desc {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .saizu-search-container {
    margin-top: 24px;
    padding: 0 14px;
  }
  .saizu-search-header {
    padding: 8px 10px;
    border-radius: 14px;
  }
  .saizu-search-input {
    height: 44px;
    font-size: 1rem;
    padding-left: 38px;
  }
  .saizu-search-icon {
    left: 10px;
    font-size: 1.15rem;
  }
  .saizu-search-submit-btn {
    height: 42px;
    padding: 0 14px;
    font-size: 0.88rem;
  }
  .saizu-search-close-btn {
    width: 42px;
    height: 42px;
  }
  .saizu-search-esc-badge {
    display: none;
  }
  .saizu-search-result-item {
    padding: 10px 12px 10px 0;
  }
  .saizu-search-result-title {
    font-size: 0.96rem;
  }
}


/* Clean print styling for detail page, profil pimpinan, and PDF export */
@media print {
  @page {
    margin: 1.5cm;
    size: auto;
  }

  body, html {
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Ensure all animated elements are immediately visible when printed */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    filter: none !important;
  }
  
  header,
  footer,
  .header,
  .footer,
  #header,
  #footer,
  .navbar,
  .page-title,
  .breadcrumbs,
  .article-header-actions,
  .article-kicker,
  .article-meta,
  .article-share,
  .blog-pagination,
  .blog-author,
  .blog-comments,
  #comment-form,
  .comment-form,
  .widgets-container,
  .sidebar,
  .recent-posts-widget,
  .scroll-top,
  .goog-te-banner-frame,
  #google_translate_element2,
  .partner-logo-grid,
  .btn,
  button,
  .modal,
  .article-print-btn,
  .article-print-floating,
  #call-to-action,
  .call-to-action {
    display: none !important;
  }

  .d-print-block {
    display: block !important;
  }
  .d-print-none {
    display: none !important;
  }

  /* Detail / Post page print layout */
  .blog-details {
    padding: 0 !important;
    margin: 0 !important;
  }

  .blog-details .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .blog-details .row {
    margin: 0 !important;
  }

  .blog-details .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  .blog-details .article {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
  }

  .blog-details .title {
    font-size: 20pt !important;
    font-weight: 700 !important;
    margin: 0 0 16px 0 !important;
    color: #000 !important;
    line-height: 1.3 !important;
    page-break-after: avoid;
  }

  .blog-details .title:after {
    display: none !important;
  }

  .blog-details .content {
    font-size: 11pt !important;
    line-height: 1.6 !important;
    color: #111 !important;
  }

  .blog-details .content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 12px auto !important;
    display: block !important;
    page-break-inside: avoid;
  }

  /* Pimpinan / Leadership Page Print Layout */
  .about,
  .team,
  .pimpinan {
    padding: 0 !important;
    margin: 0 !important;
  }

  .about .container,
  .team .container,
  .pimpinan .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }

  /* Rektor Section (#about) */
  .about .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    align-items: flex-start !important;
    margin: 0 0 20px 0 !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .about .col-lg-7 {
    width: 32% !important;
    max-width: 32% !important;
    flex: 0 0 32% !important;
    padding: 0 !important;
  }

  .about .col-lg-5 {
    width: 68% !important;
    max-width: 68% !important;
    flex: 0 0 68% !important;
    padding: 0 !important;
  }

  .about img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 4px !important;
    display: block !important;
  }

  .about .content {
    font-size: 10.5pt !important;
    line-height: 1.5 !important;
    color: #111 !important;
  }

  /* Wakil Rektor / Team Members Section */
  .team .row,
  .pimpinan .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    align-items: flex-start !important;
    margin: 0 0 20px 0 !important;
    padding: 8px 0 !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .team .col-lg-4,
  .team .col-md-6.d-flex:first-child,
  .pimpinan .col-lg-4 {
    width: 28% !important;
    max-width: 28% !important;
    flex: 0 0 28% !important;
    padding: 0 !important;
  }

  .team .col-lg-8,
  .team .content-info,
  .pimpinan .col-lg-8 {
    width: 72% !important;
    max-width: 72% !important;
    flex: 0 0 72% !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .team .team-member {
    box-shadow: none !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    background: #fff !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    overflow: hidden !important;
  }

  .team .team-member .member-img {
    position: relative !important;
    overflow: hidden !important;
  }

  .team .team-member .member-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-height: 240px !important;
    object-fit: cover !important;
  }

  .team .team-member .social {
    position: static !important;
    opacity: 1 !important;
    background: #f1f5f9 !important;
    padding: 6px 8px !important;
    display: block !important;
    border-top: 1px solid #e2e8f0 !important;
    text-align: center !important;
  }

  .team .team-member .social a {
    color: #043F2E !important;
    font-weight: 700 !important;
    font-size: 10.5pt !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    background: transparent !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
  }

  .team .team-member .member-info {
    padding: 6px 8px !important;
    text-align: center !important;
    background: #fff !important;
  }

  .team .team-member .member-info h5 {
    font-size: 9.5pt !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }

  .team .content-info .content {
    font-size: 10pt !important;
    line-height: 1.5 !important;
    color: #111 !important;
  }

  .team .content-info .content h4,
  .team .content-info .content h5,
  .team .content-info .content h3 {
    font-size: 11.5pt !important;
    font-weight: 700 !important;
    color: #043F2E !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
  }

  .team .content-info .content p {
    margin-bottom: 6px !important;
  }

  hr {
    border: none !important;
    border-top: 1px dashed #cbd5e1 !important;
    margin: 16px 0 !important;
    page-break-after: avoid !important;
  }
}


/* Cat Filter Bar & Date Filtering */
.cat-page .cat-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 24px;
}

.cat-page .cat-filter-bar .cat-filters {
  margin: 0;
}

.cat-page .cat-date-filter {
  display: flex;
  align-items: center;
}

.cat-page .cat-date-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 5px 8px;
}

.cat-page .cat-date-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.cat-page .cat-date-input {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  padding: 6px 10px;
  font-size: 0.88rem;
  color: #1e293b;
  outline: none;
  font-family: inherit;
  border-radius: 0;
}

.cat-page .cat-date-input:focus {
  border-color: #15803d;
  background: #ffffff;
}

.cat-page .cat-date-btn {
  background: #15803d;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 7px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.cat-page .cat-date-btn:hover {
  opacity: 0.9;
}

body.cat-theme-berita .cat-date-btn { background: #15803d; }
body.cat-theme-artikel .cat-date-btn { background: #0369a1; }
body.cat-theme-agenda .cat-date-btn { background: #c2410c; }
body.cat-theme-pengumuman .cat-date-btn { background: #7e22ce; }
body.cat-theme-prestasi .cat-date-btn { background: #4b5563; }

.cat-page .cat-date-reset {
  background: #e2e8f0;
  color: #475569;
  border-radius: 0;
  padding: 7px 12px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.cat-page .cat-date-reset:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.cat-page .cat-active-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: #1e293b;
  border: 1px solid #cbd5e1;
  padding: 6px 14px;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.cat-page .cat-badge-clear {
  color: #dc2626;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  transition: opacity 0.2s ease;
}

.cat-page .cat-badge-clear:hover {
  opacity: 0.8;
  color: #b91c1c;
}


/* Cat Date Range Filter Box (Placed on top of Category Buttons) */
.cat-page .cat-date-filter-box {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  padding: 12px 18px;
  margin: 10px 0 16px;
  display: inline-block;
  width: 100%;
  max-width: 760px;
}

.cat-page .cat-date-filter-form {
  display: block;
}

.cat-page .cat-date-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.cat-page .cat-date-field {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cat-page .cat-date-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cat-page .cat-date-input {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  padding: 6px 12px;
  font-size: 0.88rem;
  color: #1e293b;
  outline: none;
  font-family: inherit;
  border-radius: 0;
  min-width: 145px;
}

.cat-page .cat-date-input:focus {
  border-color: #15803d;
}

.cat-page .cat-date-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cat-page .cat-date-btn {
  background: #15803d;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 7px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.cat-page .cat-date-btn:hover {
  opacity: 0.9;
}

body.cat-theme-berita .cat-date-btn { background: #15803d; }
body.cat-theme-artikel .cat-date-btn { background: #0369a1; }
body.cat-theme-agenda .cat-date-btn { background: #c2410c; }
body.cat-theme-pengumuman .cat-date-btn { background: #7e22ce; }
body.cat-theme-prestasi .cat-date-btn { background: #4b5563; }

.cat-page .cat-date-reset {
  background: #e2e8f0;
  color: #475569;
  border-radius: 0;
  padding: 7px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.cat-page .cat-date-reset:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.cat-page .cat-active-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  padding: 8px 16px;
  margin-bottom: 18px;
}

.cat-page .cat-badge-clear {
  color: #dc2626;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  transition: opacity 0.2s ease;
}

.cat-page .cat-badge-clear:hover {
  opacity: 0.8;
  color: #b91c1c;
}


/* Cat Theme Semua / All */
body.cat-theme-semua .cat-filters a.active,
body.cat-theme-all .cat-filters a.active {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
}

body.cat-theme-semua .cat-date-btn,
body.cat-theme-all .cat-date-btn {
  background: #0f172a !important;
}

/* Translator Right-Aligned Dropdown */
.navmenu .dropdown.translator ul, .navmenu .translator ul, #navmenu .dropdown.translator ul {
  left: auto !important;
  right: 0 !important;
  min-width: 95px !important;
}
.navmenu .dropdown.translator ul li, .navmenu .translator ul li, #navmenu .dropdown.translator ul li {
  min-width: 100% !important;
}
.navmenu .dropdown.translator ul li a, .navmenu .translator ul li a, #navmenu .dropdown.translator ul li a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 14px !important;
  white-space: nowrap !important;
}


/* Homepage 2-Column Horizontal Card with 16:9 Wide Image Thumbnail */
.renstra-style-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px !important;
  padding: 0;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  height: 100%;
  min-height: 120px;
  overflow: hidden;
}
.renstra-style-item:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}
.renstra-style-left {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.renstra-style-thumb {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  aspect-ratio: 16 / 10;
  height: auto;
  border-radius: 4px 0 0 4px !important;
  background: #f1f5f9;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.renstra-style-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 4px 0 0 4px !important;
}
.renstra-style-info {
  flex: 1;
  min-width: 0;
  padding: 10px 14px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.renstra-style-title {
  font-size: 0.92rem;
  font-weight: 650;
  color: #1e293b;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renstra-style-meta {
  font-size: 0.82rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}
.renstra-style-meta i {
  margin-right: 6px;
}
.renstra-style-meta .bi-clock {
  margin-right: 6px;
}
@media (max-width: 576px) {
  .renstra-style-item {
    min-height: 95px;
  }
  .renstra-style-thumb {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
  .renstra-style-info {
    padding: 10px 12px 10px 0;
  }
}

/* ── Categories 4-Box Widget in Sidebar ── */
.cat-boxes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px 14px;
  border-radius: 12px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.cat-box:hover {
  transform: translateY(-2.5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.cat-box-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.cat-box-header i {
  font-size: 1rem;
  line-height: 1;
}

.cat-box-count-center {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: left;
}

/* 1. Berita (Green Theme) */
.cat-box-berita {
  background-color: #f0fdf4 !important;
  border-color: #86efac !important;
  color: #166534 !important;
}
.cat-box-berita .cat-box-count-center {
  color: #15803d !important;
}
.cat-box-berita:hover {
  background-color: #dcfce7 !important;
  border-color: #4ade80 !important;
  color: #14532d !important;
}
.cat-box-berita:hover .cat-box-count-center {
  color: #166534 !important;
}

/* 2. Artikel (Blue Theme) */
.cat-box-artikel {
  background-color: #f0f9ff !important;
  border-color: #bae6fd !important;
  color: #0369a1 !important;
}
.cat-box-artikel .cat-box-count-center {
  color: #0284c7 !important;
}
.cat-box-artikel:hover {
  background-color: #e0f2fe !important;
  border-color: #7dd3fc !important;
  color: #0c4a6e !important;
}
.cat-box-artikel:hover .cat-box-count-center {
  color: #0369a1 !important;
}

/* 3. Agenda-Event (Orange Theme) */
.cat-box-agenda {
  background-color: #fff7ed !important;
  border-color: #fed7aa !important;
  color: #c2410c !important;
}
.cat-box-agenda .cat-box-count-center {
  color: #ea580c !important;
}
.cat-box-agenda:hover {
  background-color: #ffedd5 !important;
  border-color: #fdba74 !important;
  color: #9a3412 !important;
}
.cat-box-agenda:hover .cat-box-count-center {
  color: #c2410c !important;
}

/* 4. Pengumuman (Purple Theme) */
.cat-box-pengumuman {
  background-color: #faf5ff !important;
  border-color: #e9d5ff !important;
  color: #7e22ce !important;
}
.cat-box-pengumuman .cat-box-count-center {
  color: #9333ea !important;
}
.cat-box-pengumuman:hover {
  background-color: #f3e8ff !important;
  border-color: #d8b4fe !important;
  color: #6b21a8 !important;
}
.cat-box-pengumuman:hover .cat-box-count-center {
  color: #7e22ce !important;
}

.galeri-heading {
  margin-top: 15px;
  margin-bottom: 54px;
}
.galeri-heading::after {
  margin-bottom: 54px !important;
}

/*--------------------------------------------------------------
# Profil Sidebar Menu 5-Column Square Cards (Link Serupa)
--------------------------------------------------------------*/
.card-columns,
.categories-widget .card-columns,
.profil-menu-boxes {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 5px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.card-columns > .col,
.categories-widget .card-columns > .col {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: none !important;
}

.card-columns .card,
.card-columns .col .card,
.profil-menu-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding: 4px 2px !important;
  border-radius: 6px !important;
  background: #f8faf9 !important;
  border: 1px solid #dce8e2 !important;
  color: #1a382e !important;
  font-weight: 700 !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-in-out !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.card-columns .card .btn-label,
.card-columns .col .card .btn-label,
.profil-menu-btn .btn-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 2px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.card-columns .card .btn-label i,
.card-columns .col .card .btn-label i,
.profil-menu-btn .btn-label i {
  font-size: 17px !important;
  color: #1e7054 !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
  transition: transform 0.2s ease !important;
}

.card-columns .card .btn-label span,
.card-columns .col .card .btn-label span,
.profil-menu-btn .btn-label span {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  font-weight: 700 !important;
  font-size: 10.5px !important;
  letter-spacing: -0.2px !important;
  text-transform: uppercase !important;
}

.card-columns .card:hover,
.card-columns .col .card:hover,
.profil-menu-btn:hover {
  background: #02533b !important;
  color: #ffffff !important;
  border-color: #02533b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 3px 8px rgba(2, 83, 59, 0.2) !important;
}

.card-columns .card:hover .btn-label i,
.card-columns .col .card:hover .btn-label i,
.profil-menu-btn:hover .btn-label i {
  color: #ffffff !important;
  transform: scale(1.12) !important;
}

.card-columns .card.active,
.card-columns .col .card.active,
.profil-menu-btn.active {
  background: linear-gradient(145deg, #013727 0%, #03593f 100%) !important;
  color: #ffffff !important;
  border-color: #013727 !important;
  font-weight: 700 !important;
  pointer-events: none !important;
  box-shadow: 0 3px 8px rgba(1, 55, 39, 0.25) !important;
}

.card-columns .card.active .btn-label i,
.card-columns .col .card.active .btn-label i,
.profil-menu-btn.active .btn-label i {
  color: #5eead4 !important;
}


/* Match artikel item cards background with a subtle darker tone and lighter green border */
#artikel .renstra-style-item,
.artikel .renstra-style-item,
.artikel-list-wrapper .renstra-style-item,
#artikel .artikel-card,
.artikel .artikel-card,
body.cat-theme-artikel .cat-item {
  background: #ebf0db !important;
  background-color: #ebf0db !important;
  border: 1px solid #3d8a70 !important;
}

#artikel .renstra-style-item:hover,
.artikel .renstra-style-item:hover,
.artikel-list-wrapper .renstra-style-item:hover,
#artikel .artikel-card:hover,
.artikel .artikel-card:hover {
  background: #e2eacb !important;
  background-color: #e2eacb !important;
  border-color: #176b4d !important;
}

/* =======================================================
 * GLOBAL DESIGN REFINEMENT: ALMOST-SQUARE CONTENT BOXES
 * ======================================================= */
.card,
.card-body,
.news-card,
.article-card,
.service-item,
.team-member,
.member,
.testimonial-item,
.cat-item,
.post-item,
.blog-item,
.feature-box,
.info-item,
.contact .info-item,
.sidebar .widget-item,
.categories-widget,
.recent-posts-widget,
.tags-widget,
.sitemap-card,
.unit-card,
.statuta-card,
.renstra-card,
.prestasi-card,
.prestasi-layout,
.home-prestasi .prestasi-layout,
.home-akademik .phone-wrap,
.home-akademik .akademik-item,
.renstra-style-item,
.artikel-list-wrapper .renstra-style-item,
.blog-posts article,
.article-content,
.blog-details .article,
.article-share-dock,
.article-back-btn,
.profil-menu-btn,
.card-columns .card,
.disclaimer-dock-btn,
.sitemap-links li a,
.cat-filters a,
.galeri-filters a,
.pedef-filter-wrap,
.pedef-filter-btn,
.search-input-wrap input,
.saizu-search-header,
.saizu-search-submit-btn,
.saizu-search-close-btn,
.saizu-search-status,
.saizu-search-result-item,
.saizu-search-empty-card,
.saizu-search-cat-badge,
.modal-content,
.offcanvas,
.dropdown-menu,
.table-responsive,
.form-control,
.form-select,
.input-group-text,
.btn,
.btn-primary,
.btn-get-started,
.cta-btn,
.call-to-action .cta-btn,
.features .details .btn-get-started,
.readmore,
.badge,
.cat-badge,
.sitemap-badge,
.blog-pagination li a,
.blog-pagination li span,
.pagination li a,
.pagination li span,
.galeri-pagination li a,
.galeri-pagination li span,
.tags-widget ul a {
  border-radius: 4px !important;
}

/* Extra fine-tuning for smaller tags / chips / badges */
.badge,
.cat-badge,
.sitemap-badge,
.saizu-search-cat-badge,
.article-back-btn,
.org-contact-item,
.tags-widget ul a {
  border-radius: 2px !important;
}


/* Partner / Kerjasama Logo Grid & Tile sizing */
.partner-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px 8px;
}

.partner-logo-tile,
.partner-logo-grid img,
#kerjasama .partner-logo-grid img,
#kerjasama img.partner-logo-tile {
  width: 95px !important;
  height: 95px !important;
  max-width: 95px !important;
  max-height: 95px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 14px !important;
  object-fit: contain !important;
  background: #f7faf8;
  border: 1px solid #dce9e3;
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
  flex-shrink: 0;
  display: inline-block;
  box-sizing: border-box;
}

.partner-logo-tile:hover,
.partner-logo-grid img:hover,
#kerjasama .partner-logo-grid img:hover,
#kerjasama img.partner-logo-tile:hover {
  background: #ffffff;
  border-color: #77ad95;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .partner-logo-tile,
  .partner-logo-grid img,
  #kerjasama .partner-logo-grid img,
  #kerjasama img.partner-logo-tile {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    padding: 10px !important;
  }
}

@media (max-width: 575px) {
  .partner-logo-grid {
    gap: 10px;
  }
  .partner-logo-tile,
  .partner-logo-grid img,
  #kerjasama .partner-logo-grid img,
  #kerjasama img.partner-logo-tile {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    padding: 8px !important;
  }
}


/* ── Disclaimer & Pojok Rektor Floating Buttons (Separated Containers) ── */
.disclaimer-dock-wrap {
  position: absolute;
  top: 10px;
  right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  left: auto;
  z-index: 90;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  max-width: calc(100vw - 30px);
  opacity: 1;
  visibility: visible;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 8px;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease, visibility 0.28s ease, gap 0.3s ease, top 0.3s ease;
  will-change: transform, opacity;
}

.disclaimer-dock-wrap::after {
  display: none !important;
}

/* Individual Separated Button Cards */
.disclaimer-dock-btn,
.disc-dock-btn,
.pojok-dock-btn {
  background: #FDFDFD !important;
  background-color: #FDFDFD !important;
  color: #022f22 !important;
  border: 1px solid rgba(2, 47, 34, 0.35) !important;
  border-radius: 3px !important;
  padding: 5px 12px 5px 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  position: relative !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease !important;
  will-change: transform, box-shadow;
}

.disclaimer-dock-btn::after,
.disc-dock-btn::after,
.pojok-dock-btn::after {
  display: none !important;
}

.disclaimer-dock-btn:hover,
.disc-dock-btn:hover,
.pojok-dock-btn:hover {
  transform: translateY(-2px) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #015F55 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.disclaimer-dock-btn .nav-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #022f22 !important;
  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.disclaimer-dock-btn .nav-footer {
  border: none !important;
  border-top: none !important;
  color: #022f22 !important;
  background: transparent !important;
  background-color: transparent !important;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  top: 1.5px;
  text-align: left;
  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.disclaimer-dock-btn:hover .nav-icon,
.disclaimer-dock-btn:hover .nav-footer,
.disc-dock-btn:hover .nav-icon,
.disc-dock-btn:hover .nav-footer,
.pojok-dock-btn:hover .nav-icon,
.pojok-dock-btn:hover .nav-footer {
  color: #015F55 !important;
}

@media (min-width: 1200px) {
  .disclaimer-dock-wrap {
    transform: translateY(0);
  }
  .disclaimer-dock-wrap.is-scrolling {
    transform: translateY(-50px) scale(0.96) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 1199.98px) {
  .disclaimer-dock-wrap {
    top: 10px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    gap: 8px;
  }
  .disclaimer-dock-wrap.is-scrolling {
    transform: translate(-50%, -50px) scale(0.96) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .disclaimer-dock-btn,
  .disc-dock-btn,
  .pojok-dock-btn {
    padding: 4px 9px 4px 9px !important;
    gap: 5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
  }
}

/* ── When Scrolled Exceeding Hero ── */
.disclaimer-dock-wrap.scrolled-past-hero {
  top: 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.disclaimer-dock-wrap.scrolled-past-hero .disclaimer-dock-btn,
.disclaimer-dock-wrap.scrolled-past-hero .disc-dock-btn,
.disclaimer-dock-wrap.scrolled-past-hero .pojok-dock-btn {
  background: #FDFDFD !important;
  background-color: #FDFDFD !important;
  color: #022f22 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

.disclaimer-dock-wrap.scrolled-past-hero .disclaimer-dock-btn::after,
.disclaimer-dock-wrap.scrolled-past-hero .disc-dock-btn::after,
.disclaimer-dock-wrap.scrolled-past-hero .pojok-dock-btn::after {
  background-color: rgba(2, 47, 34, 0.45);
}

.disclaimer-dock-btn .nav-icon,
.disclaimer-dock-btn .nav-footer {
  transition: color 0.25s ease, text-shadow 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

/* Header Search Button (Left of Translator) */
.header-search-btn {
  font-size: 21px !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  padding: 2px 4px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}
.header-search-btn:hover,
.header-search-btn:focus {
  opacity: 0.85 !important;
  transform: scale(1.08);
  color: #ffffff !important;
}

/* Suppress Google Translate default widget elements globally */
#google_translate_element2,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-combo,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
div.skiptranslate:not(.translator) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Header Action Group (Translate & Search) */
.header-action-group {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-right: 18px !important;
  flex-shrink: 0 !important;
}
@media (max-width: 575.98px) {
  .header-action-group {
    gap: 6px !important;
    margin-right: 12px !important;
  }
}
@media (min-width: 1200px) {
  .header-action-group {
    margin-right: 22px !important;
  }
}
