@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body, #828282);
  background: var(--page-bg, #fff);
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  -o-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-top: var(--fh5co-nav-offset, 68px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: var(--fh5co-nav-offset, 68px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: var(--offcanvas-scrim, rgba(0, 0, 0, 0.45));
  content: "";
}

a {
  color: #6c78b9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #6c78b9;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: var(--text-heading, #000);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #6c78b9;
}

::-moz-selection {
  color: #fff;
  background: #6c78b9;
}

::selection {
  color: #fff;
  background: #6c78b9;
}

.fh5co-nav {
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
  background: var(--nav-bg, #fff);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  backdrop-filter: saturate(1.2) blur(8px);
  -webkit-transition: background 0.35s ease, box-shadow 0.35s ease;
  -o-transition: background 0.35s ease, box-shadow 0.35s ease;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.fh5co-nav .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .fh5co-nav .col-xs-3, .fh5co-nav .col-xs-6 { /* Target the new col-xs sizes */
    float: none !important;
    display: flex !important;
    align-items: center !important;
  }
  .fh5co-nav .col-xs-3:first-child { /* Target the logo col-xs-3 */
    justify-content: flex-start !important;
  }
  .fh5co-nav .fh5co-nav-actions.col-xs-3 { /* Target the toggle col-xs-3 */
    justify-content: flex-end !important;
  }
  .fh5co-nav .menu-1 {
    display: flex !important;
    justify-content: center !important;
    padding-left: 15px !important; /* Geser menu ke kanan sedikit agar seimbang secara visual di tengah layar mobile */
  }
  .fh5co-nav .menu-1 ul {
    display: flex !important;
    gap: 12px; /* Jarak antar item sedikit diperlebar agar lebih lega */
    margin: 0 !important;
    padding: 0 !important;
  }
  .fh5co-nav .menu-1 ul li a {
    font-size: 11px !important; /* Perbesar font menu mobile agar lebih proporsional dan jelas */
    padding: 5px 4px !important; /* Menambah ruang sentuh */
    letter-spacing: 0 !important;
  }
  .fh5co-nav #fh5co-logo span {
    display: none !important;
  }
  .fh5co-nav {
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-nav {
    padding: 6px 0;
  }
}
@media screen and (max-width: 360px) {
  .fh5co-nav {
    padding: 5px 0;
  }
}

.nav-container {
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.nav-logo-section {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.nav-menu-section {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.nav-toggle-section {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .nav-container {
    padding: 0 12px;
  }
  
  .nav-wrapper {
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .nav-container {
    padding: 0 15px;
  }
  
  .nav-wrapper {
    gap: 0px;
    justify-content: space-between;
  }
  
  .nav-menu-section {
    display: none !important; /* Sembunyikan menu tengah di mobile agar navbar satu baris */
  }
  
  .nav-logo-section {
    flex-basis: auto;
    flex: 1;
  }
  
  .nav-toggle-section {
    flex-basis: auto;
    order: 2;
  }
}

@media screen and (max-width: 360px) {
  .nav-container {
    padding: 0 8px;
  }
  .nav-menu-section {
    margin-top: 5px;
  }
  .nav-wrapper {
    gap: 0;
  }
}

.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav #fh5co-logo a {
  color: var(--nav-logo, #1a1a1a);
  -webkit-transition: color 0.22s ease;
  transition: color 0.22s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.fh5co-nav #fh5co-logo a:hover,
.fh5co-nav #fh5co-logo a:focus {
  color: var(--folio-accent);
}
/* Responsive Logo Image & Text */
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.logo-img {
  height: 36px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.fh5co-nav #fh5co-logo span {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: inline;
}

@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-nav #fh5co-logo {
    font-size: 15px;
  }
  .fh5co-nav #fh5co-logo a {
    gap: 0;
  }
  .logo-img {
    height: 28px;
  }
  .fh5co-nav #fh5co-logo span {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-nav #fh5co-logo {
    font-size: 13px;
  }
  .fh5co-nav #fh5co-logo a {
    gap: 0;
  }
  .logo-img {
    height: 22px;
  }
  .fh5co-nav #fh5co-logo span {
    display: none;
  }
}
.fh5co-nav a {
  padding: 5px 10px;
  color: var(--nav-link, #000);
  -webkit-transition: color 0.22s ease;
  transition: color 0.22s ease;
}

/* Responsive Menu Styling */
.fh5co-nav .menu-1 {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: flex !important;
    gap: 0;
    background: transparent !important;
    padding: 0;
    border: none !important;
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-nav ul li a {
    font-size: 10px !important;
    padding: 8px 10px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-nav .menu-1 {
    gap: 0px !important;
  }
  .fh5co-nav .menu-1 li a {
    padding: 6px 6px !important;
    font-size: 9px !important;
    letter-spacing: 0.01em;
  }
}
.fh5co-nav .menu-2 li.search {
  float: left;
  width: 83%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.fh5co-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fh5co-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px 7px;
  background: var(--ui-btn-track-bg);
  border: 1px solid var(--ui-btn-track-border);
  border-radius: var(--ui-btn-radius);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.fh5co-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
  background: var(--ui-btn-surface) !important;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
  color: black;
}
.fh5co-nav .menu-2 li.shopping-cart {
  float: right;
}
.fh5co-nav .menu-2 li a.cart {
  color: black;
}
.fh5co-nav .menu-2 li a.cart span {
  position: relative;
}
.fh5co-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #6c78b9;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav ul li a {
  font-size: 13px;
  padding: 8px 15px;
  text-transform: uppercase;
  color: var(--nav-link-muted, rgba(0, 0, 0, 0.55));
  -webkit-transition: color 0.22s ease, opacity 0.22s ease;
  -o-transition: color 0.22s ease, opacity 0.22s ease;
  transition: color 0.22s ease, opacity 0.22s ease;
  white-space: nowrap;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .fh5co-nav ul li a {
    font-size: 11px;
    padding: 10px 12px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-nav ul li a {
    font-size: 10px;
    padding: 10px 8px;
    letter-spacing: 0.03em;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus { /* Revert hover/focus styles for mobile */
    background: transparent;
    box-shadow: none;
    color: var(--nav-link-strong);
  } 
}

@media screen and (max-width: 360px) {
  .fh5co-nav ul li a {
    font-size: 9.5px;
    padding: 8px 6px;
    letter-spacing: 0;
  }
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: var(--nav-link-strong, #1a1a1a);
}
.fh5co-nav ul li a.cart {
  color: var(--nav-link-strong, #1a1a1a);
}
.fh5co-nav ul li a.cart span {
  position: relative;
}
.fh5co-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #6c78b9;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: var(--nav-link-strong, #1a1a1a);
}
.fh5co-nav ul li.active > a {
  color: var(--nav-link-active, #000000) !important;
}
.fh5co-nav ul li .form-group {
  border: 1px solid red;
  width: 100%;
}


/* --- 1. Master Layout --- */
.apple-hero-master {
    background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
    padding: 140px 0 220px; /* Padding bawah ditambah agar bagian Project tidak terlihat terlalu cepat */
    min-height: 90vh;      /* Memastikan header mendominasi layar */
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    overflow: hidden;      /* Memastikan tidak ada horizontal scroll */
    position: relative;
    transition: background 0.5s ease;
}

/* Override lebar kontainer dihapus agar kembali ke standar Bootstrap (Fit to Width) */

.hero-split-layout { 
    display: flex; 
    align-items: center; 
    gap: 80px; 
    width: 100%; 
    position: relative;
    z-index: 10;
}

/* --- 2. Sisi Kiri (Identity) --- */
.hero-identity-box { flex: 1; }
.hero-badge {
    display: inline-block; 
    background: transparent;
    color: var(--text-heading);
    font-size: 14px; 
    font-weight: 600; 
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}
.hero-main-name { font-size: 64px; font-weight: 700; color: #1d1d1f; letter-spacing: -0.04em; line-height: 1.05; margin: 0 0 20px 0; }
.hero-sub-title { font-size: 24px; font-weight: 500; color: #0071e3; margin-bottom: 30px; }
.hero-main-desc { font-size: 19px; line-height: 1.55; color: #6e6e73; max-width: 460px; margin-bottom: 45px; }

.btn-apple-solid { background: #0071e3; color: #fff !important; padding: 14px 32px; border-radius: 30px; font-weight: 600; text-decoration: none; transition: 0.3s; }
.btn-apple-solid:hover { background: #0077ed; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,113,227,0.3); }
.btn-apple-link { color: #0071e3 !important; font-weight: 500; text-decoration: none; font-size: 17px; margin-left: 25px; }

/* --- 3. Sisi Kanan (Visual Evidence & SVG) --- */
.hero-visual-evidence { 
    flex: 1.2; 
    position: relative; 
}

/* SVG Dekorasi: Data Nodes & Grid */
.svg-decor { position: absolute; z-index: 1; opacity: 0.8; transition: 0.5s; pointer-events: none; }

.decor-node-1 { /* Database - Biru */
    top: -45px; right: 20px; width: 55px; height: 55px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230071e3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'%3E%3C/ellipse%3E%3Cpath d='M21 12c0 1.66-4 3-9 3s-9-1.34-9-3'/%3E%3Cpath d='M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5'/%3E%3C/svg%3E") no-repeat;
    animation: float-node 7s ease-in-out infinite;
}

.decor-node-2 { /* Chart - Abu-abu */
    bottom: -35px; left: -40px; width: 50px; height: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386868b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20V10'/%3E%3Cpath d='M18 20V4'/%3E%3Cpath d='M6 20v-4'/%3E%3C/svg%3E") no-repeat;
    animation: float-node 9s ease-in-out infinite reverse;
}

.decor-grid { /* Background Grid Pattern */
    top: -10%; left: -10%; width: 120%; height: 120%;
    background-image: radial-gradient(#d2d2d7 0.8px, transparent 0.8px);
    background-size: 30px 30px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    opacity: 0.3; z-index: 0;
}

/* Slider Frame */
.mini-slider.flexslider {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.large-rounded-frame { 
    width: 100%; border-radius: 44px !important; overflow: hidden;
    background: #fff; box-shadow: 0 40px 80px rgba(0,0,0,0.08);
    position: relative; z-index: 5; border: 1px solid rgba(0,0,0,0.03);
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* Memaksa anti-aliasing yang lebih halus */
    isolation: isolate;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mini-slider .flex-viewport { border-radius: 44px !important; -webkit-mask-image: -webkit-radial-gradient(white, black); -webkit-transform: translateZ(0); transform: translateZ(0); }
.mini-slider .slides li { aspect-ratio: 16 / 10; position: relative; border-radius: 44px !important; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }
.slide-item { width: 100%; height: 100%; background-size: cover !important; background-position: center; border-radius: 44px !important; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(white, black); }

/* --- 4. Navigation & Pagination (Perfect Spacing) --- */
#fh5co-hero .flex-control-nav {
    position: absolute !important;
    bottom: -60px !important; 
    left: 0; width: 100%; display: flex !important;
    justify-content: center !important; gap: 12px;
    z-index: 20 !important;
}

#fh5co-hero .flex-control-paging li a {
    width: 8px !important; height: 8px !important;
    background: #d2d2d7 !important; border-radius: 50% !important;
    display: block; text-indent: -9999px !important; border: none !important;
}

#fh5co-hero .flex-control-paging li a.flex-active {
    background: #0071e3 !important; width: 24px !important; border-radius: 12px !important;
}

/* Panah Navigasi */
#fh5co-hero .mini-slider .flex-direction-nav a {
    width: 44px !important; height: 44px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px); border-radius: 50% !important;
    top: 50% !important; transform: translateY(-50%) !important;
    opacity: 0; transition: 0.3s;
}
.mini-slider:hover .flex-direction-nav a { opacity: 1; }
.mini-slider .flex-direction-nav a.flex-prev { left: 20px !important; }
.mini-slider .flex-direction-nav a.flex-next { right: 20px !important; }

/* --- 5. Dark Mode Support --- */
[data-theme="dark"] .apple-hero-master { background: #000000 !important; }
[data-theme="dark"] .hero-main-name { color: #ffffff !important; }
[data-theme="dark"] .hero-main-desc { color: #86868b !important; }
[data-theme="dark"] .hero-badge { background: transparent !important; color: #ffffff !important; box-shadow: none !important; }
[data-theme="dark"] .large-rounded-frame { background: #1c1c1e !important; border-color: rgba(255,255,255,0.1) !important; }
[data-theme="dark"] .decor-grid { background-image: radial-gradient(rgba(255,255,255,0.1) 0.8px, transparent 0.8px); }
[data-theme="dark"] .decor-node-1 { filter: saturate(1.5) brightness(1.2); }

/* Animation Keyframes */
@keyframes float-node {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-15px) rotate(5deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .apple-hero-master { padding: 60px 0 80px; }
    .hero-split-layout { flex-direction: column; text-align: left; gap: 50px; }
    .hero-identity-box { padding: 0 25px; } /* Memberikan indentasi agar tidak mepet ke kiri */
    .hero-badge { font-size: 13px; }
    .hero-main-name { font-size: 38px; line-height: 1.1; margin-bottom: 10px; }
    .hero-sub-title { font-size: 18px; margin-bottom: 15px; }
    .hero-main-desc { margin: 0 0 30px; font-size: 16px; max-width: 100%; line-height: 1.5; }
    
    .hero-visual-evidence { width: 100%; max-width: 480px; margin: 0 auto; padding: 0; }
    .large-rounded-frame { border-radius: 28px !important; }
    .mini-slider .flex-viewport, .mini-slider .slides li, .slide-item, .slide-hover-overlay { border-radius: 28px !important; }

    /* Perapian dekorasi agar tidak messy */
    .decor-node-1 { width: 35px; height: 35px; top: -20px; right: 5px; opacity: 0.7; }
    .decor-node-2 { width: 35px; height: 35px; bottom: -15px; left: 5px; opacity: 0.7; }
    .decor-grid { opacity: 0.15; }
    
    .hero-button-group { display: flex; flex-direction: row; flex-wrap: wrap; gap: 25px; align-items: center; justify-content: flex-start; }
    .btn-apple-link { margin-left: 0; }
}

/* Tablet & Small Screens (768px and below) */
@media (max-width: 768px) {
    .apple-hero-master { padding: 40px 0 60px; }
    .hero-main-name { font-size: 32px; }
    .hero-sub-title { font-size: 16px; }
    .hero-main-desc { font-size: 15px; margin-bottom: 20px; }
    .btn-apple-solid { padding: 12px 28px; font-size: 15px; }
    .btn-apple-link { font-size: 15px; }
}

/* Smartphone (480px and below) */
@media (max-width: 480px) {
    .apple-hero-master { padding: 30px 0 40px; min-height: auto; }
    .hero-split-layout { gap: 30px; }
    .hero-identity-box { padding: 0 15px; }
    .hero-main-name { font-size: 24px; margin-bottom: 8px; }
    .hero-sub-title { font-size: 14px; margin-bottom: 12px; }
    .hero-main-desc { font-size: 13px; line-height: 1.4; margin-bottom: 15px; max-width: 100%; }
    .hero-badge { font-size: 12px; }
    .hero-button-group { display: flex; flex-direction: row; gap: 15px; align-items: center; justify-content: flex-start; }
    .btn-apple-solid { padding: 10px 20px; font-size: 12px; width: auto; text-align: center; }
    .btn-apple-link { margin-left: 0; font-size: 12px; }
    .hero-visual-evidence { max-width: 100%; margin: 0; }
    .decor-node-1, .decor-node-2 { opacity: 0.5; width: 28px; height: 28px; }
}

/* Very Small Phones (360px and below) */
@media (max-width: 360px) {
    .apple-hero-master { padding: 20px 0 30px; }
    .hero-split-layout { gap: 20px; }
    .hero-identity-box { padding: 0 12px; }
    .hero-main-name { font-size: 20px; margin-bottom: 6px; }
    .hero-sub-title { font-size: 12px; margin-bottom: 10px; }
    .hero-main-desc { font-size: 12px; line-height: 1.3; margin-bottom: 12px; }
    .hero-badge { font-size: 11px; }
    .hero-button-group { gap: 10px; }
    .btn-apple-solid { padding: 8px 14px; font-size: 11px; }
    .btn-apple-link { font-size: 11px; }
    .decor-node-1, .decor-node-2 { width: 24px; height: 24px; opacity: 0.3; }
    .decor-grid { opacity: 0.08; }
}

/* Judul Proyek (Text Only) */
.project-info-text {
    position: absolute; bottom: 25px; left: 0; width: 100%;
    text-align: center; font-size: 15px; font-weight: 600; color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4); pointer-events: none; z-index: 10;
}

/* Hover Interactivity */
.slide-hover-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: 0.4s; backdrop-filter: blur(4px); border-radius: 44px !important;
}
.slide-link:hover .slide-hover-overlay { opacity: 1; }
.btn-glass { background: #fff; color: #000; padding: 10px 22px; border-radius: 50px; font-weight: 700; font-size: 13px; }

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.about-content {
  margin-bottom: 3em;
}
.about-content img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #6c78b9;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #6c78b9;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
#fh5co-header .display-tc h2 a,
#fh5co-counter .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: var(--ui-btn-surface) !important;
  color: var(--ui-btn-surface-text) !important;
  border: 1px solid var(--ui-btn-track-border) !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: var(--ui-btn-radius) !important;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: var(--ui-btn-surface) !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, sans-serif;
}
#fh5co-counter .feature-center {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 50px;
  }
}
#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #6c78b9;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
#fh5co-counter .icon i {
  height: 70px;
  color: #fff;
}
#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.fh5co-bg-section {
  background: var(--footer-bg);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-product,
#fh5co-about,
#fh5co-about-me,
#fh5co-experience,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-product,
  #fh5co-about,
  #fh5co-about-me,
  #fh5co-experience,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 4em 0;
  }
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #6c78b9;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.product {
  margin-bottom: 40px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 280px;
  margin-bottom: 20px;
  border-radius: var(--folio-radius);
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #6c78b9;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 280px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #6c78b9;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #6c78b9;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.12);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #6c78b9;
}

.product-carousel {
  margin-bottom: 7em;
}

.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 4px;
  float: left;
  width: 100%;
  background: var(--ui-btn-track-bg);
  border: 1px solid var(--ui-btn-track-border);
  -webkit-border-radius: var(--ui-btn-radius);
  -moz-border-radius: var(--ui-btn-radius);
  -ms-border-radius: var(--ui-btn-radius);
  border-radius: var(--ui-btn-radius);
  box-sizing: border-box;
}
.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-tabs .fh5co-tab-nav li .icon {
  font-size: 30px;
}
.fh5co-tabs .fh5co-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: calc(var(--ui-btn-radius) - 2px);
  -moz-border-radius: calc(var(--ui-btn-radius) - 2px);
  -ms-border-radius: calc(var(--ui-btn-radius) - 2px);
  border-radius: calc(var(--ui-btn-radius) - 2px);
  color: var(--ui-btn-muted-text);
}
.fh5co-tabs .fh5co-tab-nav li a:hover {
  color: var(--ui-btn-surface-text);
}
.fh5co-tabs .fh5co-tab-nav li.active a {
  background: var(--ui-btn-surface);
  color: var(--ui-btn-surface-text);
  font-weight: 600;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content .price {
  letter-spacing: 2px;
  border: 1px solid var(--ui-btn-track-border);
  background: var(--ui-btn-surface);
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
  border-radius: var(--ui-btn-radius);
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px 10px 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  content: '\e116';
}
.fh5co-tabs .fh5co-tab-content-wrap .feed {
  width: 100%;
  float: left;
  margin-bottom: 7em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div blockquote {
  border-left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div .rate {
  color: #ffba00;
}
.fh5co-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fh5co-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-tabs .icon-xlg {
    font-size: 200px;
  }
}
.fh5co-tabs .icon-xlg i {
  color: #6c78b9;
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading.fh5co-heading-tight {
  margin-bottom: 1rem;
}

.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Montserrat", Arial, sans-serif;
}

#fh5co-testimonial {
  background: var(--footer-bg);
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-started {
  background: #6c78b9;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: 1px solid var(--ui-btn-track-border) !important;
  background: var(--ui-btn-surface) !important;
  color: var(--ui-btn-surface-text) !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: var(--ui-btn-radius) !important;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}
#fh5co-started .btn:hover,
#fh5co-started .btn:focus,
#fh5co-started .btn:active {
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: linear-gradient(180deg, var(--footer-bg) 0%, var(--page-bg) 100%);
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: var(--footer-link, #000);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-footer .fh5co-connect-head {
  margin-bottom: 48px;
}
#fh5co-footer .fh5co-connect-head span {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 10px;
}
#fh5co-footer .fh5co-connect-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
}


.footer-social-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.fh5co-footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-heading);
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.fh5co-footer-social-link i {
  font-size: 22px;
}

/* Skala lebih besar untuk versi desktop agar lebih menonjol */
@media (min-width: 992px) {
  .footer-social-wrapper {
    gap: 55px;
  }
  .fh5co-footer-social-link {
    font-size: 16px;
    gap: 12px;
  }
  .fh5co-footer-social-link i {
    font-size: 30px;
  }
}
.fh5co-footer-social-link:hover {
  color: #0071e3 !important;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-connect-head h2 {
    font-size: 26px;
  }
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: fixed;
  z-index: 1995;
  width: min(300px, 88vw);
  max-width: 300px;
  background: var(--offcanvas-bg, #f7f6f3);
  top: var(--fh5co-nav-offset, 68px);
  right: 0;
  bottom: 0;
  height: auto;
  padding: 28px 28px 36px 28px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  -webkit-box-shadow: var(--offcanvas-shadow, -8px 0 32px rgba(0, 0, 0, 0.08));
  box-shadow: var(--offcanvas-shadow, -8px 0 32px rgba(0, 0, 0, 0.08));
  border-left: 1px solid var(--offcanvas-border, rgba(0, 0, 0, 0.06));
  -moz-transform: translateX(102%);
  -webkit-transform: translateX(102%);
  -ms-transform: translateX(102%);
  -o-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, box-shadow 0.35s ease;
  -o-transition: -o-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, box-shadow 0.35s ease;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#fh5co-offcanvas a {
  color: var(--offcanvas-link, rgba(0, 0, 0, 0.55));
}
#fh5co-offcanvas a:hover {
  color: var(--offcanvas-link-hover, #1a1a1a);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas > ul > li > a {
  display: block;
  padding: 14px 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--offcanvas-text, #1a1a1a);
  border-bottom: 1px solid var(--offcanvas-border, rgba(0, 0, 0, 0.06));
}
#fh5co-offcanvas > ul > li > a:hover {
  color: var(--folio-accent);
}
#fh5co-offcanvas ul ul li a {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 8px 0;
  border-bottom: none;
  color: var(--offcanvas-link, rgba(0, 0, 0, 0.55));
}
#fh5co-offcanvas ul li.search {
  float: left;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0 0 0;
}
#fh5co-offcanvas ul li input[type=text] {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid var(--offcanvas-input-border, rgba(0, 0, 0, 0.12));
  float: right;
  font-size: 13px;
  margin-top: 4px;
  background: var(--offcanvas-input-bg, rgba(255, 255, 255, 0.6));
  color: var(--offcanvas-text, #1a1a1a);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-offcanvas ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#fh5co-offcanvas ul li button {
  margin-top: 4px;
  padding: 6px 8px;
  background: var(--ui-btn-track-bg);
  border: 1px solid var(--ui-btn-track-border);
  margin-left: 1px;
  border-radius: var(--ui-btn-radius);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
#fh5co-offcanvas ul li button i {
  color: var(--offcanvas-link, rgba(0, 0, 0, 0.45));
}
#fh5co-offcanvas ul li button:hover, #fh5co-offcanvas ul li button:focus {
  background: var(--ui-btn-surface) !important;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
#fh5co-offcanvas ul li button:hover i, #fh5co-offcanvas ul li button:focus i {
  color: var(--offcanvas-link-hover, #1a1a1a);
}
#fh5co-offcanvas ul li.shopping-cart {
  float: left;
}
#fh5co-offcanvas ul li a.cart {
  display: block;
  margin-top: 30px;
  color: var(--offcanvas-link, rgba(0, 0, 0, 0.55));
}
#fh5co-offcanvas ul li a.cart span {
  position: relative;
}
#fh5co-offcanvas ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #6c78b9;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: var(--offcanvas-chevron, rgba(0, 0, 0, 0.2));
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: var(--ui-btn-surface);
  color: var(--ui-btn-surface-text);
  text-align: center;
  border: 1px solid var(--ui-btn-track-border);
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
  -webkit-border-radius: var(--ui-btn-radius);
  -moz-border-radius: var(--ui-btn-radius);
  -ms-border-radius: var(--ui-btn-radius);
  border-radius: var(--ui-btn-radius);
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 44px;
  height: var(--fh5co-nav-offset, 64px);
  min-height: 44px;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: var(--burger-bar-active, #2a2a2a);
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  color: transparent;
  font: 0/0 a;
  text-transform: uppercase;
  text-indent: -999px;
  background: var(--burger-bar, #2a2a2a);
  transition: all 0.22s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--burger-bar, #2a2a2a);
  position: absolute;
  left: 0;
  transition: all 0.22s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i,
.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: var(--burger-bar, #2a2a2a);
}
[data-theme="dark"] .fh5co-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -8px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -8px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  background: var(--burger-bar-active, #2a2a2a);
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  background: var(--burger-bar-active, #2a2a2a);
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 8px;
  top: 10px;
  z-index: 2001;
  display: none !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: var(--ui-btn-radius);
  -moz-border-radius: var(--ui-btn-radius);
  -ms-border-radius: var(--ui-btn-radius);
  border-radius: var(--ui-btn-radius);
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  -o-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}

.btn-primary {
  background: var(--ui-btn-surface);
  color: var(--ui-btn-surface-text);
  border: 1px solid var(--ui-btn-track-border);
  font-weight: 600;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: var(--ui-btn-surface) !important;
  border-color: var(--ui-btn-track-border) !important;
  color: var(--ui-btn-surface-text) !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: var(--ui-btn-muted-text);
  border: 1px solid var(--ui-btn-track-border);
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: var(--ui-btn-surface) !important;
  color: var(--ui-btn-surface-text) !important;
  border-color: var(--ui-btn-track-border) !important;
  font-weight: 600;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #4cae4c;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #449d44 !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #46b8da;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #31b0d5 !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 1px solid #5bc0de;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #eea236;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #ec971f !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d43f3a;
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #c9302c !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 1px solid #d9534f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
}

.btn-outline {
  background: none;
  border: 1px solid var(--ui-btn-track-border);
  font-size: 16px;
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  -o-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  -webkit-box-shadow: var(--ui-btn-shadow);
  box-shadow: var(--ui-btn-shadow);
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: var(--ui-btn-surface-text);
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #6c78b9;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/* —— Portfolio UI: projects, about, blog, CTAs —— */
:root {
  --folio-accent: #4b4b4f;
  --folio-accent-hover: #5c5c61;
  --folio-accent-soft: rgba(0, 0, 0, 0.14);
  --folio-text: #1d1d1f;
  --folio-text-muted: #6e6e73;
  --folio-surface: #fff;
  --folio-shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.05);
  --folio-shadow-md: 0 12px 32px rgba(0, 0, 0, 0.07);
  --folio-shadow-hover: 0 18px 44px rgba(0, 0, 0, 0.09);
  --folio-radius: 10px;
  --folio-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --page-bg: #ffffff;
  --text-body: #6e6e73;
  --text-heading: #1d1d1f;
  --nav-bg: #ffffff;
  --nav-link: #000000;
  --footer-bg: #fbfbfb;
  --footer-link: #000000;
  --section-project-bg: #ffffff;
  --section-about-bg: #ffffff;
  --section-experience-bg: #ffffff;
  --section-blog-bg: #ffffff;
  --theme-toggle-track: #e8e6e0;
  --theme-toggle-thumb: #ffffff;
  --fh5co-nav-offset: 68px;
  --nav-logo: #1a1a1a;
  --nav-link-muted: rgba(0, 0, 0, 0.55);
  --nav-link-strong: #1a1a1a;
  --nav-link-active: #111111;
  --nav-bar-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  --folio-filter-pill-bg: transparent;
  --folio-filter-pill-border: rgba(0, 0, 0, 0.14);
  --folio-filter-pill-color: var(--folio-text-muted);
  --folio-filter-pill-active-bg: rgba(0, 0, 0, 0.08);
  --folio-filter-pill-active-border: var(--folio-accent);
  --folio-filter-pill-active-color: var(--folio-text);
  --offcanvas-bg: #f7f6f3;
  --offcanvas-text: #1a1a1a;
  --offcanvas-border: rgba(0, 0, 0, 0.07);
  --offcanvas-link: rgba(0, 0, 0, 0.55);
  --offcanvas-link-hover: #111111;
  --offcanvas-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
  --offcanvas-scrim: rgba(0, 0, 0, 0.4);
  --offcanvas-input-bg: #ffffff;
  --offcanvas-input-border: rgba(0, 0, 0, 0.12);
  --offcanvas-btn-bg: rgba(0, 0, 0, 0.04);
  --offcanvas-btn-bg-hover: rgba(0, 0, 0, 0.08);
  --offcanvas-chevron: rgba(0, 0, 0, 0.22);
  --burger-bar: #2a2a2a;
  --burger-bar-active: #2a2a2a;
  /* Shared “segmented” control look: slight roundness, neutral track + raised surface */
  --ui-btn-radius: 10px;
  --ui-btn-track-bg: #f2f2f2;
  --ui-btn-track-border: #e8e8e8;
  --ui-btn-surface: #ffffff;
  --ui-btn-surface-text: #000000;
  --ui-btn-muted-text: #757575;
  --ui-btn-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --ui-btn-shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  color-scheme: light;
}
@media screen and (max-width: 768px) {
  :root {
    --fh5co-nav-offset: 64px;
  }
}

/* Project grid (home + work page) */
#fh5co-product .fh5co-heading {
  margin-bottom: 3.25rem;
}
#fh5co-product .fh5co-heading h2 {
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}
#fh5co-product .fh5co-heading p {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.65;
  color: var(--folio-text-muted);
  font-size: 16px;
}
#fh5co-product .fh5co-heading span {
  letter-spacing: 0.12em;
}

