/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");

@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Variable.woff2") format("woff2"),
    url("../fonts/Switzer-Variable.woff") format("woff"),
    url("../fonts/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

:root {
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --color-dark: 29, 29, 29;
  --color-dark-default: 14, 14, 14;
  --color-green: 8, 216, 94;
  --color-green-2: 6, 167, 73;
  --color-gray: 121, 121, 121;
  --color-bg-gray: 246, 246, 246;
  --color-bg-gray-2: 234, 234, 234;
  --color-bg-gray-3: 65, 68, 69;
  --color-bg-dark: 0, 5, 4;
  --color-dark-blue: 38, 47, 72;
}

::-moz-selection {
  background: #9ed994;
  text-shadow: none;
}

::selection {
  background: #9ed994;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #ebebeb;
  margin: 10px 0;
  padding: 0;
  opacity: 1;
}

hr.dashed {
  border-top: 1px dashed #ebebeb;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: rgb(var(--color-default));
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-family: "Switzer";
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(var(--color-default));
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========== Typography ========== */

.Montserrat {
  font-family: "Montserrat";
}

.Poppins {
  font-family: "Poppins";
}

.Sofia {
  font-family: "Sofia Sans";
}

.Sofia-Condensed {
  font-family: "Sofia Sans Semi Condensed";
}

h1 {
  font-size: 96px;
  line-height: 100px;
}

h2 {
  font-size: 68px;
  line-height: 83px;
}

h3 {
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
}

h4 {
  font-size: 48px;
  line-height: 53px;
}

h5 {
  font-size: 24px;
  line-height: 35px;
}

.text-3xs {
  font-size: 10px;
  line-height: 18px;
}

.text-xxs {
  font-size: 12px;
  line-height: 18px;
}

.text-xs {
  font-size: 14px;
  line-height: 21px;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
}

.text-md {
  font-size: 18px;
  line-height: 30px;
}

.text-lg {
  font-size: 20px;
  line-height: 30px;
}

.text-xl {
  font-size: 24px;
  line-height: 33px;
}

.text-xxl {
  font-size: 28px;
  line-height: 40px;
}

.text-3xl {
  font-size: 32px;
  line-height: 45px;
}

.lh-auto {
  line-height: normal;
}

.text-13 {
  font-size: 13px;
}

.leading-2 {
  letter-spacing: 2px;
}

/* ========== Colors ========== */
.color-black {
  color: rgb(var(--color-black));
}

.color-dark {
  color: rgb(var(--color-dark));
}

.color-dark-default {
  color: rgb(var(--color-dark-default));
}

.color-default {
  color: rgba(var(--color-default));
}

.color-white {
  color: rgb(var(--color-white));
}

.color-green {
  color: rgb(var(--color-green));
}

.color-green-2 {
  color: rgb(var(--color-green-2));
}

.color-gray {
  color: rgb(var(--color-gray));
}

.color-dark-blue {
  color: rgb(var(--color-dark-blue));
}

.bg-green {
  background-color: rgb(var(--color-green));
}

.bg-green-2 {
  background-color: rgb(var(--color-green-2));
}

.bg-dark {
  background-color: rgb(var(--color-bg-dark)) !important;
}

.bg-gradient {
  background: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0) -3.94%,
    #212121 162.48%
  ) !important;
}

.bg-gradient-two {
  background: linear-gradient(
    144.03deg,
    rgba(59, 64, 59, 0) -19.8%,
    rgba(19, 23, 20, 0.9) 83.12%
  );
}

.bg-gradient-3 {
  background: linear-gradient(
    180deg,
    #333736 -14.84%,
    rgba(51, 55, 54, 0) 107.55%
  );
}

.bg-gradient-green {
  background: linear-gradient(
    180deg,
    rgba(6, 167, 73, 0) -2.6%,
    #02411c 270.27%
  );
}

.bg-main-gray {
  background-color: rgb(var(--color-bg-gray));
}

.bg-gray-2 {
  background-color: rgb(var(--color-bg-gray-2));
}

.bg-gray-3 {
  background-color: rgb(var(--color-bg-gray-3));
}

/* ========== Forms & Input ========== */

.form-control {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(var(--color-default));
  background-clip: padding-box;
  background-color: rgb(var(--color-white));
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}

.form-control::placeholder {
  color: rgba(51, 62, 66, 0.6);
}

.form-select {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid #edeeed;
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  color: rgb(var(--color-dark));
  background-color: rgb(var(--color-white));
  border-color: #dfdfdf;
  outline: 0;
  box-shadow: none;
}

.form-control:disabled {
  background-color: #ffffff;
  border: 1px solid #e9e7ec;
}

.form-label.required::after {
  content: " *";
  color: red;
}

.form-label.optional::after {
  content: " (Optional)";
  color: #dadada;
}

/* ========== Button ========== */

.btn {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 24px;
  position: relative;
  z-index: 2;
  border: 0;
}

.btn:hover {
  color: rgb(var(--color-white));
}

.btn:active {
  outline: 0;
  border: 0;
}

.btn-green {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #0e0e0e;
  background: rgb(var(--color-green));
  border-radius: 99px;
}

.btn-green svg {
  fill: #0e0e0e;
}

.btn-green:hover {
  color: #fff;
  background: #078e3f;
}

.btn-green:hover svg {
  fill: #fff;
}

.btn-blur {
  padding: 15px 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 99px;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}

