@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  background-color: #f8f8f8;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* Top Info Bar Styling */
.top-info-bar {
  width: 100%;
  background: linear-gradient(180deg, #1141b0 0%, #1e90ff 100%);
  padding: 0.75rem 2rem;
  color: white;
  position: relative;
  height: 140px;
  overflow-x: hidden;
}

.top-info-bar.hidden {
  transform: scaleY(0);
  height: 0;
  padding: 0;
}

.top-info-bar a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-info-bar a:hover {
  opacity: 0.8;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .top-info-bar {
    font-size: 0.8rem;
  }

  .contact-info {
    flex-direction: column;
    align-items: flex-start;
    space-y: 4px;
  }

  .social-links {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-info-bar {
    padding: 5px 0;
  }

  .contact-info a {
    font-size: 0.75rem;
  }
}

/* Top Info Bar dengan Background Gradient yang diperluas */
.top-info-bar {
  background: linear-gradient(180deg, #1141b0 0%, #1e90ff 100%);
  padding: 0.75rem 2rem;
  color: white;
  position: relative;
  height: 140px; /* Menambah tinggi sedikit */
}

.info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-info {
  display: flex;
  gap: 2rem;
  align-items: center;
}
/* Contact Info Styling */
.contact-info-wrapper {
  background: linear-gradient(145deg, #ffffff, #f5f7ff);
  border: 1px solid rgba(59, 130, 246, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
/* Contact Info Bar */
#contact-info-bar {
  position: relative;
  z-index: 60;
  padding: 4px 20px; /* Menambah padding kanan kiri */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0; /* Memastikan tidak ada margin */
  margin-left: 80px; /* Menambah margin kiri */
}

.social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-icons a {
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.nav-menu a {
  color: #4b5563;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
}

.nav-menu a:hover {
  color: #1141b0;
}

/* Language Selector */
.language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid #e5e7eb;
}
/* Navbar Styling */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  padding: 0 2rem;
}

.navbar-container {
  max-width: 1850px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  border-radius: 1rem;
  transform: translateY(30px);
  transition: all 0.3s ease;
}

header.scrolled {
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

header.scrolled .navbar-container {
  max-width: 100%;
  transform: translateY(0);
  border-radius: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0.75rem 2rem;
}

/* Scroll Effect */
header.scrolled nav {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  animation: slideDown 0.5s forwards;
}
.globe-icon {
  color: #4b5563;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .navbar-container {
    margin: -20px 1rem 0;
    padding: 1rem;
  }

  .logo-partner-container {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }
}

/* Top Info Bar Styling */
.top-info-bar {
  width: 100%;
  background: linear-gradient(180deg, #1141b0 0%, #1e90ff 100%);
  padding: 0.75rem 2rem;
  color: white;
  position: relative;
  height: 100px; /* Mengurangi tinggi dari 150px menjadi 60px */
  overflow: hidden;
}

/* Container untuk info */
.info-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

nav.container {
  width: 100%;
  max-width: 1850px;
  margin-top: -80px; /* Menyesuaikan margin-top */
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  background: white;
  border-radius: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Mega Menu Styling */
.mega-menu {
  width: 280px;
  padding: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.3s ease;
}

.mega-menu-item {
  position: relative;
}
/* Submenu Styling */
.submenu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(229, 231, 235, 0.5);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: translateY(-15px) scaleY(0.95);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100; /* Menaikkan z-index */
  display: none;
  margin-top: 0.5rem; /* Menambah jarak dari parent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.submenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
  display: block;
  animation: submenuFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* Responsive Design */
@media (max-width: 768px) {
  .info-container {
    padding: 0 0.5rem;
  }

  nav.container {
    margin: 0 1rem;
    padding: 1rem;
  }
}

/* Mega Menu adjustments */
.mega-menu {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Hover Effects */
@media (min-width: 992px) {
  .mega-menu-item:hover > .dropdown-item.has-submenu {
    background-color: #f8f9fa;
    color: #1141b0;
  }

  .mega-menu-item:hover > .dropdown-item .submenu-arrow {
    transform: rotate(-90deg);
  }

  .mega-menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

/* Mobile Styling */
@media (max-width: 991.98px) {
  .mega-menu {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 0;
  }

  .submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .mega-menu-item.show > .submenu {
    display: block;
  }

  .dropdown-item.has-submenu {
    padding: 12px 15px;
  }

  .submenu-arrow {
    transform: rotate(90deg);
  }

  .mega-menu-item.show .submenu-arrow {
    transform: rotate(-90deg);
  }
}

/* Animasi untuk mobile toggle */
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }

  .mega-menu-item {
    border-bottom: 1px solid #eee;
  }

  .mega-menu-item:last-child {
    border-bottom: none;
  }
}

.bg-colour {
  position: absolute;
  z-index: -1;
  align-items: center;
  max-width: 2000px;
}
/* Styling untuk ikon-ikon */
.icon-container {
  position: absolute;
  width: 100%;
  height: 25%;
  top: 80px;
  left: 0;
}

.icon-box {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.icon-box img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* Rotasi spesifik untuk setiap ikon */
.left-icon {
  top: -100px;
  left: 15%;
  transform: rotate(12.15deg); /* Rotasi 12.15 derajat */
}

.right-icon {
  top: -100px;
  right: 15%;
  transform: rotate(-3.7deg); /* Rotasi -3.7 derajat */
}

.bottom-left-icon {
  bottom: -200px;
  left: 20%;
  transform: rotate(-3.7deg); /* Rotasi -3.7 derajat */
}

.bottom-right-icon {
  bottom: -200px;
  right: 20%;
  transform: rotate(9.84deg); /* Rotasi 9.84 derajat */
}
/* Media Queries untuk Responsivitas */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content .subtitle {
    font-size: 1rem;
  }

  .hero-content .company-name {
    font-size: 14px;
  }

  .icon-box {
    width: 40px;
    height: 40px;
  }

  .left-icon {
    left: 10%;
    top: -10%;
  }

  .right-icon {
    right: 10%;
  }

  .bottom-left-icon {
    left: 12%;
  }

  .bottom-right-icon {
    right: 12%;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content .solutions-tag {
    font-size: 12px;
  }

  .icon-box {
    width: 30px;
    height: 30px;
  }
}
/* 3D Cube Grid Animation */
.background-animation {
  position: absolute;
  top: 350px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

canvas {
  display: block;
}

/* Add these to your existing CSS */
.main-nav {
  transition: transform 0.3s ease;
}

.main-nav.hide {
  transform: translateY(-100%);
}

.top-bar.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  background-color: white;
  padding-top: 140px; /* Menghapus padding tambahan, hanya menggunakan tinggi navbar */
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  z-index: 1;
}

/* Animated Background Patterns */
.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    rgba(11, 38, 83, 0.08),
    rgba(30, 64, 175, 0.08)
  );
  animation: float 20s infinite linear;
  z-index: 0;
}

.hero-section::before {
  top: -20%;
  left: -10%;
  animation-duration: 25s;
}

.hero-section::after {
  bottom: -20%;
  right: -10%;
  animation-duration: 30s;
  animation-delay: -5s;
}

/* Floating circles animation (for Hero Section background) */
@keyframes float {
  0% {
    transform: rotate(0deg) translate(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(50px) rotate(-360deg);
  }
}

/* Add more decorative elements */
.hero-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(11, 38, 83, 0.06) 0%,
      transparent 12%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(30, 64, 175, 0.06) 0%,
      transparent 12%
    );
  animation: patternFloat 15s infinite linear;
}

@keyframes patternFloat {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(
    to bottom,
    #1a5fa3,
    #f8f8f8
  ); /* Blue to white gradient */
  z-index: -1;
}

/* Ensure content stays above the background */
.hero-container {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5em;
  animation: fadeInDown 0.8s ease-out forwards;
}

.hero-illustration {
  margin-bottom: 12px;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.hero-illustration img {
  width: 300%;
  max-width: 60rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  margin-top: 0.5rem;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.hero-heading {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0b2653;
}

@media (min-width: 1024px) {
  .hero-heading {
    font-size: 3rem;
  }
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  margin-top: 1.5rem;
}

.hero-company {
  color: #374151;
  margin-top: 1.5rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

.btn {
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #0b2653;
  color: white;
}

.btn-primary:hover {
  background-color: #1e40af;
}

.btn-secondary {
  background-color: #f3f4f6;
  color: #0b2653;
}

.btn-secondary:hover {
  background-color: #e5e7eb;
}

/* Custom Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer Styles */
.footer {
  background: linear-gradient(to bottom, #000000, #1b2637);
  color: white;
  padding: 4rem 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-logo {
  width: auto;
  height: 200px;
  object-fit: contain;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-description {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.social-link {
  color: #9ca3af;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.social-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  color: #9ca3af;
  transition: color 0.3s;
}

.footer-link:hover {
  color: white;
}

.operation-hours {
  list-style: none;
  padding: 0;
}

.operation-item {
  display: flex;
  align-items: center;
  color: #9ca3af;
}

.operation-icon {
  color: #60a5fa;
  width: 20px;
  text-align: center;
  margin-right: 0.75rem;
}

.operation-indent {
  margin-left: 1.5rem;
}

.support-phone {
  color: #4ade80;
}

.location-section {
  margin-bottom: 1rem;
}

.location-title {
  color: #60a5fa;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.location-address {
  color: #9ca3af;
}

.contact-email {
  display: flex;
  align-items: center;
  color: #9ca3af;
  transition: color 0.3s;
  margin-top: 1rem;
}

.contact-email:hover {
  color: white;
}

.contact-icon {
  color: #60a5fa;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

/* Footer Bottom Section */
.footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(156, 163, 175, 0.2);
  margin-top: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.footer-bottom-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.copyright-text {
  color: #9ca3af;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.copyright-text i.fa-copyright {
  color: #9ca3af;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.copyright-text i.fa-circle {
  color: #4b5563;
  margin: 0 0.75rem;
  font-size: 0.25rem;
  vertical-align: middle;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  position: relative;
}

.footer-bottom-link {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.footer-bottom-link:hover {
  color: white;
}

.footer-bottom-link:not(:last-child)::after {
  content: "•";
  color: #4b5563;
  margin-left: 1.5rem;
}

/* Fix for footer gap */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}

main {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}

/* Kenapa Harus ERP Section */
.erp-why-section {
  background: #d9d9d9;
  padding: 56px 0 40px 0;
}
.erp-why-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 0 24px;
}
.erp-why-left {
  flex: 1 1 0;
  min-width: 320px;
}
.erp-why-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a3550;
  margin-bottom: 16px;
}
.erp-why-highlight {
  color: #159e97;
}
.erp-why-desc {
  font-size: 1.08rem;
  color: #2d3a4a;
  line-height: 1.7;
  margin-bottom: 0;
}
.erp-why-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-why-illustration {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.erp-why-bottom {
  max-width: 1200px;
  margin: 48px auto 0 auto;
  padding: 0 24px;
  text-align: center;
}
.erp-why-bottom-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3550;
  margin-bottom: 10px;
}
.erp-why-bottom-highlight {
  color: #159e97;
}
.erp-why-bottom-desc {
  font-size: 1.08rem;
  color: #2d3a4a;
  margin-bottom: 36px;
}
.erp-why-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 0;
}
.erp-why-feature {
  background: #19335c;
  border-radius: 18px;
  padding: 40px 18px 32px 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-height: 300px;
  position: relative;
  overflow: visible;
  justify-content: center;
}
.erp-why-feature-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-why-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.erp-why-feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.erp-why-feature-link {
  font-size: 0.95rem;
  color: #e0e0e0;
  margin-top: 4px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .erp-why-container {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .erp-why-right {
    justify-content: flex-start;
    margin-top: 12px;
  }
  .erp-why-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .erp-why-section {
    padding: 32px 0 24px 0;
  }
  .erp-why-container,
  .erp-why-bottom {
    padding: 0 8px;
  }
  .erp-why-title {
    font-size: 1.3rem;
  }
  .erp-why-bottom-title {
    font-size: 1.1rem;
  }
  .erp-why-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .erp-why-feature {
    padding: 20px 8px 16px 8px;
    min-height: 140px;
  }
  .erp-why-illustration {
    max-width: 220px;
  }
}

/* Overlay detail pada fitur ERP */
.erp-why-feature-detail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #1a3550;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px 18px 18px;
  transition: opacity 0.3s;
  animation: fadeInDetail 0.2s;
}
.erp-why-feature {
  position: relative;
  overflow: visible;
}
.erp-why-feature-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #19335c;
  cursor: pointer;
  z-index: 11;
  transition: color 0.2s;
}
.erp-why-feature-close:hover {
  color: #159e97;
}
.erp-why-feature-detail-content {
  margin-top: 18px;
  text-align: center;
}
.erp-why-feature-detail-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #159e97;
}
.erp-why-feature-detail-content p {
  font-size: 1rem;
  color: #1a3550;
  line-height: 1.6;
}
@keyframes fadeInDetail {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Tahapan Development Section */
.erp-dev-section {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  padding: 64px 0 64px 0;
}
.erp-dev-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #1a3550;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.erp-dev-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.erp-dev-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  position: relative;
  min-height: 363px;
}
.erp-dev-step.left .erp-dev-desc {
  order: 1;
  text-align: right;
  flex: 1 1 0;
  padding-right: 32px;
}
.erp-dev-step.left .erp-dev-circle-wrap {
  order: 2;
}
.erp-dev-step.left .erp-dev-icon {
  order: 3;
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 32px;
}
.erp-dev-step.right .erp-dev-icon {
  order: 1;
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}
.erp-dev-step.right .erp-dev-circle-wrap {
  order: 2;
}
.erp-dev-step.right .erp-dev-desc {
  order: 3;
  text-align: left;
  flex: 1 1 0;
  padding-left: 32px;
}
.erp-dev-desc {
  max-width: 320px;
  font-size: 1.08rem;
  color: #1a3550;
}
.erp-dev-desc h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #19335c;
}
.erp-dev-circle-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erp-dev-circle {
  width: 363px;
  height: 363px;
  background: #19335c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.erp-dev-circle img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.erp-dev-connector {
  width: 8px;
  height: 100px;
  background: #19335c;
  margin: 0 auto;
  margin-top: -8px;
  z-index: 1;
  border-radius: 4px;
}
.erp-dev-step:last-child .erp-dev-connector {
  display: none;
}
.erp-dev-icon {
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-dev-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .erp-dev-timeline {
    max-width: 98vw;
  }
  .erp-dev-circle {
    width: 260px;
    height: 260px;
  }
  .erp-dev-circle img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 900px) {
  .erp-dev-step {
    flex-direction: column;
    min-height: unset;
    margin-bottom: 48px;
  }
  .erp-dev-desc,
  .erp-dev-icon {
    order: unset !important;
    text-align: center !important;
    padding: 0 !important;
    max-width: 100%;
  }
  .erp-dev-circle {
    margin: 24px 0;
  }
  .erp-dev-icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .erp-dev-section {
    padding: 32px 0 32px 0;
  }
  .erp-dev-title {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .erp-dev-circle {
    width: 160px;
    height: 160px;
  }
  .erp-dev-circle img {
    width: 60px;
    height: 60px;
  }
  .erp-dev-icon img {
    width: 48px;
    height: 48px;
  }
  .erp-dev-connector {
    width: 4px;
    height: 60px;
  }
}

/* Timeline Development - Circle di Tengah */
.erp-dev-timeline-centered {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erp-dev-vertical-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  background: #19335c;
  z-index: 0;
  border-radius: 4px;
}
.erp-dev-step-centered {
  display: grid;
  grid-template-columns: 1fr 363px 1fr;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 32px;
  min-height: 363px;
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
.erp-dev-step-centered .erp-dev-desc,
.erp-dev-step-centered .erp-dev-icon {
  min-height: unset !important;
  height: auto !important;
  display: block;
  align-self: center;
  justify-self: center;
}
.erp-dev-circle-wrap-centered {
  grid-column: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 363px;
  min-height: 363px;
}
.erp-dev-desc.left {
  grid-column: 1;
  text-align: right;
}
.erp-dev-desc.right {
  grid-column: 3;
  text-align: left;
}
.erp-dev-icon.left {
  grid-column: 1;
  justify-content: flex-end;
}
.erp-dev-icon.right {
  grid-column: 3;
  justify-content: flex-start;
}
.erp-dev-desc.left ~ .erp-dev-icon.right,
.erp-dev-desc.right ~ .erp-dev-icon.left {
  /* icon di sisi seberang desc */
}
.erp-dev-desc.left {
  justify-self: end;
}
.erp-dev-desc.right {
  justify-self: start;
}
.erp-dev-icon.left {
  justify-self: end;
}
.erp-dev-icon.right {
  justify-self: start;
}
.erp-dev-circle {
  width: 363px;
  height: 363px;
  background: #19335c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.erp-dev-circle img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.erp-dev-desc {
  max-width: 320px;
  font-size: 1.08rem;
  color: #1a3550;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .erp-dev-timeline-centered {
    max-width: 98vw;
  }
  .erp-dev-step-centered {
    grid-template-columns: 1fr 220px 1fr;
  }
  .erp-dev-circle,
  .erp-dev-circle-wrap-centered {
    width: 220px;
    height: 220px;
    min-width: 220px;
    min-height: 220px;
  }
}
@media (max-width: 900px) {
  .erp-dev-step-centered {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: unset;
    margin-bottom: 40px;
    align-items: center;
    justify-items: center;
  }
  .erp-dev-desc.left,
  .erp-dev-desc.right,
  .erp-dev-icon.left,
  .erp-dev-icon.right {
    grid-column: 1;
    justify-self: center;
    text-align: center !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .erp-dev-circle-wrap-centered {
    grid-column: 1;
    margin: 24px 0;
  }
  .erp-dev-icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .erp-dev-section {
    padding: 32px 0 32px 0;
  }
  .erp-dev-title {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .erp-dev-circle,
  .erp-dev-circle-wrap-centered {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
  .erp-dev-circle img {
    width: 48px;
    height: 48px;
  }
  .erp-dev-icon img {
    width: 32px;
    height: 32px;
  }
  .erp-dev-vertical-line {
    width: 4px;
  }
  .erp-dev-step-centered {
    margin-bottom: 24px;
  }
}

.erp-dev-step-centered .erp-dev-desc,
.erp-dev-step-centered .erp-dev-icon {
  min-height: 363px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .erp-dev-step-centered .erp-dev-desc,
  .erp-dev-step-centered .erp-dev-icon {
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .erp-dev-step-centered .erp-dev-desc,
  .erp-dev-step-centered .erp-dev-icon {
    min-height: unset;
  }
}

/* Overlay for circle on hover */
.erp-dev-circle {
  position: relative;
  overflow: hidden;
}
.erp-dev-circle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    21,
    158,
    151,
    0.7
  ); /* lebih transparan agar 3js tetap terlihat */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 3;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.erp-dev-circle:hover .erp-dev-circle-overlay {
  opacity: 1;
  pointer-events: auto;
  animation: overlayPop 0.4s;
}

.step-detail-content {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s ease;
}

.erp-dev-circle:hover .step-detail-content {
  transform: scale(1);
  opacity: 1;
}

.step-detail-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.step-detail-content p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

@keyframes overlayPop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Make sure canvas is behind everything in section */
.erp-dev-section {
  position: relative;
  overflow: hidden;
}
#dev-bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Ensure timeline content is above canvas */
.erp-dev-timeline-centered,
.erp-dev-title {
  position: relative;
  z-index: 1;
}

.erp-partner-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
}

.erp-partner-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2rem 2rem 2rem;
  text-align: center;
  transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.25s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 381px;
  height: 438px;
  min-width: 381px;
  min-height: 438px;
  box-sizing: border-box;
}

.erp-partner-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 12px 32px rgba(63, 177, 255, 0.18);
  z-index: 2;
}

.erp-partner-icon.floating {
  animation: floatIcon 2.8s ease-in-out infinite alternate;
  margin-bottom: 1.2rem;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}

.erp-partner-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.erp-partner-desc {
  font-size: 1rem;
  color: #7a7a7a;
  margin-top: 1.2rem;
  opacity: 0.8;
  transition: color 0.2s;
}

.erp-partner-card:hover .erp-partner-desc {
  color: #3fb1ff;
  opacity: 1;
}

@media (max-width: 1200px) {
  .erp-partner-cards {
    gap: 20px;
  }
  .erp-partner-card {
    width: 320px;
    min-width: 320px;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 900px) {
  .erp-partner-cards {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .erp-partner-card {
    width: 100%;
    min-width: 0;
    max-width: 400px;
    height: 340px;
    min-height: 340px;
  }
}

/* Innovation Section Styles */
.innovation-section {
  padding: 64px 0;
  background-color: #f0f4f8;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.innovation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.innovation-section h2 {
  font-size: 2.5rem;
  color: #1a3550;
  margin-bottom: 16px;
}

.innovation-section h2 .highlight {
  color: #159e97;
}

.innovation-section .description {
  font-size: 1.1rem;
  color: #2d3a4a;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.innovation-illustration {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 66.66%; /* Aspect ratio 3:2 (400/600) */
}

.innovation-illustration .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.innovation-illustration .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Base styles for floating icons */
.float {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.8;
}

/* Keyframes for the floating animation (vertical movement for innovation icons) */
@keyframes innovationIconFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* Subtle up movement */
  }
  100% {
    transform: translateY(0);
  }
}

/* Specific positioning and animation for each icon */
.float.chat {
  top: 0%;
  left: 5%;
  animation: innovationIconFloat 15s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.float.puzzle {
  top: 10%;
  right: 5%;
  animation: innovationIconFloat 15s ease-in-out infinite alternate;
  animation-delay: 3s;
}

.float.graph {
  bottom: 10%;
  right: 10%;
  animation: innovationIconFloat 15s ease-in-out infinite alternate;
  animation-delay: 6s;
}

.float.user {
  bottom: 5%;
  left: 10%;
  animation: innovationIconFloat 15s ease-in-out infinite alternate;
  animation-delay: 9s;
}

/* CTA Section Styles */
.cta-section {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.cta-section p {
  color: #1b3b5a;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e8f4f4;
  color: #1b3b5a;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #00a7b1;
  color: #fff;
}

.cta-button i {
  font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .innovation-section h2 {
    font-size: 2rem;
  }

  .main-image {
    max-width: 90%;
  }

  .float {
    width: 60px;
    height: 60px;
  }

  .float.chat {
    top: 0%;
    left: 0%;
  }

  .float.puzzle {
    top: 5%;
    right: 0%;
  }

  .float.graph {
    bottom: 5%;
    right: 5%;
  }

  .float.user {
    bottom: 0%;
    left: 5%;
  }
}