/* Home: wide desktop-style dashboard cards */
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-wrap {
  margin-bottom: 2.25rem;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: calc(var(--folio-radius) + 2px);
  overflow: hidden;
  background: var(--folio-surface, #fff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--folio-shadow-sm);
  box-shadow: var(--folio-shadow-sm);
  -webkit-transition: box-shadow var(--folio-transition), -webkit-transform var(--folio-transition), border-color var(--folio-transition);
  transition: box-shadow var(--folio-transition), transform var(--folio-transition), border-color var(--folio-transition);
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card:hover,
#fh5co-product.fh5co-portfolio-home .folio-desktop-card:focus {
  -webkit-box-shadow: var(--folio-shadow-hover);
  box-shadow: var(--folio-shadow-hover);
  border-color: rgba(209, 194, 134, 0.35);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card:focus-visible {
  outline: 2px solid var(--folio-accent);
  outline-offset: 3px;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 200px;
  background: linear-gradient(180deg, #e8eaef 0%, #dfe3ea 100%);
  overflow: hidden;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-screen {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card:hover .folio-desktop-card-screen {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-body {
  padding: 14px 16px 16px;
  text-align: left;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-label {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--folio-text-muted);
  margin-bottom: 6px;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--folio-text);
  margin: 0 0 12px 0;
  text-transform: none;
}
#fh5co-product.fh5co-portfolio-home .folio-desktop-card-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#fh5co-product.fh5co-portfolio-home .folio-tool-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--folio-text-muted);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
#fh5co-product.fh5co-portfolio-home .folio-tool-chip i {
  font-size: 13px;
  opacity: 0.85;
}
[data-theme="dark"] #fh5co-product.fh5co-portfolio-home .folio-desktop-card {
  background: var(--folio-surface);
  border-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] #fh5co-product.fh5co-portfolio-home .folio-desktop-card-frame {
  background: linear-gradient(180deg, #2a2c32 0%, #22242a 100%);
}
[data-theme="dark"] #fh5co-product.fh5co-portfolio-home .folio-tool-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--folio-text-muted);
}

#fh5co-product .product {
  margin-bottom: 2.5rem;
  display: block;
  border-radius: calc(var(--folio-radius) + 2px);
  overflow: hidden;
  background: var(--folio-surface, #fff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--folio-shadow-sm);
  -webkit-transition: box-shadow var(--folio-transition), -webkit-transform var(--folio-transition), border-color var(--folio-transition);
  transition: box-shadow var(--folio-transition), transform var(--folio-transition), border-color var(--folio-transition);
}
#fh5co-product .product:hover,
#fh5co-product .product:focus-within {
  box-shadow: var(--folio-shadow-hover);
  border-color: rgba(209, 194, 134, 0.35);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media screen and (min-width: 992px) {
  #fh5co-product:not(.fh5co-portfolio-home) > .container > .row:last-child .product {
    margin-bottom: 0;
  }
}

#fh5co-product .product .product-grid {
  border-radius: var(--folio-radius);
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  will-change: auto;
  height: 220px;
  margin-bottom: 0;
}
#fh5co-product .product .product-grid .inner {
  height: 100%;
}
#fh5co-product .product .desc {
  padding: 16px;
  text-align: left;
}
#fh5co-product .product .desc h3 {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--folio-text);
}
#fh5co-product .product .desc .price {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--folio-text-muted);
  display: block;
}
#fh5co-product .product:hover .product-grid,
#fh5co-product .product:focus-within .product-grid {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#fh5co-product .product:active .product-grid {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#fh5co-product .product .product-grid .sale {
  border-radius: var(--ui-btn-radius);
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  left: 14px;
  top: 14px;
  line-height: 1.4;
}