.btn-blur.md {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.btn-blur:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* Button Bordered - Default (White) */
.btn-bordered {
  border: 1px solid rgb(var(--color-white)) !important;
  color: rgb(var(--color-white)) !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
}

.btn-bordered:hover {
  border: 1px solid rgb(var(--color-white)) !important;
  color: rgb(var(--color-dark)) !important;
  background-color: rgb(var(--color-white)) !important;
}

/* Button Bordered Dark - FIXED: Black Border & Text */
.btn-bordered.dark {
  border: 1px solid #1d1d1d !important;
  /* Hitam solid */
  color: #1d1d1d !important;
  /* Text hitam solid */
  background-color: transparent !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
}

.btn-bordered.dark:hover {
  border: 1px solid #1d1d1d !important;
  /* Border tetap hitam saat hover */
  color: #ffffff !important;
  /* Text jadi putih saat hover */
  background-color: #1d1d1d !important;
  /* Background hitam saat hover */
}

/* Override untuk link state */
.btn-bordered.dark:focus,
.btn-bordered.dark:active,
.btn-bordered.dark:visited {
  color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}

.btn-bordered.dark:focus:hover,
.btn-bordered.dark:active:hover,
.btn-bordered.dark:visited:hover {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: rgba(255, 255, 255, 0.4);
}

.button-wrap,
.button-wrap-full {
  display: flex;
  padding: 6px;
  background: #ffffff;
  border-radius: 99px;
  position: relative;
  max-width: 215px;
  height: 55px;
  width: 100%;
}

.button-wrap-full {
  padding: 5px;
  border-radius: 99px;
  max-width: 100%;
  width: 100%;
  height: 55px;
  border: 1px solid #dddddd;
}

.button-wrap.borders {
  padding: 5px;
  border: 1px solid #dddddd;
}

.button-wrap.custom {
  max-width: 250px;
}

.icon-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon-btn::after {
  content: "";
  width: 44px;
  height: 44px;
  background-color: rgb(var(--color-green));
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 40px;
  position: absolute;
  transition: all 150ms ease-in-out;
}

.icon-btn:hover::after {
  width: 100%;
}

.icon-btn::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  background-image: url(../img/arrow-right.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  z-index: 3;
}

.btn-arrow svg {
  fill: rgb(var(--color-dark));
}

.btn-arrow:hover svg {
  fill: rgb(var(--color-white));
}

.bg-floor {
  background-size: cover;
  background-position: center bottom;
}

/* ========== Header ========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  width: 100%;
  padding: 15px 0;
  transition: all 150ms ease-in-out;
}

.header.invert {
  background-color: rgb(var(--color-white));
  padding: 5px 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo,
.header-action {
  width: 250px;
}

.main-logo {
  display: inline-block;
  position: relative;
  width: 73px;
  height: 27px;
  margin-top: -1px;
}

.header.invert .main-logo img,
.header.light .main-logo img {
  filter: brightness(0);
}

.logo-mobile img {
  filter: brightness(1) !important;
}

.main-logo::before {
  content: "";
  background-image: url(../img/logo-mask.png);
  width: 73px;
  height: 28px;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0px;
  background-repeat: no-repeat;
}

.header-action {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.list-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 30px;
  margin: 0;
}

.link-menu {
  display: inline-block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: rgb(var(--color-white));
  padding: 10px;
  border-bottom: 1px solid transparent;
}

.header.invert .link-menu,
.header.light .link-menu {
  color: rgb(var(--color-dark));
}

.link-menu:hover,
.header.invert .link-menu:hover,
.header.light .link-menu:hover {
  color: rgb(var(--color-green));
}

.link-menu:active,
.link-menu.active,
.header.invert .link-menu:active,
.header.invert .link-menu.active,
.header.light .link-menu:active,
.header.light .link-menu.active {
  color: rgb(var(--color-green));
  border-bottom: 1px solid rgb(var(--color-green));
}

.dropdown-menu.lang {
  min-width: 80px;
}

.lang .dropdown-item.active,
.lang .dropdown-item:active {
  background-color: #999;
  border: 0;
}

.header.invert .btn-blur,
.header.light .btn-blur {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
}

.header.invert .btn-blur:hover,
.header.light .btn-blur:hover {
  background: rgba(0, 0, 0, 0.4);
}

.header.invert .chev-lang img,
.header.invert .btn-toggle img,
.header.light .chev-lang img,
.header.light .btn-toggle img {
  filter: brightness(0);
}

/* ========== Menu Mobile ========== */
.mobile-nav {
  max-width: 350px;
  height: 100vh;
  background-color: #000504;
  position: fixed;
  left: -350px;
  top: 0;
  z-index: 190;
  width: 100%;
  padding: 30px;
  transition: all 150ms ease-in-out;
  box-shadow: 0px 0px 8px 0px rgba(106, 78, 38, 0.24);
}

.mobile-nav.show {
  left: 0;
}

.overlay-mobile {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 150ms ease-in-out;
}

.overlay-mobile.show {
  visibility: visible;
  opacity: 1;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.btn-toggle {
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.menu-mobile {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-mobile li {
  padding: 10px 0;
  border-bottom: 1px dashed #262626;
}

.link-mobile {
  color: rgb(var(--color-white));
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
}

.link-mobile:hover,
.link-mobile.active {
  color: rgb(var(--color-green));
}

/* ========== Content ========== */
.hero-image,
.hero-solid {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center center;
  z-index: 1;
  display: flex;
  align-items: center;
}

.hero-solid.detail-news {
  height: auto;
  padding-top: 35vh;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
}

.hero-video {
  height: 100vh;
  position: relative;
}

.hero-image::before,
.hero-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 5, 4, 0.6) 0%,
    rgba(0, 5, 4, 0.447499) 16.38%,
    rgba(0, 5, 4, 0.4) 74.93%,
    #000504 100%
  );
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-video::before {
  z-index: 1;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deco-top {
  position: absolute;
  right: -10%;
  bottom: 50px;
}

.sections {
  padding: 80px 0;
}

.bordered {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  border-left: 1px solid rgb(var(--color-green));
  padding-left: 15px;
}

.img-miles {
  overflow: hidden;
  aspect-ratio: 16/5;
}

.img-miles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.line-center {
  width: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.line-center::before {
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  background: #c0c0c0;
}

.line-side {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
}

.inner-line {
  width: 4px;
  height: 12px;
  background: #c0c0c0;
}

.miles-items {
  color: #c0c0c0;
}

.swiper-slide-active.miles-items {
  color: rgb(var(--color-dark));
  font-weight: 600;
}

.swiper-slide-active .line-center::before {
  background: rgb(var(--color-green));
}

.col-indicator {
  position: relative;
}

.col-indicator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #f6f6f8 15%,
    rgba(255, 255, 255, 0) 50%,
    #f6f6f8 85%
  );
  top: 0;
  left: 0;
  z-index: 2;
}

.img-why {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.title-why {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #212121;
}

.deco-why {
  position: absolute;
  top: -20%;
}

.deco-why.rt {
  right: -40%;
}

.deco-why.lt {
  left: -30%;
}

.img-cer {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgb(var(--color-white));
  border-radius: 8px;
}

.cer-nav {
  position: relative;
  height: 40px;
  margin-top: 40px;
}

.move-up {
  transform: translateY(-70px);
}

.title-bg {
  overflow: hidden;
  padding: 45px 50px;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  position: relative;
}

.title-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-showcase {
  position: relative;
  display: block;
  padding: 40px 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-in-out;
  text-align: center;
  height: 100%;
}

.home-showcase:hover {
  color: rgb(var(--color-green));
}

.home-showcase:hover {
  background: linear-gradient(
    180deg,
    rgba(221, 221, 221, 0) -20.59%,
    #d2d2d2 129.87%
  );
}

.home-prod {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 4/4;
  margin-bottom: 30px;
  padding: 0px;
}

.home-prod img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.home-prod figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-prod.data-big {
  aspect-ratio: 1/0.8;
}

.home-prod.related img {
  width: 90%;
}

.home-prod.data img {
  width: 100%;
}

.img-news {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  z-index: 1;
}

.img-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.deco-news {
  position: absolute;
  z-index: 3;
  left: -200px;
  top: -20px;
}

.title-article {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1d1d1d;
}

.title-article:hover {
  color: rgb(var(--color-green));
}

.news-excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-showcase {
  position: relative;
  display: block;
  padding: 40px 32px;
  transition: all 200ms ease-in-out;
  text-align: center;
  height: 100%;
  color: rgb(var(--color-white));
}

.inner-showcase:hover {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
}

.img-imp {
  position: relative;
}

.imp-deco,
.out-deco,
.sol-deco {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 3;
}

.out-deco {
  left: auto;
  right: -50px;
}

.sol-deco.flip {
  transform: scaleX(-1);
  left: auto;
  right: -50px;
}

.box-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb-prod .nav-link {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #ddd;
  opacity: 0.3;
}

.thumb-prod .nav-link.active {
  opacity: 1;
}

.thumb-inside {
  transform: translateY(-120px);
  position: relative;
  z-index: 23;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

.deco-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
}

.img-out {
  aspect-ratio: 16/5;
  position: relative;
}

.img-imp::before,
.img-out::before,
.img-sol::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 3;
}

.img-sol {
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}

.img-sol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ==========================================================================
   UPDATED FIX SOLUTIONS SLIDER (Full Width & Centered)
   ========================================================================== */

/* 1. Wrapper dipaksa Full Width melewatu batas .container Bootstrap */
.apps-slider-wrapper {
  width: 100vw;
  /* Lebar selebar layar device */
  margin-left: calc(50% - 50vw);
  /* Teknik center breakout */
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  /* Mencegah horizontal scrollbar pada browser */
  padding: 40px 0;
  /* Memberi ruang untuk shadow/scale effect */
}

/* 2. Swiper Container */
.apps {
  overflow: visible !important;
  /* Biarkan slide samping terlihat */
  width: 100%;
  padding-bottom: 20px;
}

/* 3. Slide Base Style */
.apps .swiper-slide {
  /* Mobile: Lebar 85% */
  width: 85% !important;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);

  /* State Non-Aktif: Kecil & Transparan */
  opacity: 0.3;
  transform: scale(0.85);
  z-index: 1;
}

/* Desktop: Lebar fix pixel atau persentase besar agar dominan */
@media (min-width: 992px) {
  .apps .swiper-slide {
    width: 900px !important;
    /* Lebar fix agar gambar besar & jelas */
    max-width: 70%;
    /* Fallback agar tidak overflow di layar kecil */
  }
}

/* 4. Slide Aktif (Center) */
.apps .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
  /* Shadow halus untuk depth */
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

/* 5. Styling Gambar */
.apps .img-apps {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /* Border tipis/shadow di dalam */
}

.apps .img-apps img {
  width: 100%;
  height: auto;
  display: block;
  /* Pastikan aspect ratio terjaga */
  object-fit: cover;
}

.img-apps {
  overflow: hidden;
  border-radius: 24px;
}

.grid-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px;
  gap: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.grid-box.dark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px;
  gap: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.grid-box:hover {
  background: rgb(var(--color-white));
}

.grid-box.dark:hover {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
  filter: drop-shadow(0px 44px 68px rgba(6, 13, 15, 0.1));
}

.icon-grid {
  width: 68px;
  height: 68px;
  background: #06a749;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-img {
  position: relative;
  aspect-ratio: 16/6;
}

.prod-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
}

