@font-face {
  font-family: 'Sharp Sans';
  src:
    url('/assets-v2/fonts/SharpSans-Bold.woff2') format('woff2'),
    url('/assets-v2/fonts/SharpSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* NOTE: Font-face declarations
   Used on: all pages
   Purpose: load 'Sharp Sans' font weights used by headings and UI text.
*/

@font-face {
  font-family: 'Sharp Sans';
  src:
    url('/assets-v2/fonts/SharpSans-Medium.woff2') format('woff2'),
    url('/assets-v2/fonts/SharpSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

.btn-contact {
  color: #334155 !important;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 20px !important;
}

.btn-outline-custom {
  border: 2px solid var(--primary-blue);
  color: var(--primary-blue);
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  margin-left: 15px;
}

.btn-lamar {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: 0.3s;
}

.btn-lamar:hover {
  background-color: #333333;
  color: #fff;
}

.btn-light-custom {
  background: #fff;
  color: #008dff;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
}

.btn-info-custom {
  background-color: #3498db;
  color: white;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px;
  border: none;
}

.btn-info-custom:hover {
  background-color: #2980b9;
  color: white;
}

.btn-primary-blue {
  background-color: var(--primary-blue);
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
}

.btn-primary-custom {
  background-color: #ffffff;
  color: var(--primary-blue);
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none;
  margin-right: 15px;
}

.btn-outline-white {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.hero-retail-v2 .btn-primary-custom,
.hero-retail-v2 .btn-outline-white {
  z-index: 2;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-outline-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: #ffffff !important;
  color: var(--primary-blue) !important;
  border: 2px solid #ffffff !important;
}

.hero-retail-v2 .btn-primary-custom:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.nav-link.btn-contact {
  border: none !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important; /* match other .nav-link spacing for vertical alignment */
  color: inherit !important;
}
.nav-link.btn-contact:focus,
.nav-link.btn-contact:active,
.nav-link.btn-contact:focus-visible,
.btn-contact:focus,
.btn-contact:active,
.btn-contact:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.btn-hubungi {
  display: block;
  width: 100%;
  background-color: #008dff;
  color: white !important;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hubungi.featured {
  background-color: #008dff;
  box-shadow: 0 5px 15px rgba(0, 141, 255, 0.4);
}

.btn-hubungi {
  display: block;
  width: 100%;
  background-color: #008dff;
  color: white !important;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hubungi:hover {
  background-color: #0070cc;
}

body {
  font-family: 'Sharp Sans', sans-serif !important;
  /* Tambahkan ini supaya konten tidak tertutup navbar */
  padding-top: 55px !important;
}

/* Pastikan navbar punya background solid supaya konten di belakangnya gak tembus */
.custom-navbar {
  background-color: #ffffff !important;
  z-index: 1050; /* Biar tetap di paling atas dari elemen apapun */
  padding: 15px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

/* Custom Variable */
:root {
  --navy-blue: #162b5b; /* Warna Navy sesuai Figma */
  --text-gray: #64748b;
  --primary-blue: #008dff;
  --navy-dark: #1e2026; /* Warna card gelap di Figma */
  --navy-deep: #162b5b;
}

/* Help playlist: keep active item title readable on light active background */
.playlist-item.active .d-flex > div {
  color: #000000 !important;
  opacity: 1 !important;
}

/* NOTE: CSS Variables (:root)
  Used on: all pages
  Purpose: centralize brand colors used throughout stylesheet.
*/

/* ================================
   NAVBAR
   Used on: all pages via components.js -> renderNavbar()
   Purpose: fixed-top navigation appearance, spacing and shadow. Keep
            rules specific to the site navbar here (avoid global overrides).
   ================================ */
.custom-navbar {
  padding: 15px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.nav-link {
  color: #334155 !important;
  font-weight: 500;
  margin: 0 10px;
  border-radius: 10px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

/* NOTE: Navigation links (.nav-link)
   Used on: all pages (navbar)
   Purpose: navbar item styling and hover behavior.
*/

.nav-link:hover {
  color: var(--navy-blue) !important;
}

.navbar-nav .dropdown {
  position: relative;
}

.navbar-nav .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.navbar-nav .dropdown-toggle::after {
  margin-left: 0;
  transition: transform 0.24s ease;
}

.navbar-nav .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(180deg);
}

.navbar-nav .dropdown-menu {
  margin-top: 0.08rem;
  min-width: 220px;
  border: 1px solid #e4edf8;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(10, 39, 82, 0.16);
  padding: 0.45rem;
}

.navbar-nav .dropdown-item {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.93rem;
  color: #2f4768;
  font-weight: 600;
  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background: #eaf4ff;
  color: #0f4f97;
  transform: translateX(2px);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d8e6f7;
  border-radius: 999px;
  background: #ffffff;
  padding: 3px;
}

.lang-switch-btn {
  border: 0;
  background: transparent;
  color: #355b91;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 9px;
  line-height: 1;
}

.lang-switch-btn.is-active {
  background: #008dff;
  color: #ffffff;
}

/* Motion polish */
html {
  scroll-behavior: smooth;
}

html.vpoint-page-enter body {
  opacity: 0;
}

html.vpoint-page-enter.vpoint-page-enter-done body {
  opacity: 1;
  transition: opacity 0.45s ease;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vpoint-interactive-lift {
  transition:
    transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.vpoint-interactive-lift:hover {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.vpoint-page-enter body,
  html.vpoint-page-enter.vpoint-page-enter-done body,
  .reveal-on-scroll,
  .vpoint-interactive-lift {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* NAVBAR ACCESSIBILITY & BEHAVIOR TWEAKS
   - Remove outline/border for Contact menu link (desktop & focus)
   - Show Product dropdown on hover for pointer devices (desktop)
   - Remove outline on hamburger toggler (mobile)
*/

/* Hamburger toggler: only show the three bars, remove default border/outline */
.navbar-toggler {
  border: none !important;
  background: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Custom animated hamburger -> cross */
/* hide default bootstrap icon if present */
.navbar-toggler .navbar-toggler-icon {
  display: none !important;
}

.navbar-toggler .hamburger {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.navbar-toggler .hamburger .bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #334155;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 0.2s ease;
}
.navbar-toggler .hamburger .bar.top {
  top: 0;
}
.navbar-toggler .hamburger .bar.mid {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .hamburger .bar.bot {
  bottom: 0;
}

/* When expanded (Bootstrap toggles aria-expanded="true") transform to X */
.navbar-toggler[aria-expanded='true'] .hamburger .bar.top {
  transform: translateY(10px) rotate(45deg);
}
.navbar-toggler[aria-expanded='true'] .hamburger .bar.mid {
  opacity: 0;
  transform: scaleX(0);
}
.navbar-toggler[aria-expanded='true'] .hamburger .bar.bot {
  transform: translateY(-10px) rotate(-45deg);
}

/* slightly larger tappable area while keeping visual small */
.navbar-toggler {
  padding: 6px 10px;
}

/* Show dropdown on hover for pointer devices (desktop) */
@media (min-width: 992px) {
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus-visible {
    background: #eef5ff;
  }

  .navbar-nav .dropdown:hover > .dropdown-toggle,
  .navbar-nav .dropdown:focus-within > .dropdown-toggle {
    background: #eef5ff;
  }

  .navbar-nav .dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transform-origin: top right;
    pointer-events: none;
    transition:
      opacity 0.26s cubic-bezier(0.22, 0.8, 0.24, 1),
      transform 0.26s cubic-bezier(0.22, 0.8, 0.24, 1),
      visibility 0.26s linear;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown:focus-within > .dropdown-menu,
  .navbar-nav .dropdown > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .navbar-nav .dropdown:hover > .dropdown-toggle::after,
  .navbar-nav .dropdown:focus-within > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.custom-footer {
  background-color: var(--navy-blue);
  color: #ffffff;
  padding: 80px 0 40px;
}

.footer-logo {
  filter: brightness(0) invert(1); /* Membuat logo hitam jadi putih */
}

.custom-footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.custom-footer ul li {
  margin-bottom: 12px;
}

/* NOTE: .custom-footer ul li
   Used on: all pages (footer)
   Purpose: vertical spacing for footer list items.
*/

.custom-footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

/* NOTE: .custom-footer ul li a
   Used on: all pages (footer)
   Purpose: link color and transition in footer lists.
*/

.custom-footer ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.custom-footer .footer-quick-links {
  column-count: 2;
  column-gap: 18px;
}

.custom-footer .footer-quick-links li {
  break-inside: avoid;
}

/* NOTE: .custom-footer ul li a:hover
   Used on: all pages (footer)
   Purpose: hover interaction for footer links.
*/

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons a,
.social-icons .social-icon-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

/* NOTE: .social-icons a
   Used on: all pages (footer)
   Purpose: social icon button styling in footer.
*/

.social-icons a:hover,
.social-icons .social-icon-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.7);
}

.social-icons a:focus,
.social-icons a:focus-visible,
.social-icons .social-icon-link:focus,
.social-icons .social-icon-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* NOTE: .social-icons a:hover
   Used on: all pages (footer)
   Purpose: hover background effect for social icons.
*/

@media (max-width: 991.98px) {
  .cta-banner {
    max-width: 100%;
  }

  .cta-wrapper .row {
    --bs-gutter-x: 1.5rem;
  }

  .cta-layer11 {
    display: none !important;
  }

  .navbar-nav .dropdown::before {
    content: none !important;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2px);
    pointer-events: none;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    transition:
      max-height 0.28s ease,
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s linear;
  }

  .navbar-nav .dropdown > .dropdown-menu.show {
    max-height: 260px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    margin-top: 0;
    padding: 0.25rem 0;
    border: 1px solid #e4edf8;
    box-shadow: inset 0 0 0 1px #e4edf8;
    border-radius: 12px;
  }

  .navbar-nav .dropdown-menu {
    min-width: 100%;
    min-width: 100%;
  }

  .navbar-nav .dropdown-item {
    font-size: 0.9rem;
    padding: 10px 10px;
  }

  .custom-footer .footer-quick-links {
    column-count: 1;
  }

  .custom-footer .col-lg-2.col-md-6:last-child {
    text-align: center;
  }

  .custom-footer .col-lg-2.col-md-6:last-child .social-icons {
    justify-content: center;
  }
}

.copyright,
.tagline,
.address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* NOTE: .copyright, .tagline, .address
   Used on: all pages (footer)
   Purpose: small-print text styles in footer sections.
*/

/* Sharp Sans Font sudah terpasang di instruksi sebelumnya */

:root {
  --primary-blue: #008dff;
  --navy-dark: #1e2026; /* Warna card gelap di Figma */
  --navy-deep: #162b5b;
}

h1,
h2,
h3,
h4 {
  font-family: 'Sharp Sans', sans-serif;
  font-weight: 700;
}

/* NOTE: Heading tags (h1-h4)
   Used on: all pages
   Purpose: enforce site heading font and weight.
*/

/*card.bg*/
.hero {
  /* Width 1920 (100%) */
  width: 100%;
  height: 956px;
  /* Background Gradient Biru */
  background: linear-gradient(135deg, #051668 0%, #005bc5 50%, #29b6f6 100%);
  position: relative;
  color: white;
  overflow: hidden; /* Agar shape dekorasi tidak keluar layout */
}

.hero-cards {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
}

/* ================================
   HERO (generic)
   Used on: index.html (class: .hero-section / .hero-content)
   Purpose: top-of-page promotional area for the dashboard/homepage. Use
            this for generic hero layouts (non-retail specific).
   ================================ */
.hero-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(233, 243, 255, 0.88), rgba(239, 247, 255, 0.9)),
    repeating-linear-gradient(0deg, rgba(102, 138, 178, 0.12) 0, rgba(102, 138, 178, 0.12) 0.35px, transparent 1px, transparent 78px),
    repeating-linear-gradient(90deg, rgba(102, 138, 178, 0.12) 0, rgba(102, 138, 178, 0.12) 0.35px, transparent 1px, transparent 92px),
    linear-gradient(110deg, #e8f1fb 0%, #d6e5f6 55%, #c9ddf3 100%);
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.32) 40%, rgba(255, 255, 255, 0) 72%),
    repeating-linear-gradient(0deg, rgba(79, 118, 162, 0.12) 0, rgba(79, 118, 162, 0.12) 0.8px, transparent 0.8px, transparent 44px),
    repeating-linear-gradient(90deg, rgba(79, 118, 162, 0.12) 0, rgba(79, 118, 162, 0.12) 0.8px, transparent 0.8px, transparent 44px);
  opacity: 0.45;
  z-index: 0;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: -8% -6% -10% 42%;
  pointer-events: none;
  transform: rotate(11deg);
  border-radius: 36px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.24) 1.15px, transparent 1.15px, transparent 112px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.24) 1.15px, transparent 1.15px, transparent 152px);
  opacity: 0.24;
  z-index: 0;
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: 3.5rem;
  color: var(--navy-dark);
}

/* NOTE: .hero-content h1
   Used on: index.html (homepage hero)
   Purpose: large hero title styling for homepage.
*/

.hero-content h1 span {
  color: var(--primary-blue);
}

.hero-content p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 25px 0;
}

.hero-cards-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

#landing-hero-cards-root {
  width: 100%;
  max-width: 700px;
}

.landing-cards-stage {
  --landing-card-bg: rgba(224, 235, 248, 0.42);
  --landing-card-border: rgba(247, 251, 255, 0.9);
  --landing-shadow: 0 12px 32px rgba(32, 63, 97, 0.08);
  position: relative;
  width: 100%;
  min-height: 510px;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
  pointer-events: none;
}

.landing-cards-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(237, 246, 255, 0.95) 0%, rgba(237, 246, 255, 0.72) 42%, rgba(237, 246, 255, 0.22) 72%, rgba(237, 246, 255, 0.06) 100%), radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.54), transparent 42%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.34), transparent 48%);
}

.landing-cards-marquee {
  position: absolute;
  inset: -14% -18%;
  z-index: 1;
  display: grid;
  gap: 24px;
  transform: rotate(-8deg) scale(1.02);
  opacity: 0.78;
}

.landing-cards-row {
  width: max-content;
  display: flex;
  gap: 20px;
  will-change: transform;
}

.landing-cards-row-left {
  animation: landingSlideLeft 28s linear infinite;
}

.landing-cards-row-right {
  animation: landingSlideRight 32s linear infinite;
}

.landing-bg-card {
  width: 255px;
  height: 162px;
  border-radius: 20px;
  background: var(--landing-card-bg);
  border: 1px solid var(--landing-card-border);
  backdrop-filter: blur(6px);
  box-shadow: var(--landing-shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-chip {
  width: 44px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.72), rgba(255, 204, 51, 0.62));
}

.landing-line {
  height: 10px;
  border-radius: 6px;
  background: rgba(17, 24, 39, 0.13);
}

.landing-line.w-80 {
  width: 80%;
}

.landing-line.w-60 {
  width: 60%;
}

.landing-line.w-40 {
  width: 40%;
}

@keyframes landingSlideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes landingSlideRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.landing-hero-right-cards {
  position: relative;
  width: calc(100% + 360px);
  margin-right: -360px;
  min-height: 500px;
  overflow: visible;
}

.landing-hero-right-cards .landing-right-side {
  position: absolute;
  right: 200px;
  top: -95px;
  transform: rotate(10deg);
}

.landing-hero-right-cards .card-column {
  width: 360px;
}

/* NOTE: .hero-content p
   Used on: index.html (homepage hero)
   Purpose: subtitle/paragraph styling in hero area.
*/

/* ================================
   FEATURE CARDS / SECTION TITLES
   Used on: index.html, services.html, addons.html
   Purpose: section headings and dark feature boxes used for feature
            highlights; keeps consistent typography & spacing.
   ================================ */
/* Styling Section Judul */
.section-title {
  font-family: 'Sharp Sans', sans-serif;
  font-weight: 700;
}

/* NOTE: .section-title
   Used on: index.html, services.html, help-*.html
   Purpose: consistent section heading typography.
*/

/* Styling Kotak Gelap */
.feature-box-dark {
  background-color: #2d2d32; /* Warna gelap sesuai Figma */
  border-radius: 20px; /* Sudut melengkung halus */
  color: #ffffff; /* Teks putih */
  min-height: 160px;
  max-width: 700px; /* Batasi lebar box supaya tidak terlalu lebar di desktop */
  margin: 0 auto; /* Center di dalam container */
  transition: transform 0.3s ease;
  position: relative; /* untuk posisi absolute icon */
  overflow: hidden; /* clip large decorative icons so they appear cut-off */
}

/* NOTE: Feature Box Dark (.feature-box-dark)
   Used on: index.html
   Purpose: dark highlight boxes for homepage features.
*/

.feature-box-dark:hover {
  transform: translateY(-5px); /* Efek melayang sedikit saat di-hover */
}

/* NOTE: .feature-box-dark:hover
   Used on: index.html
   Purpose: hover lift effect for dark feature boxes.
*/

.feature-box-dark h4 {
  font-family: 'Sharp Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

/* NOTE: .feature-box-dark h4
   Used on: index.html
   Purpose: title style inside dark feature boxes.
*/

.feature-box-dark p {
  font-size: 0.95rem;
  color: #cbd5e1; /* Warna teks abu-abu terang agar tidak terlalu silau */
  line-height: 1.6;
}

/* Responsive: kurangi lebar pada tablet/HP */
@media (max-width: 768px) {
  .feature-box-dark {
    max-width: 520px; /* lebih sempit pada tablet / small desktop */
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .feature-box-dark {
    max-width: 95%; /* hampir full width on very small screens, with container padding */
  }
}

/* Icon circle inside feature boxes to match design */
.feature-box-dark i.bi {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-blue) !important;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* Large decorative outline icon that fills and is clipped by the box */
.feature-box-dark i.big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
  font-size: 10.5rem; /* balanced large size for 700px box */
  line-height: 1;
  color: var(--primary-blue);
  opacity: 0.28; /* visible but not overpowering */
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
  pointer-events: none;
  mix-blend-mode: normal;
  z-index: 0; /* sit behind text */
}

/* Positioning when icon is on the right side */
.feature-box-dark i.big-icon.icon-side-right {
  right: -80px; /* extend outside box and get clipped */
  transform: translateY(-50%) rotate(-8deg);
}

/* Positioning when icon is on the left side (mirror rotation) */
.feature-box-dark i.big-icon.icon-side-left {
  left: -80px; /* extend outside box and get clipped */
  transform: translateY(-50%) rotate(8deg);
}

/* Responsive size adjustments */
@media (max-width: 1199px) {
  .feature-box-dark i.big-icon {
    font-size: 8.5rem;
    opacity: 0.32;
    right: -60px;
    left: auto;
  }
  .feature-box-dark i.big-icon.icon-side-left {
    left: -60px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .feature-box-dark i.big-icon {
    position: absolute;
    top: 50%;
    right: -32px;
    left: auto;
    transform: translateY(-50%) rotate(-6deg);
    font-size: 6.5rem; /* mobile-friendly size */
    opacity: 0.44; /* stronger so icon reads on small screens */
  }
  .feature-box-dark i.big-icon.icon-side-left {
    left: -32px;
    right: auto;
    transform: translateY(-50%) rotate(6deg);
  }
  /* ensure text sits above icon on mobile */
  .feature-box-dark .row > .col-md-6 {
    position: relative;
    z-index: 2;
  }
}

/* Slightly larger icon on desktop */
@media (min-width: 992px) {
  .feature-box-dark i.bi {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .feature-box-dark i.big-icon {
    font-size: 12.5rem; /* larger decorative size, clipped by box */
    opacity: 0.28;
    right: -80px;
    left: auto;
  }
  .feature-box-dark .row > .col-md-6 {
    position: relative;
    z-index: 2; /* keep text readable above icon */
  }
}

/* If icon comes after the heading (ms-2), keep spacing consistent */
.feature-box-dark h4 + i.bi {
  margin-left: 10px;
}

/* If icon comes before the heading (me-2), keep spacing consistent */
.feature-box-dark i.bi.me-2 {
  margin-right: 12px;
}

/* NOTE: .feature-box-dark p
   Used on: index.html
   Purpose: descriptive text style inside dark feature boxes.
*/

.text-primary {
  color: #008dff !important; /* Biru cerah sesuai desain */
}

/* NOTE: .text-primary
   Used on: multiple pages
   Purpose: utility class to apply primary brand color to text.
*/

/* Styling Banner Biru */
.trusted-section {
  background: linear-gradient(135deg, #163e9c 0%, #008dff 100%);
  padding: 60px 0;
}

/* NOTE: .trusted-section
   Used on: index.html
   Purpose: blue trusted-client banner section background and padding.
*/

.trusted-title {
  font-family: 'Sharp Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

/* NOTE: .trusted-title
   Used on: index.html
   Purpose: heading style for trusted/partners section.
*/

/* Styling Kartu Putih untuk Logo */
.client-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: transform 0.2s ease;
}

/* NOTE: Client Card (.client-card)
   Used on: index.html (trusted logos)
   Purpose: small white card for client logos.
*/

.client-card:hover {
  transform: scale(1.05); /* Sedikit membesar saat di-hover */
}

/* NOTE: .client-card:hover
   Used on: index.html
   Purpose: hover scale effect for client logo cards.
*/

.client-card img {
  max-height: 45px; /* Batasi tinggi logo agar seragam */
  width: auto;
  margin-bottom: 8px;
  object-fit: contain;
}

/* NOTE: .client-card img
   Used on: index.html
   Purpose: size constraint for logo images inside client cards.
*/

.client-card span {
  color: #334155;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Sharp Sans', sans-serif;
  text-align: center;
}

/* NOTE: .client-card span
   Used on: index.html
   Purpose: caption/text under client logos inside client-card.
*/


.partner-section-v2 {
  background: radial-gradient(circle at 10% 10%, #f4f8ff 0%, #eef4ff 48%, #e8f1ff 100%);
  border-top: 1px solid rgba(0, 92, 184, 0.08);
  border-bottom: 1px solid rgba(0, 92, 184, 0.08);
}

.partner-header-v2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.partner-kicker {
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f4fa3;
}

.partner-search-wrap {
  position: relative;
  width: min(360px, 100%);
}

.partner-search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #5476a9;
}

.partner-search-wrap .form-control {
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding-left: 38px;
  min-height: 44px;
  background: #fff;
}

.partner-search-wrap .form-control:focus {
  border-color: #008dff;
  box-shadow: 0 0 0 0.2rem rgba(0, 141, 255, 0.15);
}

.partner-marquee-shell {
  border-radius: 18px;
  border: 1px solid rgba(0, 74, 151, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.92));
  padding: 16px;
  box-shadow: 0 14px 36px rgba(20, 56, 110, 0.09);
}

.partner-marquee-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.partner-marquee-scroller::-webkit-scrollbar {
  display: none;
}

.partner-marquee-scroller.is-dragging {
  cursor: grabbing;
}

.partner-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: max-content;
  min-height: 140px;
}

.partner-group {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.partner-card-item {
  min-width: 180px;
  max-width: 180px;
  border-radius: 14px;
  border: 1px solid #d9e7ff;
  background: #fff;
  padding: 14px 12px;
  text-decoration: none;
  color: #183a68;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.partner-card-item:hover,
.partner-card-item:focus {
  transform: translateY(-3px);
  border-color: #80bcff;
  box-shadow: 0 10px 22px rgba(12, 63, 124, 0.13);
  color: #173863;
}

.partner-card-logo {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-card-logo img {
  max-height: 56px;
  max-width: 100%;
  object-fit: contain;
}

.partner-card-name {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
}

.partner-card-project {
  color: #6f86a8;
  display: block;
  margin-top: 2px;
}

.partner-loading,
.partner-empty {
  min-width: min(100%, 680px);
  text-align: center;
  color: #5f7698;
  border: 1px dashed #bfd4f4;
  background: #f6faff;
  border-radius: 12px;
  padding: 22px;
}

.partner-meta {
  color: #637c9f;
  font-size: 0.84rem;
}

@media (max-width: 768px) {
  .partner-card-item {
    min-width: 156px;
    max-width: 156px;
  }

  .partner-marquee-shell {
    padding: 12px;
  }
}
/* Styling Dasar Card */
.faq-item {
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* NOTE: FAQ Item (.faq-item)
   Used on: index.html
   Purpose: container style for FAQ accordion items.
*/

/* Warna Biru Muda untuk item yang sedang terbuka */
.faq-item:has(.collapse.show) {
  background-color: #f1f4ff;
  border: none !important;
}

/* NOTE: .faq-item:has(.collapse.show)
   Used on: index.html
   Purpose: style open FAQ item with distinct background.
*/

/* Styling Judul */
.faq-header h5 {
  font-size: 1.05rem;
  font-weight: 600;
}

/* NOTE: .faq-header h5
   Used on: index.html
   Purpose: question heading typography in FAQ accordion.
*/

/* NOTE: FAQ Header (.faq-header h5)
   Used on: index.html
   Purpose: heading style for FAQ questions.
*/

/* Warna Biru saat Aktif */
.faq-header:not(.collapsed) h5,
.faq-header:not(.collapsed) .faq-icon-state i {
  color: #008dff;
}

/* Otomatis Ganti Icon Plus ke Minus menggunakan CSS */
.faq-header.collapsed .faq-icon-state i::before {
  content: '\f4fe'; /* Kode icon plus-square di Bootstrap Icons */
}

.faq-header:not(.collapsed) .faq-icon-state i::before {
  content: '\f2f4'; /* Kode icon dash-square-fill di Bootstrap Icons */
}

.faq-icon-state i {
  font-size: 1.4rem;
  color: #cbd5e1;
  transition: 0.3s;
}

/* NOTE: .faq-icon-state i
   Used on: index.html
   Purpose: icon sizing/color for FAQ toggle icon.
*/

.faq-body {
  font-family: 'Sharp Sans', sans-serif;
}

/* CTA BANNER */
.cta-banner {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  max-width: 980px;
}

.cta-wrapper {
  background: linear-gradient(135deg, #162b5b 0%, #008dff 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.cta-wrapper .row {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 26px;
}

.cta-wrapper .cta-media-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* NOTE: .cta-wrapper
   Used on: index.html
   Purpose: CTA banner container with gradient and rounded corners.
*/

/* NOTE: CTA Wrapper (.cta-wrapper)
   Used on: index.html
   Purpose: large call-to-action banner styling.
*/

.cta-img {
  width: min(100%, 260px);
  height: auto;
  max-width: 100%;
  max-height: 240px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}

.cta-wrapper .cta-text-col {
  padding: 1.6rem 1.8rem !important;
}

/* NOTE: .cta-img
   Used on: index.html
   Purpose: decorative image inside CTA that overlaps the banner.
*/

/* CAREER HERO */

/* NOTE: Career Hero
   Used on: career.html
   Purpose: large hero for the careers page with blue gradient and pattern overlay.
*/
.career-hero {
  background: linear-gradient(135deg, #008dff 0%, #162b5b 100%);
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

/* Efek pola kotak transparan di background (opsional) */
.career-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* WHY WORK WITH US */
.icon-circle {
  width: 80px;
  height: 80px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2rem;
  color: #162b5b;
  transition: 0.3s;
}

/* NOTE: Icon Circle (.icon-circle)
   Used on: career.html (benefit items)
   Purpose: circular icon background for benefits list.
*/

.benefit-item:hover .icon-circle {
  background: #008dff;
  color: #fff;
}

.benefit-item h4 {
  font-family: 'Sharp Sans', sans-serif;
  font-weight: 700;
  margin-top: 15px;
}

/* WA FLOAT ON CAREER */
.wa-float-career {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #008dff; /* Sesuai warna di gambar */
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* NOTE: .wa-float-career
   Used on: career.html
   Purpose: career page-specific WhatsApp quick contact button.
*/

/* Container Background Biru */
.join-team-section {
  background: linear-gradient(180deg, #008dff 0%, #162b5b 100%);
}

/* Card V2 */
.job-card-v2 {
  background-color: #ffffff;
  border-radius: 20px;
  color: #1a1a1a;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* NOTE: Job Card (.job-card-v2)
   Used on: career.html
   Purpose: card used for each job listing; contains title, tags, and apply button.
*/
.job-title {
  font-family: 'Sharp Sans', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

/* NOTE: .job-title
   Used on: career.html
   Purpose: job listing title style inside job-card-v2.
*/

.job-list li {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 5px;
}

/* NOTE: .job-list li
   Used on: career.html
   Purpose: item style for lists inside job cards.
*/

/* Tag/Badge Full Time */
.badge-custom {
  background-color: #e5e7eb;
  color: #374151;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

/* NOTE: .badge-custom
   Used on: career.html
   Purpose: small tag/badge for job type or metadata.
*/

.salary {
  font-weight: 700;
  font-size: 0.85rem;
}

/* NOTE: .salary
   Used on: career.html
   Purpose: salary label style inside job card.
*/

.location {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* NOTE: .location
   Used on: career.html
   Purpose: job location text styling inside job card.
*/

/* Tombol Hitam */

/* SERVICE HERO */
.service-hero {
  background: linear-gradient(135deg, #008dff 0%, #162b5b 100%);
  padding: 140px 0 100px;
  position: relative;
}

/* NOTE: .service-hero
   Used on: services.html
   Purpose: hero area for services page with gradient and spacing.
*/
/* SERVICE CARDS */
.service-card {
  border-radius: 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: none !important;
}

/* NOTE: Service Card (.service-card)
   Used on: services.html
   Purpose: horizontal card used to display service features with icon and text.
*/

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* NOTE: .service-icon-img
   Used on: services.html
   Purpose: icon image sizing inside service cards.
*/

.service-card h5 {
  font-family: 'Sharp Sans', sans-serif;
  color: #162b5b;
  font-size: 1.1rem;
}

/* NOTE: .service-card h5
   Used on: services.html
   Purpose: heading style inside each service card.
*/

.service-card p {
  line-height: 1.4;
  font-size: 0.85rem;
}

/* NOTE: .service-card p
   Used on: services.html
   Purpose: paragraph/description text inside service cards.
*/

/* SERVICE CARDS */
.service-card {
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #008dff;
}

.service-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-card h5 {
  font-family: 'Sharp Sans', sans-serif;
  color: #162b5b;
  font-size: 1.1rem;
}

.service-card p {
  line-height: 1.4;
  font-size: 0.85rem;
}

/* WA FLOAT (Bisa dipakai di semua page) */
.wa-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* NOTE: WA Float (Global) (.wa-float, .wa-float-global)
   Used on: multiple pages via components.js
   Purpose: persistent WhatsApp floating contact button (global usage).
*/

/* NOTE: WA Float (Career) (.wa-float-career)
   Used on: career.html
   Purpose: absolute-positioned WhatsApp quick contact button specific to career page.
*/
.service-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #f1f4ff; /* Biru muda transparan */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* NOTE: Service Icon Wrapper (.service-icon-wrapper)
   Used on: services.html
   Purpose: small square background container for an icon inside service cards.
*/

.service-icon-wrapper i {
  font-size: 1.8rem;
  color: #008dff; /* Biru VPoint */
}

.service-card {
  border: none !important; /* Biar lebih clean kayak di desain */
  border-radius: 20px;
}

.service-card:hover .service-icon-wrapper {
  background-color: #008dff;
  transition: 0.3s;
}

.service-card:hover .service-icon-wrapper i {
  color: #ffffff;
  transition: 0.3s;
}

/* Gaya Umum */
body {
  font-family: 'Raleway', sans-serif;
  background-color: #f8faff;
}

/* Hero Section */
/* NOTE: Homepage Hero (.hero-retail)
   Used on: index.html
   Purpose: main landing hero background, grid overlay and hero paddings for homepage.
*/
.hero-retail {
  background: linear-gradient(135deg, #0056b3 0%, #008dff 100%);
  padding: 100px 0;
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* Menambahkan grid pattern seperti di gambar */
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(135deg, #0056b3 0%, #008dff 100%);
  background-size:
    50px 50px,
    50px 50px,
    100% 100%;
}
/* WhatsApp Float */
.wa-float {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Add Ons Section */
.addons-section {
  margin-top: -60px; /* Membuat section naik sedikit ke arah hero */
  position: relative;
  z-index: 2;
}

.section-badge {
  display: inline-block;
  background: #008dff;
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 141, 255, 0.3);
  margin-top: 60px; /* push badge lower to match retail layout */
  margin-bottom: 1.5rem;
}

/* Pricing Card */
.card-addons {
  border-radius: 15px !important;
  transition: transform 0.3s;
}

/* NOTE: Addons Card (.card-addons)
   Used on: addons.html
   Purpose: visual style for addon feature cards (rounded, hover transform).
*/

.card-addons:hover {
  transform: translateY(-10px);
}

.card-addons.featured {
  border: 2px solid #008dff !important;
}

.brand-name {
  font-family: 'Inter', sans-serif;
  color: #3a2525;
  font-weight: 700;
}

/* NOTE: .brand-name
   Used on: pricing/addon cards
   Purpose: display the product/brand name inside cards.
*/

.divider {
  width: 80%;
  opacity: 0.1;
  margin: 15px auto;
}

/* NOTE: .divider
   Used on: pricing/addons sections
   Purpose: subtle horizontal divider between card sections.
*/

.features-list li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #555;
}

/* NOTE: .features-list li
   Used on: retail.html, vpos.html, addons.html
   Purpose: individual feature line inside features list.
*/

.price-tag {
  font-weight: 700;
  color: #333;
  font-size: 1.4rem;
}

/* NOTE: .price-tag
   Used on: pricing cards
   Purpose: wrapper for price text/label in pricing layouts.
*/

/* NOTE: .price-tag
   Used on: pricing cards
   Purpose: wrapper for price text/label in pricing layouts.
*/

.price-tag .currency {
  font-size: 0.8rem;
  vertical-align: super;
}

/* NOTE: .price-tag .currency
   Used on: pricing cards
   Purpose: styling for currency symbol inside price tag.
*/

/* NOTE: .price-tag .currency
   Used on: pricing cards
   Purpose: styling for currency symbol inside price tag.
*/

.price-tag .amount {
  font-size: 1.6rem;
}

/* NOTE: .price-tag .amount
   Used on: pricing cards
   Purpose: numeric amount emphasis inside price tag.
*/

/* NOTE: .price-tag .amount
   Used on: pricing cards
   Purpose: numeric amount emphasis inside price tag.
*/

.price-tag .unit {
  font-size: 0.8rem;
  color: #888;
}
/* NOTE: .price-tag .unit
   Used on: pricing cards
   Purpose: unit/period label (e.g., /month) in price tag.
*/

/* Container Utama Hero
   Canonical .hero-retail-v2 definition - grid + gradient used across product/help pages.
   This single declaration replaces duplicated blocks elsewhere in the file.
*/
.hero-retail-v2 {
  background-color: #162b5b !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(135deg, #172753 0%, #0077ff 100%) !important;
  background-size:
    60px 60px,
    60px 60px,
    100% 100% !important;
  padding: 140px 0 100px !important;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #ffffff !important;
}

.hero-retail-v2 .hero-title,
.hero-retail-v2 h1 {
  color: #ffffff !important;
  font-family: 'Sharp Sans', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-retail-v2 .hero-subtitle,
.hero-retail-v2 p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: 'Sharp Sans', sans-serif;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

/* WA Floating Icon */
.wa-float-retail {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* WhatsApp Global Floating Button */
.wa-float-global {
  position: fixed !important; /* Menjaga posisi tetap saat scroll */
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366; /* Warna khas WhatsApp */
  color: white !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999; /* Angka tinggi agar tidak tertutup elemen lain */
  transition: all 0.3s ease;
  text-decoration: none;
}

.wa-float-global:hover {
  transform: scale(1.1); /* Efek membesar dikit saat di-hover */
  background-color: #128c7e;
  color: white !important;
}

/* Animasi supaya lebih menarik perhatian (Opsional) */
@keyframes pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.wa-float-global {
  animation: pulse-wa 2s infinite;
}

/* Video Card Style */
.video-card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
}

/* NOTE: .video-card
   Used on: help-*.html
   Purpose: container style for embedded video cards on help pages.
*/

.video-thumbnail {
  width: 100%;
  height: 180px;
  background-color: #a0a0a0; /* Placeholder warna abu-abu seperti di gambar */
  position: relative;
}

/* NOTE: .video-thumbnail
   Used on: help-*.html
   Purpose: thumbnail area inside video card.
*/

/* Table Style */
.table thead th {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 15px;
}

/* NOTE: .table thead th
   Used on: various pages with tables
   Purpose: table header typography and spacing.
*/

.table tbody td {
  padding: 15px;
  font-size: 0.95rem;
  color: #444;
}

/* NOTE: .table tbody td
   Used on: various pages with tables
   Purpose: table body cell padding and text styling.
*/

/* canonical .hero-retail-v2 is defined above; duplicates removed */
/* See the canonical definition near the main hero section. */

.canonical-hero-defined-above {
  /* duplicate hero removed; see main .hero-retail-v2 block */
}
/* --- PRICING SECTION --- */
.pricing {
  background-color: #ffffff;
  padding: 80px 0;
}

.badge-pricing {
  background-color: #008dff;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 700;
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
}

/* --- PRICING CARD PREMIUM --- */
.card-pricing {
  width: 380px;
  min-height: auto;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.card-pricing.featured {
  border: 2px solid #008dff;
  transform: scale(1.02);
}

.card-pricing:hover {
  transform: translateY(-10px);
}

.plan-label {
  color: #e91e63;
  font-weight: 700;
  font-size: 1.2rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  flex-grow: 1; /* Mendorong footer kartu ke bawah */
}

.features-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-list li.inactive {
  color: #ccc;
  text-decoration: line-through;
}

.features-list li.active i {
  color: #00c853;
}

/* --- FOOTER CARD (HARGA & TOMBOL) --- */
.price-box {
  margin-bottom: 20px;
}

.price-box .amount {
  font-size: 2rem;
  font-weight: 800;
  color: #162b5b;
}

.note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 10px;
}

/* NOTE: .note
   Used on: pricing/cards and various sections
   Purpose: small helper text used for footnotes or disclaimers.
*/

/* NOTE: .note
   Used on: pricing/cards and various sections
   Purpose: small helper text used for footnotes or disclaimers.
*/

/* Ukuran khusus untuk VPos agar tidak terlalu panjang */
.card-pricing.card-short {
  min-height: 550px !important; /* Lebih pendek karena fiturnya sedikit */
  width: 380px;
}

/* Pastikan section background berbeda sedikit (misal: light gray) agar ada pemisah visual */
.bg-light {
  background-color: #f8f9fa !important;
}

/* Menjaga konsistensi footer kartu */
.card-footer-premium {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

/* canonical .hero-retail-v2 is defined above; duplicate removed */
.hero-title {
  color: #ffffff !important;
  font-size: 3.5rem;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

/* --- PRICING UTAMA --- */
.badge-pricing {
  background-color: #008dff;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 141, 255, 0.3);
}

/* NOTE: Pricing Badge (.badge-pricing)
   Used on: retail.html, vpos.html
   Purpose: product label above pricing sections.
*/

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}

/* NOTE: Pricing Container (.pricing-container)
   Used on: retail.html, vpos.html
   Purpose: centers pricing cards, gap and responsive wrapping.
*/

/* --- CARD STYLE (DENGAN MODE SHORT) --- */
.card-pricing {
  width: 380px;
  min-height: auto;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

/* NOTE: Pricing Card (.card-pricing)
   Used on: retail.html, vpos.html
   Purpose: main pricing card layout; default tall height for retail plans and vertical flex layout.
*/

/* KHUSUS UNTUK VPOS */
.card-pricing.card-short {
  min-height: 550px !important; /* Tinggi lebih pendek buat VPos */
}

/* NOTE: Short Pricing Card (.card-pricing.card-short)
   Used on: vpos.html
   Purpose: shorter pricing variant for VPos product (fewer features).
*/

.card-pricing:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.plan-label {
  color: #e91e63; /* Pink Aksentuasi */
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

/* --- LIST FITUR --- */
.features-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-grow: 1;
}

/* NOTE: Features List (.features-list)
   Used on: retail.html, vpos.html, addons.html
   Purpose: list of features inside pricing/addon cards; flex-grow keeps footer pinned to bottom.
*/

.features-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.features-list li i {
  color: #00c853; /* Checklist Hijau */
}

/* --- HARGA & TOMBOL --- */
.price-box {
  margin-bottom: 25px;
  font-family: 'Inter', sans-serif;
}

.price-box .currency,
.price-box .suffix {
  font-size: 1rem;
  font-weight: 500;
  color: #64748b;
}

.price-box .suffix {
  margin-left: 5px;
}

.price-box .amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #162b5b;
}

.note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 10px;
}

/* RESPONSIVE */
/* NOTE: Responsive breakpoint @media (max-width: 768px)
   Used on: all responsive views
   Purpose: adjust hero and pricing card sizes on small screens.
*/
@media (max-width: 768px) {
  .card-pricing {
    width: 100%;
    min-height: auto !important;
  }
  .hero-title {
    font-size: 2.3rem !important;
  }

  .landing-hero-right-cards {
    width: calc(100% + 220px);
    margin-right: -220px;
    min-height: 280px;
    margin-top: 14px;
  }

  .landing-hero-right-cards .landing-right-side {
    right: -240px;
    top: -60px;
  }

  .landing-hero-right-cards .card-column {
    width: 190px;
  }

  .hero-section::before {
    opacity: 0.34;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.2) 44%, rgba(255, 255, 255, 0) 74%),
      repeating-linear-gradient(0deg, rgba(79, 118, 162, 0.12) 0, rgba(79, 118, 162, 0.12) 0.1px, transparent 1px, transparent 34px),
      repeating-linear-gradient(90deg, rgba(79, 118, 162, 0.12) 0, rgba(79, 118, 162, 0.12) 0.1px, transparent 1px, transparent 34px);
  }

  .hero-section::after {
    inset: -4% -30% -8% 52%;
    opacity: 0.28;
  }
}

/* --- HERO ANIMATED CARDS (NORMAL SHAPE - MONSTER SIZE) --- */
.canonical-hero-defined-above-small {
  /* duplicate minimal hero block removed; see main .hero-retail-v2 */
}
.hero-cards-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
  opacity: 0.8; /* Lebih jelas gambarnya */
  pointer-events: none;
}

/* Side Group: Bikin mepet mentok keluar layar */
.side-group {
  display: flex;
  gap: 10px;
  height: 150%;
  margin-top: -10%;
  pointer-events: none;
}

/* MEPEEET MENTOK KIRI & KANAN */
.left-side {
  transform: rotate(10deg);
  margin-left: -350px; /* Tarik keluar layar kiri */
}
.right-side {
  transform: rotate(10deg);
  margin-right: -350px; /* Tarik keluar layar kanan */
}

.card-column {
  width: 350px; /* UKURAN SUPER GEDE */
  display: flex;
  flex-direction: column;
}

.card-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.animated-card-item {
  width: 100%;
  aspect-ratio: 16 / 9; /* Bentuk normal persegi panjang */
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  overflow: hidden;
  transition: all 0.3s ease;
  pointer-events: auto !important;
  cursor: pointer;
}

.animated-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: 0.3s;
}

/* HOVER: Tetap Normal Tapi Ngezoom Gede */
.animated-card-item:hover {
  transform: scale(1.1) !important;
  border-color: #008dff;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100;
}

.animated-card-item:hover img {
  filter: brightness(1.1);
}

/* ANIMASI JALAN KIRI-KANAN BERLAWANAN */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.animate-up {
  animation: scrollUp 50s linear infinite;
}
.animate-down {
  animation: scrollDown 85s linear infinite;
}

/* Responsive: Matiin kalo layar kekecilan biar gak nutupin teks */
@media (max-width: 1400px) {
  .card-column {
    width: 280px;
  }
  .left-side {
    margin-left: -100px;
  }
  .right-side {
    margin-right: -100px;
  }
}

@media (max-width: 1100px) {
  .hero-cards-visual {
    display: none;
  }
}

/* Global page loader (subtle, eye-friendly) */
.vpoint-page-loader {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: rgba(250, 252, 255, 0.72);
  backdrop-filter: blur(2px);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.vpoint-loader-panel {
  min-width: 180px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 141, 255, 0.14);
  box-shadow: 0 8px 20px rgba(16, 40, 81, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vpoint-loader-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 141, 255, 0.2);
  border-top-color: var(--primary-blue);
  animation: vpoint-spin 0.75s linear infinite;
}

.vpoint-loader-text {
  color: #2c4772;
  font-size: 0.82rem;
  letter-spacing: 0.15px;
  font-weight: 500;
}

html.vpoint-loading .vpoint-page-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes vpoint-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vpoint-page-loader,
  .vpoint-loader-spinner {
    animation: none !important;
    transition: none !important;
  }
}

/*=================================================

=================================================*/

/* ==========================================
   Mobile layout fixes (buttons, spacing, cards)
   ========================================== */
@media (max-width: 991.98px) {
  body {
    padding-top: 55px !important;
  }

  .custom-navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    margin-top: 2px;
    background: #ffffff;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 8px 24px rgba(15, 35, 68, 0.08);
  }

  .navbar-nav .nav-item {
    margin: 2px 0;
  }

  .navbar-nav .nav-link {
    margin: 0 !important;
    padding: 10px 8px !important;
  }

  .navbar-nav .nav-item.ms-lg-2,
  .navbar-nav .nav-item.ms-lg-3 {
    margin-left: 0 !important;
  }

  .lang-switch {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

  .hero-section,
  .hero-retail,
  .hero-retail-v2,
  .career-hero,
  .service-hero {
    padding: 108px 0 70px !important;
    min-height: auto;
  }

  .hero-retail-v2 .hero-title,
  .hero-retail-v2 h1,
  .hero-title,
  .hero-section h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
  }

  .hero-subtitle,
  .hero-retail-v2 .hero-subtitle,
  .hero-retail-v2 p {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  .hero-subtitle br,
  .hero-title br {
    display: none;
  }

  .hero-btns,
  .cta-buttons,
  .cta-btns {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px !important;
  }

  .hero-btns .btn,
  .cta-buttons a,
  .cta-btns .btn,
  .btn-primary-custom,
  .btn-outline-white,
  .btn-outline-custom,
  .btn-primary-blue,
  .btn-light-custom,
  .btn-hubungi,
  .btn-info-custom {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .section-title {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
  }

  .feature-box-dark .row,
  .feature-box-dark .row.justify-content-end {
    text-align: left !important;
  }

  .feature-box-dark .icon-side-left,
  .feature-box-dark .icon-side-right {
    margin: 8px 0 0;
  }

  .cta-wrapper {
    padding: 18px !important;
  }

  .pricing-container {
    gap: 16px !important;
    padding: 6px !important;
  }

  .card-pricing,
  .card-pricing.card-short {
    width: 100% !important;
    min-height: auto !important;
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }

  .card-addons {
    border-radius: 16px !important;
  }

  .video-card .p-3.d-flex {
    flex-direction: column;
    align-items: stretch !important;
    gap: 10px;
  }

  .video-card .p-3 .btn {
    width: 100%;
  }

  .playlist-scroll {
    max-height: 300px;
  }

  .table-responsive {
    border-radius: 12px;
  }

  .table th,
  .table td {
    white-space: nowrap;
    font-size: 0.86rem !important;
    padding: 10px !important;
  }

  .job-card-v2 {
    padding: 14px !important;
  }

  .job-card-v2 .d-flex.justify-content-between {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }

  .job-card-v2 .btn-lamar {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-image img,
  .cta-img {
    max-width: 88%;
    margin-inline: auto;
    display: block;
  }

  .faq-item .faq-header {
    padding: 12px !important;
  }

  .faq-item .faq-body {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wa-float-global {
    width: 54px;
    height: 54px;
    font-size: 26px;
    right: 16px;
    bottom: 16px;
  }

  .contact-section {
    padding-top: 98px !important;
    padding-bottom: 42px !important;
  }

  .contact-title {
    font-size: 2rem !important;
    margin-bottom: 12px !important;
  }

  .contact-desc {
    font-size: 0.95rem !important;
    margin-bottom: 18px !important;
  }

  .contact-info .row {
    gap: 8px;
  }

  .map-container,
  .map-container iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  #playlist .playlist-item .d-flex {
    align-items: flex-start !important;
    gap: 8px;
  }

  #playlist .playlist-item .d-flex > div {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .playlist-item .badge,
  .playlist-item .active-badge,
  .playlist-item .text-muted.small {
    margin-top: 2px;
    flex-shrink: 0;
  }

  .playlist-scroll {
    max-height: 260px !important;
  }

  .table-responsive .table {
    min-width: 560px;
  }

  .table-responsive .table td.ps-4,
  .table-responsive .table th.ps-4 {
    padding-left: 12px !important;
  }

  .table-responsive .table td.pe-4,
  .table-responsive .table th.pe-4 {
    padding-right: 12px !important;
  }
}

/* ================================
   THEME SWITCHER & DARK MODE
   ================================ */

/* 1. General Transition */
body {
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

/* 2. Theme Switch Component */
.theme-switch {
  position: relative;
  display: inline-block;
  width: 50px; /* smaller */
  height: 28px; /* smaller */
}

.theme-switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-switch__label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 28px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
}

.theme-switch__label:before {
  position: absolute;
  content: '';
  height: 20px; /* smaller */
  width: 20px; /* smaller */
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.theme-switch__icon {
  font-size: 14px; /* smaller */
  z-index: 1;
  line-height: 1;
}

.theme-switch__icon.sun {
  color: #f39c12;
  margin-left: 4px;
}

.theme-switch__icon.moon {
  color: #f1c40f;
  margin-right: 4px;
  display: none;
}

.theme-switch__checkbox:checked + .theme-switch__label {
  background-color: var(--primary-blue);
}

.theme-switch__checkbox:checked + .theme-switch__label:before {
  transform: translateX(22px); /* adjusted for smaller size */
}

.theme-switch__checkbox:checked + .theme-switch__label .sun {
  display: none;
}

.theme-switch__checkbox:checked + .theme-switch__label .moon {
  display: inline-block; /* correct display type */
}

/* 3. Dark Mode Palette & Overrides */
body.dark-mode {
  background-color: #0f172a;
  color: #e2e8f0;

  /* Redefine CSS variables for dark mode */
  --navy-blue: #a7d1f7;
  --text-gray: #94a3b8;
  --primary-blue: #38bdf8;
  --navy-dark: #e2e8f0;
  --navy-deep: #c0dcf7;
}

body.dark-mode .custom-navbar,
body.dark-mode .bg-white,
body.dark-mode .pricing,
body.dark-mode .bg-light {
  background-color: #1e293b !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

body.dark-mode .nav-link {
  color: #e2e8f0 !important;
}

body.dark-mode .nav-link:hover {
  color: var(--primary-blue) !important;
  background: rgba(56, 189, 248, 0.1) !important;
}

body.dark-mode .navbar-nav .dropdown-menu {
  background-color: #283447;
  border-color: #334155;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

body.dark-mode .navbar-nav .dropdown-item {
  color: #e2e8f0;
}

body.dark-mode .navbar-nav .dropdown-item:hover {
  background-color: rgba(56, 189, 248, 0.1);
  color: #7dd3fc;
}

body.dark-mode .lang-switch {
  background: #1e293b;
  border-color: #334155;
}

body.dark-mode .lang-switch-btn {
  color: #94a3b8;
}

body.dark-mode .lang-switch-btn.is-active {
  background: var(--primary-blue);
  color: #0f172a;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: #f1f5f9;
}

body.dark-mode .hero-content p {
  color: #94a3b8;
}

body.dark-mode .feature-box-dark {
  background-color: #1e293b;
}

body.dark-mode .faq-item {
  background-color: #1e293b;
  border-color: #334155 !important;
}

body.dark-mode .faq-item:has(.collapse.show) {
  background-color: #283447;
}

body.dark-mode .faq-header.collapsed .faq-icon-state i {
  color: #475569;
}

body.dark-mode .faq-header:not(.collapsed) h5,
body.dark-mode .faq-header:not(.collapsed) .faq-icon-state i {
  color: var(--primary-blue);
}

body.dark-mode .faq-body {
  color: #94a3b8;
}

body.dark-mode .service-card {
  background-color: #1e293b;
  border-color: #334155;
}

body.dark-mode .service-card:hover {
  border-color: var(--primary-blue);
}

body.dark-mode .service-icon-wrapper {
  background-color: #283447;
}
body.dark-mode .service-card:hover .service-icon-wrapper {
  background-color: var(--primary-blue);
}

body.dark-mode .card-pricing,
body.dark-mode .card-addons {
  background: #1e293b;
  border-color: #334155;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

body.dark-mode .card-pricing.featured,
body.dark-mode .card-addons.featured {
  border-color: var(--primary-blue) !important;
}

body.dark-mode .card-pricing.highlight {
  border: 2px solid var(--primary-blue) !important;
  transform: scale(1.02);
}

body.dark-mode .features-list li {
  color: #94a3b8;
}

body.dark-mode .features-list li.inactive {
  color: #475569;
}

body.dark-mode .price-box .amount {
  color: #f1f5f9;
}

body.dark-mode .note,
body.dark-mode .brand-name {
  color: #94a3b8;
}

body.dark-mode .custom-footer {
  background-color: #0c1221;
}

body.dark-mode .hero-section {
  background-color: #0f172a;
}

body.dark-mode .navbar-toggler .hamburger .bar {
  background: #e2e8f0;
}


#trusted-placeholder .partner-card-item {
  min-width: 180px !important;
  max-width: 180px !important;
  width: 180px !important;
  overflow: hidden !important;
}

#trusted-placeholder .partner-card-logo {
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

#trusted-placeholder .partner-card-logo img {
  width: 100% !important;
  max-width: 100% !important;
  height: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  display: block !important;
}


.card-footer-premium .note,
.note {
  white-space: pre-line !important;
  display: block;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #64748b;
}

/* Pricing Tabs Customization */
.custom-pricing-tabs .nav-link { color: #ffffff !important; background-color: #1a3353; border-radius: 50px; margin: 0 4px; padding: 10px 24px; transition: 0.3s; }
.custom-pricing-tabs .nav-link:hover { color: #ffffff !important; opacity: 0.9; background-color: #244672; }
.custom-pricing-tabs .nav-link.active { color: #ffffff !important; background-color: #0d6efd !important; box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4); }

.tab-content > .tab-pane:not(.active) { display: none !important; }