#fh5co-product .product .product-grid .inner {
  background: rgba(0, 0, 0, 0.28);
  -webkit-transition: opacity var(--folio-transition), background var(--folio-transition);
  transition: opacity var(--folio-transition), background var(--folio-transition);
}
#fh5co-product .product .product-grid .inner p .icon {
  border-radius: 4px;
  min-width: 38px;
  text-align: center;
  padding: 9px 12px;
  margin: 0 4px;
  -webkit-transition: background var(--folio-transition), color var(--folio-transition), -webkit-transform 0.2s ease;
  transition: background var(--folio-transition), color var(--folio-transition), transform 0.2s ease;
}
#fh5co-product .product .product-grid .inner p .icon:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#fh5co-product .product .product-grid .inner p .icon:focus {
  outline: none;
}
#fh5co-product .product .product-grid .inner p .icon:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#fh5co-product .product .desc {
  padding-top: 6px;
}
#fh5co-product .product .desc h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin-bottom: 8px;
}
#fh5co-product .product .desc h3 a {
  color: var(--folio-text);
  -webkit-transition: color var(--folio-transition);
  transition: color var(--folio-transition);
  text-decoration: none;
}
#fh5co-product .product .desc h3 a:hover {
  color: var(--folio-accent);
}
#fh5co-product .product .desc h3 a:focus {
  outline: none;
}
#fh5co-product .product .desc h3 a:focus-visible {
  color: var(--folio-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
#fh5co-product .product .desc .price {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--folio-text-muted);
}