.product-items {
  background-color: rgb(var(--color-white));
}

/* ==========================================================================
   PRODUCT CARD FIXES - Final Version with Proper Spacing
   ========================================================================== */

/* Force product title to display only 1 line */
.product-items .title-article {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-height: 37px !important;
  margin-bottom: 8px !important;
  /* Tight gap between title and dimensions */
}

/* Taller image with better aspect ratio */
.product-items .prod-img {
  position: relative;
  aspect-ratio: 414 / 271;
  /* Changed to 4/3 for taller, more balanced images */
  overflow: hidden;
  background-color: #cccccc;
  width: 100%;
  min-height: auto;
  /* Increased minimum height */
}

/* 1. Kita jadikan pembungkus link (<a>) sebagai Flexbox Container */
.product-items .prod-img a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  /* Tengah Horizontal */
  align-items: center;
  /* Tengah Vertikal */
}

/* 2. Pengaturan Gambar agar Contain (Tidak terpotong) */
.product-items .prod-img img {
  width: 100% !important;
  height: 100% !important;

  /* Kunci utamanya disini: */
  object-fit: contain;
  /* Memaksa gambar masuk ke kotak tanpa terpotong (crop) */
  object-position: center;
  /* Posisi di tengah */

  /* Reset margin aneh sebelumnya */
  margin: 0 !important;
  /* Hapus margin-left: 45px yang bikin geser */

  /* Opsional: Beri sedikit jarak agar gambar tidak nempel tepi kotak */
  padding: 20px;
}

/* Responsive: Pastikan tetap rapi di mobile */
@media (max-width: 767px) {
  .product-items .prod-img img {
    padding: 15px;
    /* Padding lebih kecil di mobile */
  }
}

/* .product-items .prod-img img {
  width: 70%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-left: 45px;
  margin-top: 10px;
} */

/* Card structure - consistent height */
.product-items {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: auto;
  /* Taller card to accommodate bigger image */
  background-color: rgb(var(--color-white));
}

/* Product content wrapper - CONTROLLED PADDING */
.product-items .product-content {
  padding: 24px 28px 24px 28px;
  /* Controlled padding - NOT flex:1 */
  display: block;
}

/* Dimensions styling - NO extra margins */
.product-items .product-dimensions {
  font-size: 14px;
  line-height: 21px;
  color: rgb(var(--color-gray));
  margin: 0 !important;
  padding: 0 !important;
}

/* Override any existing p-4 class if still present */
.product-items > div.p-4 {
  padding: 24px 28px 24px 28px !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .product-items .prod-img {
    aspect-ratio: 4/3;
    min-height: 240px;
  }

  .product-items {
    min-height: 420px;
  }

  .product-items .product-content {
    padding: 22px 24px 22px 24px;
  }
}