.fh5co-project-cta {
  padding-top: 2.25rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.fh5co-project-cta p {
  margin-bottom: 0;
}

/* Shared portfolio buttons */
.fh5co-btn-portfolio {
  font-weight: 500;
  letter-spacing: 0.06em;
  border-width: 2px;
  -webkit-transition: background var(--folio-transition), color var(--folio-transition), border-color var(--folio-transition), box-shadow var(--folio-transition), -webkit-transform 0.2s ease;
  transition: background var(--folio-transition), color var(--folio-transition), border-color var(--folio-transition), box-shadow var(--folio-transition), transform 0.2s ease;
}
.fh5co-btn-portfolio:hover {
  box-shadow: var(--folio-shadow-sm);
}
.fh5co-btn-portfolio:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.fh5co-btn-portfolio:focus {
  outline: none;
}
.fh5co-btn-portfolio:focus-visible {
  outline: 2px solid var(--folio-accent-hover);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--folio-accent-soft);
}

/* Home: About me */
/* Home: About me */
#fh5co-about-me {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me {
    padding: 60px 0;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me {
    padding: 40px 0;
  }
}

#fh5co-about-me .fh5co-heading {
  margin-bottom: 3.25rem;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-heading {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-heading {
    margin-bottom: 2rem;
  }
}