@media (max-width: 767px) {
  .product-items .prod-img {
    aspect-ratio: 1/1;
    /* Square on mobile */
    min-height: 200px;
  }

  .product-items {
    min-height: 380px;
  }

  .product-items .title-article {
    font-size: 24px;
    line-height: 30px;
    max-height: 30px !important;
    margin-bottom: 8px !important;
  }

  .product-items .product-content {
    padding: 20px 20px 20px 20px;
  }

  .product-items .product-dimensions {
    font-size: 13px;
  }
}

.list-pi {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.prod-att {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  text-align: center;
  min-width: 86px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #212121;
}

#nav-artc.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 40px;
  color: rgb(var(--color-dark));
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 14px;
}

#nav-artc.nav-tabs .nav-item.show .nav-link,
#nav-artc.nav-tabs .nav-link.active {
  background-color: rgb(var(--color-green));
}

.deco-article {
  position: absolute;
  left: -16%;
  top: 40%;
}

.deco-article.dn {
  top: 150px;
}

.deco-article.flip {
  left: auto;
  transform: scaleX(-1);
  right: -16%;
}

.deco-article.invert img {
  filter: brightness(1) invert(1);
}

.btn-nav {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgb(var(--color-white));
}

.btn-nav:hover {
  background-color: rgb(var(--color-green));
}

.pagination input {
  width: 40px;
}

.main-title {
  font-size: 64px;
  line-height: 70px;
}

.article-meta {
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  gap: 20px;
  font-family: "Poppins";
  list-style: none;
}

.article-meta li::after {
  content: "|";
  margin-left: 20px;
}

.article-meta li:last-child::after {
  display: none;
}

.img-news-detail {
  overflow: hidden;
  aspect-ratio: 16/5;
}

.img-news-detail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.green-highlight {
  box-sizing: border-box;
  padding: 0px 20px;
  background: linear-gradient(
    90deg,
    #08d85e -499.38%,
    rgba(8, 216, 94, 0) 100%
  );
  border-left: 2px solid #08d85e;
}

.share {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-check-input:checked {
  background-color: rgb(var(--color-green));
  border-color: rgb(var(--color-green));
}

.client-list {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120px;
  width: 100%;
  z-index: 2;
}

.client-logo {
  aspect-ratio: 16/5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo figure {
  padding: 15px;
  margin: 0;
}

.steps {
  padding: 0;
  list-style-type: none;
}

.steps li {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  position: relative;
}

.steps li::before {
  content: "";
  width: 3px;
  background-color: rgb(var(--color-green));
  height: calc(100% - 80px);
  display: inline-block;
  position: absolute;
  left: 26px;
  top: calc(50% + 40px);
}

.steps li:last-child::before {
  display: none;
}

.number-step {
  font-size: 48px;
  line-height: 140%;
  font-weight: 500;
  color: rgb(var(--color-white));
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.number-step::before,
.steps li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background-color: rgb(var(--color-green));
  border: 3px solid rgb(var(--color-white));
  bottom: -20px;
  display: block;
  left: calc(50% - 8px);
}

.steps li::after {
  bottom: calc(0px - (50% - 40px));
  left: 22px;
}

.step-box {
  width: calc(100% - 80px);
}

.steps li:last-child::before,
.steps li:last-child .number-step::before,
.steps li:last-child::after {
  display: none;
}

.icon-c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #08d85e;
  border-radius: 99px;
}

.info-c {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 90%;
  color: #ffffff;
  width: max-content;
}

/* ====================================
   DROPDOWN FIX - CRITICAL OVERRIDES
   ==================================== */

/* Force parent overflow */
.bg-white,
form,
.mb-3,
.sections,
.container {
  overflow: visible !important;
}

/* Custom select positioning */
.custom-select {
  position: relative !important;
  z-index: 100 !important;
}

/* Dropdown - hidden by default */
.custom-select-option {
  position: absolute !important;
  top: calc(100% + 5px) !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  display: none !important;
}

/* CRITICAL: Show state with data attribute */
.custom-select-option[data-state="open"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Also support class for compatibility */
.custom-select-option.show[data-state="open"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 500px !important;
}

.select-wrapper {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(var(--color-default));
  background-color: rgb(var(--color-white));
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  position: relative;
}

.select-wrapper::after {
  content: "";
  background-image: url(../img/chev-dark.svg);
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.name-for-prod {
  pointer-events: none;
}

.custom-select-option {
  position: absolute;
  background-color: rgb(var(--color-white));
  padding: 10px;
  width: 100%;
  z-index: 10;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  top: 110%;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-5px);
  transition: all 0.1s ease-in-out;
}

.custom-select-option.show {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  overflow-y: auto;
}

.scroll-li {
  max-height: 200px;
  overflow-y: auto;
}

.search-wrapper {
  margin-bottom: 10px;
}

.search-wrapper input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.prod-items {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.prod-items li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  transition: background-color 100ms ease-in-out;
}

.prod-items li:hover {
  background-color: #f2f2f2;
}

.img-prod {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 6px;
}

.img-prod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name-prod {
  font-weight: 500;
  font-size: 14px;
  color: #1d1d1d;
}

.cate-info {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 600;
}

.product-name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 42px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgb(var(--color-green));
}

.type-prod {
  align-items: center;
  padding: 4px 12px;
  background: #f9dd60;
  border-radius: 99px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #000504;
}

.table-header {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.table-row {
  border-bottom: 1px solid #242424;
}

.info-back-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 100ms ease-in-out;
  color: rgb(var(--color-white));
  font-size: 14px;
  line-height: 14px;
}

.number-green {
  width: 35px;
  height: 35px;
  background: #06a749;
  border-radius: 99px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.gal-top-hero {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 12/6;
  padding: 100px;
}

.gal-top-hero.alt {
  aspect-ratio: 16/11;
}

#nav-tabGalHero.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 2px solid rgb(var(--color-white));
  border-radius: 5px;
  background-color: rgb(var(--color-white));
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

#nav-tabGalHero.nav-tabs .nav-link.active {
  border-color: rgb(var(--color-green));
}

.sliderRelated .swiper-slide,
.sliderBat .swiper-slide {
  height: auto;
}

.box-border {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 100ms ease-in-out;
  color: rgb(var(--color-dark));
}

.box-border.white {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.list-dot li {
  display: flex;
  gap: 15px;
  position: relative;
  margin: 12px 0;
}

.list-dot li::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(8, 216, 94, 0.25);
}

.list-dot li::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(var(--color-green));
  position: absolute;
  left: 5px;
  top: 5px;
}

.list-dot li span {
  color: rgb(var(--color-dark));
  width: calc(100% - 40px);
}

.compare-box {
  background-position: -47%;
  background-repeat: no-repeat;
  background-size: 66% 80%;
}

.indicator {
  width: 15px;
  height: 5px;
  border-radius: 33.3804px;
}

.green-info {
  padding: 4px 12px;
  width: 60px;
  height: 28px;
  background: #06a749;
  border-radius: 99px;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #ffffff;
}

#tabPD {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#tabPD.nav-tabs .nav-link {
  margin-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
  color: rgb(var(--color-dark));
}

#tabPD.nav-tabs .nav-link.active {
  border-bottom: 2px solid rgb(var(--color-green));
  background-color: transparent;
  color: rgb(var(--color-green));
}

.number-data {
  margin: 0;
  padding: 0;
  list-style: none;
}

.number-data li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.number-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 42px;
  border-bottom: 1px solid #08d85e;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.border-desc {
  width: calc(100% - 80px);
  color: rgba(255, 255, 255, 0.6);
}

.key-step {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.key-step li {
  position: relative;
}

.key-step li::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: rgb(var(--color-white));
  display: block;
  right: -50%;
  top: 50%;
}

.key-step li::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  display: block;
  right: calc(-50% - 2px);
  top: calc(50% - 6px);
  background-image: url(../img/chev-right.svg);
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
}

.circle-outside {
  width: 275px;
  height: 275px;
  background: rgba(8, 216, 94, 0.2);
  border: 0.5px solid #08d85e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
}

.circle-inner {
  width: 179px;
  height: 179px;
  border-radius: 50%;
  background: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgb(var(--color-black));
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-circle {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.251);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -6px;
  top: calc(50% - 6px);
}

.small-circle span {
  width: 7px;
  height: 7px;
  background-color: rgb(var(--color-green));
  border-radius: 50%;
}

.key-step li:last-child::before,
.key-step li:last-child::after,
.key-step li:last-child .small-circle {
  display: none;
}

.icon-green {
  width: 55px;
  height: 55px;
  background: #06a749;
  border-radius: 99px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrub .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #025124 0%, #000504 100%);
  overflow: hidden;
  box-sizing: border-box;
}

#scrubSpacer {
  height: 750vh;
}

/* ========== Footer ========== */
.footer {
  background: #f6f6f8;
  position: relative;
  padding: 20px;
}

.footer-inner {
  background-color: #000504;
  border-radius: 30px;
  padding: 80px 0px;
}

.deco-footer {
  position: relative;
  margin-left: -170px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  width: 100%;
  gap: 15px;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: 0;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: auto;
  content: "";
  background-image: url(../img/chev-bottom.svg);
  background-repeat: no-repeat;
  background-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/chev-bottom.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.item-footer {
  max-width: 250px;
}

.link-inner {
  display: block;
}

.link-inner:hover {
  color: rgb(var(--color-green));
}

.footer-bottom {
  margin-top: 90px;
}

.footer-link {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}

.footer-link li {
  margin: 12px 0;
}

.footer-link a {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.footer-link a:hover {
  color: rgb(var(--color-green));
}

.to-top {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  gap: 8px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  justify-content: center;
  background-color: rgb(var(--color-white));
}

.social {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.social-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: rgb(var(--color-white));
}

.social-items:hover {
  background-color: rgb(var(--color-green));
}

.copy {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.link-inner {
  color: rgb(var(--color-gray));
}

.link-static {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.link-static a {
  display: inline-block;
  color: rgb(var(--color-white));
  font-size: 14px;
  font-family: "Montserrat";
}

.link-static a:hover {
  color: rgb(var(--color-green));
}

.scroll-stat {
  position: relative;
  height: 870px;
  margin-top: 80px;
}

.scroll-stat::before {
  content: "";
  position: absolute;
  height: 109px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000504 0%, rgba(0, 5, 4, 0) 100%);
  width: 100%;
  z-index: 2;
}

.scroll-inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 870px;
}

.globe-img {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.box-count {
  padding: 40px;
  border-bottom: 2px solid rgb(var(--color-green));
  margin: 0 40px;
}

.counters {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 70px;
  line-height: 124%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgb(var(--color-white));
}

/* ========== Popup ========== */
.modal-overlay {
  content: "";
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 150ms ease-in-out;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ========== overide ========== */
#cer.swiper-pagination-bullets.swiper-pagination-horizontal,
#sol.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
  top: -15px;
  left: 0;
  width: 100%;
}

.cert.swiper-button-next,
.cert.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-color: rgb(var(--color-white));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.cert.swiper-button-next::after,
.cert.swiper-button-prev::after,
.miles.swiper-button-next::after,
.miles.swiper-button-prev::after {
  display: none;
}

#cer .swiper-pagination-bullet,
#sol .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 0;
}

#sol .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
}

#cer .swiper-pagination-bullet-active,
#sol .swiper-pagination-bullet-active {
  background: rgb(var(--color-dark-blue));
}

/* ========== Scroll ========== */

.content-menu::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

/* Track */
.content-menu::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.content-menu::-webkit-scrollbar-thumb {
  background: #f3f3f3;
}

/* Handle on hover */
.content-menu::-webkit-scrollbar-thumb {
  background: #f3f3f3;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-italic {
  font-style: italic;
}