#fh5co-about-me .fh5co-heading h2 {
  margin-bottom: 0.15em;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-heading h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-heading h2 {
    font-size: 24px;
  }
}

#fh5co-about-me .fh5co-heading span {
  font-size: 11px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-heading span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

#fh5co-about-me .fh5co-about-me-photo {
  padding-right: 28px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-about-me-photo {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-photo {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 2rem;
  }
}

#fh5co-about-me .fh5co-about-me-text {
  padding-top: 85px;
  padding-left: 28px;
  display: flex;
  flex-direction: column; /* Memastikan konten di dalam kolom teks tetap vertikal */
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-about-me-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#fh5co-about-me .fh5co-about-me-text .desc h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-heading);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-about-me-text .desc h3 {
    font-size: 26px;
    margin-bottom: 0.7em;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-text .desc h3 {
    font-size: 20px;
    margin-bottom: 0.8em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 360px) {
  #fh5co-about-me .fh5co-about-me-text .desc h3 {
    font-size: 18px;
    margin-bottom: 0.9em;
  }
}

#fh5co-about-me .fh5co-about-me-text .desc p {
  margin-bottom: 1.2em;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-heading);
  font-size: 16px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-about-me-text .desc p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-text .desc p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 360px) {
  #fh5co-about-me .fh5co-about-me-text .desc p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 0.9em;
  }
}

/* Perbaikan Font Case Study di Mobile */
@media screen and (max-width: 768px) {
  #fh5co-product h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  #fh5co-product p {
    font-size: 15px !important;
    opacity: 0.8;
  }
  .dashboard-info-title {
    font-size: 18px !important;
  }
  .info-label b {
    font-size: 12px !important;
  }
  .info-value {
    font-size: 14px !important;
  }
  .info-about-title {
    font-size: 18px !important;
    margin-top: 20px;
  }
}

#fh5co-about-me .fh5co-about-me-text .desc .intro-lead {
  font-size: 20px;
  color: var(--text-heading);
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #fh5co-about-me .fh5co-about-me-text .desc .intro-lead {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-text .desc .intro-lead {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.1em;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 360px) {
  #fh5co-about-me .fh5co-about-me-text .desc .intro-lead {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 1em;
  }
}

#fh5co-about-me .fh5co-about-me-text .desc p:last-of-type {
  margin-bottom: 0;
}

#fh5co-about-me .fh5co-about-me-text .desc .btn {
  margin-top: 1.85em;
}

#fh5co-about-me .fh5co-about-me-photo img {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

#fh5co-about-me .fh5co-about-me-photo img:hover {
  transform: scale(1.015);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 480px) {
  #fh5co-about-me .fh5co-about-me-photo img {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }
}

/* Home & blog page: blog grid */
#fh5co-blog .fh5co-heading {
  margin-bottom: 3.25rem;
}
#fh5co-blog .fh5co-heading h2 {
  margin-bottom: 0.35rem;
}
#fh5co-blog .fh5co-heading p {
  margin-bottom: 0;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.65;
  color: var(--folio-text-muted);
  font-size: 16px;
}
#fh5co-blog .fh5co-blog-card {
  text-align: left;
  margin-bottom: 2.5rem;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #fh5co-blog .fh5co-blog-grid .fh5co-blog-card {
    margin-bottom: 0;
  }
}
#fh5co-blog .fh5co-blog-card .product-grid {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--folio-shadow-sm);
  height: 280px;
  margin-bottom: 18px;
  -webkit-transition: box-shadow var(--folio-transition), -webkit-transform var(--folio-transition);
  transition: box-shadow var(--folio-transition), transform var(--folio-transition);
}
#fh5co-blog .fh5co-blog-card .product-grid .inner {
  height: 280px;
  background: rgba(18, 18, 22, 0.08);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
}
#fh5co-blog .fh5co-blog-card .product-grid .inner p {
  margin: 0;
}
#fh5co-blog .fh5co-blog-card:hover .product-grid,
#fh5co-blog .fh5co-blog-card:focus-within .product-grid {
  box-shadow: var(--folio-shadow-hover);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
#fh5co-blog .fh5co-blog-card .fh5co-blog-card-cta {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: background var(--folio-transition), border-color var(--folio-transition);
  transition: background var(--folio-transition), border-color var(--folio-transition);
}
#fh5co-blog .fh5co-blog-card .fh5co-blog-card-cta:hover,
#fh5co-blog .fh5co-blog-card .fh5co-blog-card-cta:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.95);
}
#fh5co-blog .fh5co-blog-card .fh5co-blog-card-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