.text-hidden {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-extraBold {
  font-weight: 800;
}

.text-bold {
  font-weight: 700;
}

.text-semiBold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

.text-Black {
  font-weight: 900;
}

.h-100vh {
  height: 100vh;
}

.mh-0 {
  min-height: 0;
}

.line-height {
  line-height: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Responsive Design.
   ========================================================================== */

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .btn-toggle {
    display: none;
  }
}

@media (min-width: 1025px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }

  .hide-desktop {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
}

@media (min-width: 992px) {
  .detail-mobile {
    display: none;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 76px;
    line-height: 80px;
  }

  h3 {
    font-size: 49px;
    line-height: 120%;
    letter-spacing: -2px;
  }
}

@media (max-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo,
  .header-action {
    width: 250px;
  }

  .hero-video {
    height: auto;
    aspect-ratio: 16/10;
  }

  .header-action {
    justify-content: flex-end;
  }

  .list-menu {
    gap: 10px;
  }

  .header .container {
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    font-size: 76px;
    line-height: 80px;
  }

  h3 {
    font-size: 49px;
    line-height: 120%;
    letter-spacing: -2px;
  }

  h4 {
    font-size: 42px;
    line-height: 50px;
  }

  .main-title {
    font-size: 58px;
    line-height: 60px;
  }

  .deco-footer {
    position: relative;
    margin-left: -223px;
  }

  .social {
    margin-top: 50px;
  }

  .box-count {
    margin: 0;
  }

  /* ==========================================================================
   Global Reach Stats - 2 COLUMN LAYOUT
   ========================================================================== */

  .box-count {
    padding: 40px;
    border-bottom: 2px solid rgb(var(--color-green));
    margin: 0 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  /* LEFT COLUMN: Number + Label */
  .stat-content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  /* Number + Suffix Row */
  .counter-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
  }

  .counters {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.02em;
    position: relative;
  }

  .counter {
    display: inline-block;
    line-height: 1;
  }

  /* Superscript - BIGGER SIZE */
  .counter-suffix-plus {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -15px;
    margin-left: 3px;
  }

  /* Subscript - PANGKAT BAWAH */
  .counter-suffix-custom {
    font-size: 40px !important;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 25px;
    margin-left: 3px;
  }

  /* Label - ALWAYS WHITE */
  .stat-label {
    color: #ffffff !important;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
  }

  /* RIGHT COLUMN: Icon */
  .stat-icon-right {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .stat-icon-right img,
  .stat-icon-right svg {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .counters {
      font-size: 56px;
    }

    .counter-suffix-plus {
      font-size: 32px !important;
      top: -12px;
    }

    .counter-suffix-custom {
      font-size: 32px !important;
      top: 20px;
    }

    .stat-icon-right {
      width: 44px;
      height: 44px;
    }

    .stat-icon-right img,
    .stat-icon-right svg {
      width: 44px !important;
      height: 44px !important;
    }

    .box-count {
      padding: 30px 20px;
      margin: 0 20px;
    }
  }

  @media (max-width: 767px) {
    .box-count {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 25px 15px;
      margin: 0 10px;
    }

    .stat-content-left {
      align-items: center;
    }

    .stat-label {
      text-align: center;
    }

    .stat-icon-right {
      align-self: center;
      margin-top: 15px;
      width: 40px;
      height: 40px;
    }

    .stat-icon-right img,
    .stat-icon-right svg {
      width: 40px !important;
      height: 40px !important;
    }

    .counters {
      font-size: 42px;
    }

    .counter-suffix-plus {
      font-size: 24px !important;
      top: -10px;
    }

    .counter-suffix-custom {
      font-size: 24px !important;
      top: 18px;
    }
  }

  /* Responsive untuk mobile */
  @media (max-width: 767px) {
    /* Override inline styles untuk mobile */
    .col-sm-4 > div {
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
    }

    .col-sm-4 > div > div:first-child {
      align-items: center !important;
    }

    .col-sm-4 > div > div:first-child > div:last-child {
      text-align: center !important;
    }
  }

  .home-prod {
    aspect-ratio: 4/3;
    padding: 15px;
    scale: 1.5;
  }

  .hero-solid.detail-news {
    padding-top: 25vh;
  }

  .gal-top-hero {
    aspect-ratio: 16 / 11;
  }

  .compare-box {
    padding: 40px 0;
    background-position: -81%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .circle-outside {
    width: 225px;
    height: 225px;
  }

  .key-step li::before {
    width: 50%;
  }

  .circle-inner {
    width: 129px;
    height: 129px;
  }
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }

  h1 {
    font-size: 66px;
    line-height: 70px;
  }

  h3 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2px;
  }

  .main-title {
    font-size: 45px;
    line-height: 50px;
  }

  .deco-footer {
    position: relative;
    margin-left: 0px;
    overflow: hidden;
    height: 160px;
    z-index: 1;
  }

  .deco-article {
    width: 40%;
    top: 20%;
  }

  .hero-solid.detail-news {
    padding-top: 20vh;
  }

  .deco-top.custom {
    position: absolute;
    right: -40%;
    bottom: 90px;
  }

  .sliderRelated .swiper-slide,
  .sliderBat .swiper-slide {
    width: 60%;
  }

  .detail-desktop {
    display: none;
  }

  .img-out {
    aspect-ratio: 16 / 7;
    position: relative;
  }

  .compare-box p {
    font-size: 16px;
  }

  .compare-box {
    padding: 40px 0;
    background-position: -67%;
    background-repeat: no-repeat;
    background-size: 70% 76%;
  }

  .circle-outside {
    width: 165px;
    height: 165px;
  }

  .circle-inner {
    width: 89px;
    height: 89px;
  }

  .hero-video {
    height: auto;
    aspect-ratio: 16/11;
  }
}

@media (max-width: 767px) {
  .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .deco-top {
    position: absolute;
    right: -20%;
    bottom: 20px;
    width: 60%;
    z-index: -1;
    opacity: 0.4;
  }

  .hero-video {
    height: auto;
    aspect-ratio: 16/14;
  }

  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 33px;
    line-height: 120%;
    letter-spacing: -2px;
  }

  h4 {
    font-size: 27px;
    line-height: 35px;
  }

  h5 {
    font-size: 19px;
    line-height: 25px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .text-xl {
    font-size: 22px;
    line-height: 28px;
  }

  .text-3xl {
    font-size: 25px;
    line-height: 35px;
  }

  .main-title {
    font-size: 30px;
    line-height: 35px;
  }

  .deco-article.dn {
    top: 80px;
  }

  .bordered {
    font-size: 16px;
    line-height: 150%;
  }

  .move-up {
    transform: translateY(0px);
  }

  .footer {
    padding: 15px;
  }

  .logo {
    width: 150px;
  }

  .header-action {
    width: 300px;
  }

  .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px;
  }

  .blur-hero {
    min-width: 220px;
    padding: 15px 22px;
    justify-content: center;
  }

  .item-footer {
    max-width: 250px;
    width: 100%;
  }

  .title-why {
    font-size: 29px;
    line-height: 120%;
  }

  .title-bg {
    padding: 25px 30px;
  }

  .thumb-inside {
    transform: translateY(0);
    position: relative;
    z-index: 23;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin: 15px 0 35px;
  }

  .scroll-inner {
    height: auto;
  }

  .scroll-stat {
    height: auto;
  }

  .grid-box.dark {
    padding: 20px 25px;
    gap: 60px;
  }

  .step-box {
    width: calc(100% - 50px);
  }

  .number-step {
    font-size: 28px;
    line-height: 140%;
    width: 30px;
    height: 30px;
  }

  .step-box .text-xl,
  .sliderBat .text-xl {
    font-size: 18px;
    line-height: 28px;
  }

  .steps li::before {
    height: calc(100% - 80px);
    left: 11px;
    top: calc(50% + 33px);
  }

  .steps li::after {
    left: 8px;
  }

  .info-c {
    width: calc(100% - 39px);
    line-height: 140%;
  }

  .c-info {
    width: 100%;
  }

  /* ==========================================================================
   RELATED PRODUCTS SLIDER - FIX GAP ISSUES
   ========================================================================== */

  /* Swiper container */
  .sliderRelated {
    overflow: hidden;
    padding-bottom: 10px;
  }

  /* Force swiper wrapper to respect spacing */
  .sliderRelated .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    /* Jangan gunakan gap di sini, biar Swiper yang handle */
  }

  /* Swiper slide dengan forced margin untuk gap */
  .sliderRelated .swiper-slide {
    height: auto !important;
    display: flex !important;
    width: auto !important;
    margin-right: 24px !important;
    /* FORCE GAP - ini yang penting */
    box-sizing: border-box !important;
  }

  /* Remove margin di slide terakhir */
  .sliderRelated .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  /* Product card inside slide harus 100% width */
  .sliderRelated .product-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Tablet: Reduce gap */
  @media (min-width: 768px) and (max-width: 1199px) {
    .sliderRelated .swiper-slide {
      margin-right: 20px !important;
    }
  }

  /* Mobile: Minimal gap */
  @media (max-width: 767px) {
    .sliderRelated .swiper-slide {
      margin-right: 10px !important;
    }
  }

  .sliderRelated .swiper-slide,
  .sliderBat .swiper-slide {
    width: 85%;
  }

  .sliderRelated .inner-showcase,
  .sliderBat .inner-showcase {
    padding: 10px 2px;
  }

  /* Fix Related Products Spacing */
  .sliderRelated .swiper-slide {
    height: auto;
    padding-right: 12px;
    /* Tambah padding right untuk gap */
  }

  .sliderRelated .swiper-slide:last-child {
    padding-right: 0;
    /* Remove padding di slide terakhir */
  }

  /* Pastikan product card tidak melebar */
  .sliderRelated .product-items {
    width: 100%;
    box-sizing: border-box;
  }

  /* Desktop view - 3 columns dengan gap */
  @media (min-width: 1200px) {
    .sliderRelated .swiper-slide {
      padding-right: 24px;
      /* Lebih besar di desktop */
    }
  }

  /* Tablet view - 2 columns dengan gap */
  @media (min-width: 768px) and (max-width: 1199px) {
    .sliderRelated .swiper-slide {
      padding-right: 20px;
    }
  }

  /* FALLBACK: Force gap dengan CSS Grid jika Swiper gagal */
  .sliderRelated .swiper-wrapper {
    display: flex !important;
    gap: 24px !important;
    /* Force gap antar slide */
  }

  @media (max-width: 1199px) {
    .sliderRelated .swiper-wrapper {
      gap: 20px !important;
    }
  }

  @media (max-width: 767px) {
    .sliderRelated .swiper-wrapper {
      gap: 10px !important;
    }
  }

  .product-name {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  .table-row {
    font-size: 14px;
    line-height: 20px;
  }

  .deco-article.flip.details {
    left: auto;
    transform: scaleX(-1);
    right: -16%;
    bottom: 10%;
    top: auto;
  }

  .img-out {
    aspect-ratio: 16 / 8;
    position: relative;
  }

  .gal-top-hero {
    aspect-ratio: 16 / 12;
  }

  .compare-box p {
    font-size: 12px;
    line-height: 16px;
  }

  #tabPD.nav-tabs .nav-link {
    font-size: 12px;
  }

  .circle-outside {
    width: 80px;
    height: 80px;
  }

  .circle-inner {
    width: 59px;
    height: 59px;
    font-size: 12px;
  }

  .swiper-slide .title-article {
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.02em;
  }
}