#fh5co-blog .fh5co-blog-card .desc {
  padding-top: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px;
}
#fh5co-blog .fh5co-blog-card .desc .price {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--folio-text-muted);
}
#fh5co-blog .fh5co-blog-card .desc h3 {
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}
#fh5co-blog .fh5co-blog-card .desc h3 a {
  color: var(--folio-text);
  text-decoration: none;
  -webkit-transition: color var(--folio-transition);
  transition: color var(--folio-transition);
}
#fh5co-blog .fh5co-blog-card .desc h3 a:hover {
  color: var(--folio-text);
}
#fh5co-blog .fh5co-blog-card .desc h3 a:focus-visible {
  color: var(--folio-text);
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#fh5co-blog .fh5co-blog-excerpt {
  font-size: 15px;
  line-height: 1.66;
  color: var(--folio-text-muted);
  margin: 10px 0 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

#fh5co-blog .fh5co-blog-cta {
  padding-top: 1.25rem;
  padding-bottom: 0.35rem;
  margin-top: 0.25rem;
}
#fh5co-blog .fh5co-blog-cta p {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-blog-cta .btn {
  margin-top: 0;
}
#fh5co-blog .fh5co-blog-page-note {
  padding-top: 2rem;
  padding-bottom: 0.75rem;
}
.fh5co-blog-note-copy {
  color: var(--folio-text-muted);
  font-weight: 300;
  line-height: 1.68;
  margin-bottom: 1.35rem;
  font-size: 15px;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

/* Nav: clearer hover & focus */
.fh5co-nav .menu-1 > ul > li > a {
  -webkit-transition: color 0.22s ease;
  transition: color 0.22s ease;
}
.fh5co-nav .menu-1 > ul > li > a:hover {
  color: var(--folio-accent);
}
.fh5co-nav .menu-1 > ul > li > a:focus {
  outline: none;
}
.fh5co-nav .menu-1 > ul > li > a:focus-visible {
  color: var(--folio-accent);
  outline: 2px solid var(--folio-accent);
  outline-offset: 4px;
  border-radius: 2px;
}
#fh5co-about-me .fh5co-heading span,
#fh5co-blog .fh5co-heading span {
  color: var(--folio-text-muted);
  font-weight: 600;
  letter-spacing: 0.14em;
}

/* Home: alternating section bands */
#fh5co-product {
  background: var(--section-project-bg);
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
#fh5co-about-me {
  background: linear-gradient(180deg, var(--footer-bg) 0%, var(--page-bg) 100%);
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
#fh5co-experience {
  background: var(--section-experience-bg);
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
#fh5co-blog {
  background: var(--section-blog-bg);
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

/* Navbar: theme toggle (desktop right; mobile sits left of hamburger) */
.fh5co-nav-actions {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-actions {
    padding-right: 0 !important; /* Pastikan tidak ada padding yang mengganggu */
  }
}
.fh5co-theme-toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.fh5co-theme-toggle:hover {
  opacity: 0.88;
}

.fh5co-theme-toggle:focus {
  outline: none;
}

.fh5co-theme-toggle:focus-visible {
  outline: 2px solid var(--folio-accent);
  outline-offset: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .fh5co-theme-toggle {
    gap: 6px;
    padding: 4px 2px;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-theme-toggle {
    gap: 4px;
    padding: 3px 2px;
  }
}
.fh5co-theme-toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: var(--ui-btn-radius);
  background: var(--theme-toggle-track);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: background 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .fh5co-theme-toggle-track {
    display: none !important; /* Hapus batang toggle abu-abu */
  }
  .fh5co-theme-toggle-icons {
    font-size: 20px !important;
    opacity: 1 !important;
    color: var(--text-heading) !important;
    padding: 2px;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-theme-toggle-track {
    display: none;
  }
}
.fh5co-theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: calc(var(--ui-btn-radius) - 2px);
  background: var(--theme-toggle-thumb);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}

@media screen and (max-width: 480px) {
  .fh5co-theme-toggle-thumb {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-theme-toggle-thumb {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
  }
}
.fh5co-theme-toggle .fh5co-theme-toggle-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  line-height: 1;
  color: var(--folio-text-muted);
  opacity: 0.85;
}

@media screen and (max-width: 480px) {
  .fh5co-theme-toggle .fh5co-theme-toggle-icons {
    font-size: 19px;
    gap: 1px;
    color: var(--text-heading);
    opacity: 1;
    padding: 2px;
  }
}

@media screen and (max-width: 360px) {
  .fh5co-theme-toggle .fh5co-theme-toggle-icons {
    font-size: 18px !important;
    gap: 1px;
  }
}
.fh5co-theme-toggle .fh5co-theme-toggle-icons i {
  font-style: normal;
}
.fh5co-theme-icon-dark {
  display: none;
}
[data-theme="dark"] .fh5co-theme-icon-light {
  display: none;
}
[data-theme="dark"] .fh5co-theme-icon-dark {
  display: inline;
}
[data-theme="dark"] .fh5co-theme-toggle-thumb {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

@media screen and (max-width: 480px) {
  [data-theme="dark"] .fh5co-theme-toggle-thumb {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
}

@media screen and (max-width: 360px) {
  [data-theme="dark"] .fh5co-theme-toggle-thumb {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }
}

/* —— Dark mode —— */
[data-theme="dark"] {
  --folio-text: #e8e8ea;
  --folio-text-muted: #9a9aa3;
  --folio-surface: #1c1c20;
  --folio-accent-soft: rgba(255, 255, 255, 0.18);
  --folio-shadow-sm: 0 2px 20px rgba(0, 0, 0, 0.35);
  --folio-shadow-md: 0 10px 36px rgba(0, 0, 0, 0.45);
  --folio-shadow-hover: 0 16px 48px rgba(0, 0, 0, 0.5);
  --page-bg: #131316;
  --text-body: #a9a9b2;
  --text-heading: #f0f0f3;
  --nav-bg: rgba(22, 22, 26, 0.92);
  --nav-link: #f2f2f5;
  --nav-logo: #f7f7f9;
  --nav-link-muted: rgba(235, 235, 240, 0.72);
  --nav-link-strong: #ffffff;
  --nav-link-active: #ffffff;
  --nav-bar-shadow: none;
  --footer-bg: #1a1a1e;
  --footer-link: #d4d4dc;
  --section-project-bg: #1a1a1e;
  --section-about-bg: #18181c;
  --section-experience-bg: #1a1a1e;
  --section-blog-bg: #131316;
  --theme-toggle-track: #3a3a42;
  --theme-toggle-thumb: #e8e8ec;
  --folio-filter-pill-border: rgba(255, 255, 255, 0.14);
  --folio-filter-pill-color: rgba(220, 220, 228, 0.85);
  --folio-filter-pill-active-bg: rgba(209, 194, 134, 0.22);
  --folio-filter-pill-active-color: #fafafa;
  --offcanvas-bg: #1e1e24;
  --offcanvas-text: #ececf0;
  --offcanvas-border: rgba(255, 255, 255, 0.08);
  --offcanvas-link: rgba(235, 235, 240, 0.72);
  --offcanvas-link-hover: #ffffff;
  --offcanvas-shadow: -12px 0 40px rgba(0, 0, 0, 0.55);
  --offcanvas-scrim: rgba(0, 0, 0, 0.55);
  --offcanvas-input-bg: rgba(255, 255, 255, 0.06);
  --offcanvas-input-border: rgba(255, 255, 255, 0.12);
  --offcanvas-btn-bg: rgba(255, 255, 255, 0.06);
  --offcanvas-btn-bg-hover: rgba(255, 255, 255, 0.1);
  --offcanvas-chevron: rgba(255, 255, 255, 0.25);
  --burger-bar: #ececf0;
  --burger-bar-active: #ffffff;
  --ui-btn-track-bg: #2a2a30;
  --ui-btn-track-border: #3a3a44;
  --ui-btn-surface: #34343c;
  --ui-btn-surface-text: #f0f0f4;
  --ui-btn-muted-text: #9e9ea8;
  --ui-btn-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  --ui-btn-shadow-hover: 0 4px 14px rgba(0, 0, 0, 0.5);
  color-scheme: dark;
}
[data-theme="dark"] .fh5co-nav ul li.has-dropdown .dropdown {
  background: #25252c;
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .fh5co-nav ul li.has-dropdown .dropdown:before {
  border-bottom-color: #25252c;
}
[data-theme="dark"] .fh5co-nav ul li.has-dropdown .dropdown li a {
  color: #e4e4e8;
}
[data-theme="dark"] .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: var(--folio-accent);
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] #fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  background: rgba(24, 24, 28, 0.86);
  border-color: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  color: #f2f2f7;
}
[data-theme="dark"] #fh5co-footer .fh5co-widget h3,
[data-theme="dark"] #fh5co-footer .fh5co-widget p {
  color: #c8c8d0;
}
[data-theme="dark"] #fh5co-footer .copyright .block,
[data-theme="dark"] #fh5co-footer .copyright a {
  color: #8e8e98;
}
[data-theme="dark"] #fh5co-footer .fh5co-connect-head span {
  color: rgba(232, 232, 236, 0.56);
}
[data-theme="dark"] #fh5co-footer .fh5co-connect-head h2 {
  color: #f2f2f7;
}
[data-theme="dark"] .fh5co-loader {
  background: #131316 !important;
}
[data-theme="dark"] .product .desc h3 a {
  color: var(--folio-text);
}
[data-theme="dark"] p {
  color: inherit;
}
[data-theme="dark"] .fh5co-heading h2 {
  color: var(--text-heading);
}
[data-theme="dark"] .form-control {
  background: #222228;
  border-color: #3a3a44;
  color: #e8e8ec;
}
[data-theme="dark"] .form-control:focus {
  border-color: var(--folio-accent);
  -webkit-box-shadow: 0 0 0 1px var(--folio-accent-soft);
  box-shadow: 0 0 0 1px var(--folio-accent-soft);
}
[data-theme="dark"] textarea.form-control {
  background: #222228;
  color: #e8e8ec;
}
[data-theme="dark"] .gototop a {
  background: var(--ui-btn-surface);
  color: var(--ui-btn-surface-text);
  border-color: var(--ui-btn-track-border);
}
[data-theme="dark"] .gototop a:hover {
  -webkit-box-shadow: var(--ui-btn-shadow-hover);
  box-shadow: var(--ui-btn-shadow-hover);
}
[data-theme="dark"] .fh5co-cover .display-tc h1,
[data-theme="dark"] .fh5co-cover .display-tc h2 {
  color: #fff;
}
[data-theme="dark"] .fh5co-bg-section {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] #fh5co-footer .fh5co-social-icons a {
  color: #b8b8c2;
}
[data-theme="dark"] #fh5co-footer .fh5co-social-icons a:hover {
  color: var(--folio-accent);
}
[data-theme="dark"] .fh5co-heading p {
  color: var(--folio-text-muted);
}