/* Disabled state for custom select */
.custom-select .select-wrapper.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.custom-select .select-wrapper.disabled:hover {
  background-color: #f5f5f5;
}

.custom-select .select-wrapper.disabled::after {
  opacity: 0.5;
}

/* Loading state improvements */
.scroll-li .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

@media (min-width: 768px) {
}

@media (max-width: 1000px) and (orientation: landscape) {
}

@media (max-width: 700px) and (orientation: landscape) {
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Copy Toast Notification */
.copy-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #08d85e;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(8, 216, 94, 0.3);
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.copy-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.copy-toast svg {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .copy-toast {
    bottom: 20px;
    right: 20px;
    left: 20px;
    justify-content: center;
  }
}

/* Tag Archive Specific Styles */
.btn-bordered {
  border: 1px solid rgb(var(--color-dark));
  color: rgb(var(--color-dark));
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-bordered.dark {
  border: 1px solid rgb(var(--color-dark));
  color: rgb(var(--color-dark));
  border-radius: 40px;
}

.btn-bordered:hover {
  background-color: rgb(var(--color-dark));
  color: rgb(var(--color-white));
  border-color: rgb(var(--color-dark));
}

.btn-bordered.dark:hover {
  border: 1px solid rgb(var(--color-dark));
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-dark));
}

.btn-bordered:hover svg path {
  stroke: rgb(var(--color-white));
}

/* Tag buttons in related tags section */
.btn-sm {
  font-size: 13px;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.btn-sm:hover {
  background-color: #08d85e !important;
  border-color: #08d85e !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(8, 216, 94, 0.2);
}

.btn-sm:hover svg path {
  stroke: white !important;
}

.btn-sm:hover .color-gray {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Pagination input styling */
.pagination input.form-control {
  width: 50px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 8px;
  font-weight: 600;
}

.pagination input.form-control:focus {
  outline: none;
  border-color: #08d85e;
  box-shadow: 0 0 0 3px rgba(8, 216, 94, 0.1);
}

/* Empty state styling */
.text-center svg circle {
  transition: all 0.3s ease;
}

.text-center:hover svg circle {
  fill: #f0f0f0;
}

/* Stats bar responsive */
@media (max-width: 767px) {
  .d-flex.justify-content-between {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

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

/* ==========================================================================
   3D Product Model Styles - Hero Section Only
   ========================================================================== */

/* Hero 3D Model Container */
#hero-3d-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#hero-3d-model {
  width: 100%;
  height: 600px;
  position: relative;
  min-height: 450px;
}

#hero-3d-model canvas {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  display: block;
}

/* Scroll Animation 3D Section - EXACT MATCH */
.scrub {
  position: relative;
  width: 100%;
}

.scrub .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #025124 0%, #000504 100%);
  overflow: hidden;
  box-sizing: border-box;
}

.canvas-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scrubCanvas {
  width: 700px;
  height: 700px;
  max-width: 100vw;
  max-height: 85vh;
  display: block;
}

#scrubSpacer {
  height: 500vh;
}