/* --- Portfolio Category Filters (Clean Version) --- */

.folio-filter-bar {
  margin: 0 auto 2.25rem;
  max-width: 100%;
  text-align: center;
}

.folio-filter-bar-inner {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 3px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  backdrop-filter: saturate(130%) blur(10px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.folio-filter-btn {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 14px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: rgba(29, 29, 31, 0.56);
  cursor: pointer;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.folio-filter-btn:hover {
  color: #111114;
}

.folio-filter-btn:focus {
  outline: none;
}

.folio-filter-btn:focus-visible {
  outline: 2px solid #6c78b9;
  outline-offset: 2px;
}

.folio-filter-btn.is-active {
  background: #ffffff;
  color: #111114;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.folio-filter-btn:active {
  transform: scale(0.98);
}

.folio-item-hidden {
  display: none !important;
}

/* Responsif Mobile */
@media screen and (max-width: 768px) {
  .folio-filter-bar {
    margin-bottom: 1.75rem;
  }
  .folio-filter-btn {
    padding: 9px 12px;
    font-size: 9px;
  }
  }

/* Timeline Styles for Experience & Education */
.experience-education-section {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .experience-education-section {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .experience-education-section {
    padding: 0 8px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 360px) {
  .experience-education-section {
    padding: 0 6px;
    margin-top: 6px;
  }
}
.experience-education-section .fh5co-heading span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--folio-text-muted);
}

.experience-education-section .fh5co-heading h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 14px;
}

.experience-education-section .fh5co-heading p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--folio-text-muted);
}

@media screen and (max-width: 768px) {
  .experience-education-section .fh5co-heading span {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  
  .experience-education-section .fh5co-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .experience-education-section .fh5co-heading span {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  
  .experience-education-section .fh5co-heading h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.15;
  }
  
  .experience-education-section .fh5co-heading p {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .experience-education-section .fh5co-heading span {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  
  .experience-education-section .fh5co-heading h2 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.15;
  }
}

/* Segmented control: Experience & Education (uses global --ui-btn-* tokens) */
.experience-education-section .toggle-buttons.ee-segmented {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  -webkit-backdrop-filter: saturate(130%) blur(8px);
  backdrop-filter: saturate(130%) blur(8px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  gap: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .experience-education-section .toggle-buttons.ee-segmented {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .experience-education-section .toggle-buttons.ee-segmented {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    padding: 2px;
    gap: 2px;
  }
}

@media screen and (max-width: 360px) {
  .experience-education-section .toggle-buttons.ee-segmented {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    padding: 2px;
    gap: 2px;
  }
}

.experience-education-section .toggle-buttons.ee-segmented button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 10px;
  padding: 11px 14px;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.56);
  line-height: 1.25;
  text-align: center;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .experience-education-section .toggle-buttons.ee-segmented button {
    padding: 8px 8px;
    font-size: 9px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 480px) {
  .experience-education-section .toggle-buttons.ee-segmented button {
    padding: 5px 3px;
    font-size: 7px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 360px) {
  .experience-education-section .toggle-buttons.ee-segmented button {
    padding: 5px 3px;
    font-size: 6px;
    line-height: 1.05;
    letter-spacing: 0.01em;
  }
}

.experience-education-section .toggle-buttons.ee-segmented button.active {
  background: #ffffff;
  color: #111114;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.experience-education-section .toggle-buttons.ee-segmented button:not(.active):hover {
  color: #111114;
}

.experience-education-section .toggle-buttons.ee-segmented button:focus {
  outline: none;
}

.experience-education-section .toggle-buttons.ee-segmented button:focus-visible {
  outline: 2px solid #6c78b9;
  outline-offset: 2px;
}

.timeline {
  position: relative;
  padding-left: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item .timeline-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.timeline-item .timeline-content:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .timeline-item {
    margin-bottom: 20px;
  }
  
  .timeline-item .timeline-content {
    padding: 20px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 480px) {
  .timeline-item {
    margin-bottom: 16px;
  }
  
  .timeline-item .timeline-content {
    padding: 16px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item {
    margin-bottom: 14px;
  }
  
  .timeline-item .timeline-content {
    padding: 14px;
    border-radius: 10px;
  }
}

.timeline-item .summary-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .timeline-item .summary-header {
    gap: 12px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item .summary-header {
    gap: 10px;
    margin-bottom: 8px;
  }
}

.certification-item .timeline-content {
  cursor: pointer;
}

.certification-item .cert-text p {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--text-body);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .certification-item .cert-text p {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 480px) {
  .certification-item .cert-text p {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 360px) {
  .certification-item .cert-text p {
    font-size: 11px;
    line-height: 1.15;
  }
}

.certification-preview {
  margin-top: 10px;
  margin-left: 53px; /* Sejajar dengan teks setelah logo (38px + 15px gap) */
  width: 220px; /* Lebar pratinjau dibuat lebih ramping */
  position: relative;
  transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .certification-preview {
    margin-left: 44px;
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .certification-preview {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .certification-preview {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.certification-preview::after {
  content: "Click to view full certificate";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.certification-preview:not(.is-expanded):hover::after {
  opacity: 1;
}

.certification-preview img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.06);
  width: 100%;
  max-height: 80px; /* Lebih ramping */
  object-fit: cover;
  object-position: top;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: zoom-in;
}

.certification-preview.is-expanded img {
  max-height: 2500px; /* Batas sangat tinggi agar gambar benar-benar tampil utuh */
  object-fit: contain;
  cursor: zoom-out;
}

.certification-preview.is-expanded {
  margin-left: 0; /* Kembali ke lebar penuh saat membesar */
  width: 100%; /* Melebar penuh saat diklik */
}

.timeline-item .summary-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .timeline-item .summary-logo {
    width: 32px;
    height: 32px;
    padding: 3px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item .summary-logo {
    width: 28px;
    height: 28px;
    padding: 2px;
    border-radius: 6px;
  }
}

.timeline-item .summary h4 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #111114;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .timeline-item .summary h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .timeline-item .summary h4 {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item .summary h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

.timeline-item .summary p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-body);
}

@media screen and (max-width: 768px) {
  .timeline-item .summary p {
    font-size: 13px;
    line-height: 1.35;
  }
}

@media screen and (max-width: 480px) {
  .timeline-item .summary p {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item .summary p {
    font-size: 11px;
    line-height: 1.25;
  }
}

.expand-btn {
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.expand-btn:hover {
  background: #fff;
  color: #111114;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.09);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.09);
}

.expand-btn i {
  font-size: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .expand-btn {
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 8px 12px !important;
  }
  
  .expand-btn i {
    font-size: 11px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 360px) {
  .expand-btn {
    font-size: 9px;
    letter-spacing: 0.04em;
    padding: 7px 10px !important;
  }
  
  .expand-btn i {
    font-size: 10px;
    margin-left: 3px;
  }
}

.details {
  margin-top: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  color: rgba(29, 29, 31, 0.78);
  line-height: 1.75;
}

.details p,
.details ul {
  margin: 0;
}

.details p {
  margin-bottom: 14px;
  font-size: 14px;
}

.details ul {
  list-style: disc;
  padding-left: 18px;
  margin-top: 12px;
  color: #555;
}

.details ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.details p:last-child,
.details ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .details {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 10px;
  }
  
  .details p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  
  .details ul {
    padding-left: 16px;
    margin-top: 10px;
  }
  
  .details ul li {
    margin-bottom: 7px;
  padding-top: 0 !important;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .details {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 8px;
  }
  
  .details p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .details ul {
    padding-left: 14px;
    margin-top: 8px;
  }
  
  .details ul li {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .details {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
  }
  
  .details p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.4;
  }
  
  .details ul {
    padding-left: 12px;
    margin-top: 6px;
  }
  
  .details ul li {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

/* Hidden experience item - initially hidden, shown on "More" click */
.hidden-experience-item {
  display: none;
}

.hidden-experience-item.show {
  display: block;
  animation: slideIn 0.4s ease-out;
}

.hidden-experience-item.hiding {
  animation: slideOut 0.3s ease-out forwards;
}

.hidden-experience-item {
  transition: opacity 0.3s ease-out;
}

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

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

#load-more-experiences {
  font-family: "Montserrat", Arial, sans-serif;
}

#load-more-experiences.hidden {
  display: none;
}

[data-theme="dark"] .hidden-experience-item.show {
  background: rgba(36, 36, 42, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .experience-education-section .toggle-buttons.ee-segmented button {
  color: rgba(242, 242, 247, 0.62);
}
[data-theme="dark"] .experience-education-section .toggle-buttons.ee-segmented button.active {
  background: #3a3a44;
  color: #ffffff;
}
[data-theme="dark"] .timeline-item .timeline-content {
  background: rgba(32, 32, 38, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .timeline-item .timeline-content:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
[data-theme="dark"] .timeline-item .summary-logo {
  background: #23232a;
  border-color: rgba(255, 255, 255, 0.14);
}
[data-theme="dark"] .timeline-item .summary h4 {
  color: #f2f2f7;
}

/* Menyamakan Dark Mode Segmented Control (Projects & Journey) */
[data-theme="dark"] .folio-filter-bar-inner,
[data-theme="dark"] .experience-education-section .toggle-buttons.ee-segmented {
  background: rgba(36, 36, 42, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .folio-filter-btn,
[data-theme="dark"] .experience-education-section .toggle-buttons.ee-segmented button {
  color: rgba(242, 242, 247, 0.62) !important;
}
[data-theme="dark"] .folio-filter-btn.is-active,
[data-theme="dark"] .experience-education-section .toggle-buttons.ee-segmented button.active {
  background: #3a3a44;
  color: #ffffff !important;
}

[data-theme="dark"] .timeline-item .summary p,
[data-theme="dark"] .details {
  color: rgba(242, 242, 247, 0.74);
}
[data-theme="dark"] .details {
  background: rgba(40, 40, 46, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] .expand-btn {
  border-color: rgba(255, 255, 255, 0.18);
}

/* Global modern button system (clean Apple-like) */
.btn,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-outline,
.fh5co-btn-portfolio,
  .expand-btn {
  border-radius: 10px !important;
  border: 1px solid var(--ui-btn-track-border) !important;
  background: var(--ui-btn-surface) !important;
  color: var(--ui-btn-surface-text) !important;
  -webkit-box-shadow: var(--ui-btn-shadow) !important;
  box-shadow: var(--ui-btn-shadow) !important;
  -webkit-transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  -o-transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.fh5co-btn-portfolio:hover,
.fh5co-btn-portfolio:focus,
.expand-btn:hover,
.folio-filter-btn:hover {
  border-color: var(--ui-btn-track-border) !important;
  background: var(--ui-btn-surface) !important;
  color: var(--ui-btn-surface-text) !important;
  -webkit-box-shadow: var(--ui-btn-shadow-hover) !important;
  box-shadow: var(--ui-btn-shadow-hover) !important;
  transform: translateY(-1px);
}

.btn:focus-visible,
.fh5co-btn-portfolio:focus-visible,
.expand-btn:focus-visible,
.folio-filter-btn:focus-visible {
  outline: 2px solid rgba(0, 113, 227, 0.55);
  outline-offset: 2px;
}

/* Global visual polish: clean, minimalist, modern */
body {
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--text-body, #6e6e73);
}

p {
  margin-bottom: 16px;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, figure {
  color: var(--text-heading, #1d1d1f);
  letter-spacing: -0.01em;
}

.fh5co-heading h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.22;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.fh5co-heading p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.72;
  color: var(--folio-text-muted);
}

.fh5co-heading span {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-product,
#fh5co-about,
#fh5co-about-me,
#fh5co-experience,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 6.2em 0;
}

.row-pb-md {
  padding-bottom: 3.2em !important;
}

.row-pb-sm {
  padding-bottom: 1.4em !important;
}

#fh5co-product .fh5co-heading,
#fh5co-about-me .fh5co-heading,
#fh5co-experience .fh5co-heading,
#fh5co-blog .fh5co-heading {
  margin-bottom: 2.4rem;
}

#fh5co-product .fh5co-heading p,
#fh5co-about-me .fh5co-heading p,
#fh5co-experience .fh5co-heading p,
#fh5co-blog .fh5co-heading p {
  max-width: 44rem;
}

#fh5co-product .folio-desktop-card,
#fh5co-blog .fh5co-blog-card,
#fh5co-footer .fh5co-connect-card,
.timeline-item .timeline-content {
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: var(--folio-shadow-sm);
  box-shadow: var(--folio-shadow-sm);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-product,
  #fh5co-about,
  #fh5co-about-me,
  #fh5co-experience,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 4.2em 0;
  }
  .fh5co-heading p {
    font-size: 15px;
  }
}

/* Neutral palette enforcement (white + gray only) */
a,
a:hover,
a:active,
a:focus,
.fh5co-social-icons li a,
.fh5co-contact-info ul li:before,
.fh5co-tabs .icon-xlg i {
  color: var(--folio-accent);
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #5c5c61;
  color: #ffffff;
}

.fh5co-nav .menu-2 li a.cart span small,
.fh5co-nav ul li a.cart span small,
#fh5co-counter .icon,
.feature-center .icon {
  background: #5c5c61;
}

.form-control:active,
.form-control:focus {
  border-color: #5c5c61;
}

.fh5co-connect-card:focus-visible,
.btn:focus-visible,
.fh5co-btn-portfolio:focus-visible,
.expand-btn:focus-visible,
.folio-filter-btn:focus-visible {
  outline: 2px solid rgba(92, 92, 97, 0.55);
}

#fh5co-testimonial,
.fh5co-bg-section {
  background: var(--footer-bg);
}

/*# sourceMappingURL=style.css.map */