/* Responsive 3D Model Containers */
@media (max-width: 1024px) {
  #hero-3d-container {
    max-width: 900px;
  }

  #hero-3d-model {
    height: 500px;
    min-height: 400px;
  }

  #scrubCanvas {
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 767px) {
  #hero-3d-container {
    max-width: 100%;
    padding: 0 15px;
  }

  #hero-3d-model {
    height: 400px;
    min-height: 350px;
  }

  #scrubCanvas {
    width: 100%;
    height: 500px;
  }

  #scrubSpacer {
    height: 300vh;
  }
}

@media (max-width: 480px) {
  #hero-3d-model {
    height: 350px;
    min-height: 300px;
  }

  #scrubCanvas {
    height: 450px;
  }
}

/* ==========================================================================
   PRODUCT GALLERY NAV TABS - CONSISTENT POSITIONING
   ========================================================================== */

/* Hero Section Wrapper - Create positioning context */
.hero-image {
  position: relative;
  min-height: 100vh;
}

/* Gallery Container - Fixed height with centered content */
.product-gallery-wrapper {
  position: relative;
  width: 100%;
  height: 85vh;
  /* Fixed viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 150px;
  /* Top padding for header, bottom for nav tabs */
}

/* Tab Content - Centered in available space */
.product-gallery-wrapper .tab-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gallery Image Container - Maintain aspect ratio */
.product-gallery-wrapper .gal-top-hero {
  max-height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery-wrapper .gal-top-hero img {
  max-height: 60vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Nav Tabs - Fixed position at bottom of hero */
.product-gallery-nav {
  position: absolute;
  bottom: 40px;
  /* Fixed distance from bottom */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0 20px;
}

#nav-tabGalHero.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#nav-tabGalHero.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: rgb(var(--color-white));
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all 0.3s ease;
}

#nav-tabGalHero.nav-tabs .nav-link:hover {
  background-color: rgb(var(--color-white));
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(8, 216, 94, 0.2);
}

#nav-tabGalHero.nav-tabs .nav-link.active {
  border-color: rgb(var(--color-green));
  background-color: rgb(var(--color-white));
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(8, 216, 94, 0.4);
}

#nav-tabGalHero.nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .product-gallery-wrapper {
    height: 80vh;
    padding: 80px 15px 130px;
  }

  .product-gallery-wrapper .gal-top-hero {
    max-height: 55vh;
  }

  .product-gallery-wrapper .gal-top-hero img {
    max-height: 55vh;
  }

  .product-gallery-nav {
    bottom: 60px;
  }

  #nav-tabGalHero.nav-tabs {
    max-width: 500px;
  }

  #nav-tabGalHero.nav-tabs .nav-link {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .product-gallery-wrapper {
    height: 75vh;
    padding: 60px 10px 110px;
  }

  .product-gallery-wrapper .gal-top-hero {
    max-height: 70vh;
    scale: 2;
  }

  .product-gallery-wrapper .gal-top-hero img {
    max-height: 70vh;
    scale: 1.2;
  }

  .product-gallery-nav {
    bottom: 40px;
  }

  #nav-tabGalHero.nav-tabs {
    max-width: 100%;
    padding: 12px;
    gap: 6px;
  }

  #nav-tabGalHero.nav-tabs .nav-link {
    width: 50px;
    height: 50px;
    padding: 3px;
  }
}

/**
 * Apps Slider - CSS Fix untuk Overflow & Display
 * Tambahkan code ini ke main.css atau custom CSS theme
 */

/* Wrapper untuk prevent page melebar */
.apps-slider-wrapper {
  overflow: hidden !important;
  width: 100% !important;
  position: relative;
  /* Pastikan wrapper tidak bikin horizontal scroll */
  max-width: 100vw;
}

/* Swiper container tetap bisa overflow untuk preview slides */
.apps-slider-wrapper .swiper.apps {
  overflow: visible;
  /* Allow slides di luar viewport terlihat untuk preview effect */
}

/* Ensure swiper wrapper tidak bikin body overflow */
.apps-slider-wrapper .swiper.apps .swiper-wrapper {
  /* Transform akan handle positioning, tidak perlu overflow */
}

/* Optional: Jika masih ada issue dengan horizontal scroll */
body.page-template-page-solutions {
  overflow-x: hidden;
}

/* Alternative: Gunakan clip-path jika butuh hard cut */
.apps-slider-wrapper.use-clip {
  overflow: visible;
  clip-path: inset(0 0 0 0);
  /* Ini akan clip konten yang keluar tapi tetap render slides */
}

/* Ensure navigation buttons tidak kepotong */
.apps-slider-wrapper + .cer-nav,
.cer-nav {
  position: relative;
  z-index: 10;
  /* Pastikan navigation di atas slider */
}

/* Mobile responsive - pastikan tidak ada horizontal scroll */
@media (max-width: 768px) {
  .apps-slider-wrapper {
    overflow: hidden !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ALTERNATIVE SOLUTION: Jika ingin preview slides tetap terlihat TANPA page overflow */
/* Gunakan negative margin di container */
.sections.bg-dark .container {
  /* Remove default container padding untuk slider section */
}

.apps-slider-wrapper {
  /* Extend ke luar container tapi tetap centered */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  overflow: hidden;
}

/* Adjust slide widths untuk responsive */
.swiper.apps .swiper-slide {
  /* Width sudah di-set di CSS utama, pastikan responsive */
}

@media (min-width: 768px) {
  .swiper.apps .swiper-slide {
    width: 60%;
    /* Active slide */
  }
}

@media (max-width: 767px) {
  .swiper.apps .swiper-slide {
    width: 80%;
    /* Active slide mobile */
  }
}

/* Fix untuk pagination position */
#sol.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

/* Ensure smooth transitions */
.swiper.apps .swiper-slide {
  transition: opacity 0.3s ease;
}

.swiper.apps .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  /* Preview slides slightly transparent */
}

.swiper.apps .swiper-slide.swiper-slide-active {
  opacity: 1;
}
