@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: relative;
  max-width: 1850px; /* Memperlebar max-width */
  transition: all 0.3s ease-in-out;
  margin-top: -80px; /* Menyesuaikan margin-top */
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; /* Menambah padding kanan kiri */
  width: 100%; /* Memastikan lebar penuh */
  /* Menghilangkan margin atas */
}
/* 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;
}
/* Navbar Container Styling */
.navbar-container {
  background: white;
  border-radius: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 40;
  max-width: 1850px;
  padding: 1rem 2rem;
  transform: translateY(30px); /* Mendorong navbar ke bawah */
}

/* 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;
}

.hero-section {
  position: relative;
  margin-top: -64px;
  width: 100%;
  height: 100vh; /* Full viewport height */
}

.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;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-background img {
  margin-top: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.hero-content {
  top: 25%;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.hero-content .solutions-tag {
  text-transform: uppercase;
  color: #083562;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 .blue-text {
  color: #083562;
}

.hero-content .subtitle {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.hero-content .company-name {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.hero-button {
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-button {
  background-color: #2c3e50;
  color: white;
}

.primary-button:hover {
  background-color: #34495e;
  transform: translateY(-2px);
}

.secondary-button {
  background-color: #e8f1f8;
  color: #083562;
}

.secondary-button:hover {
  background-color: #d1e3f2;
  transform: translateY(-2px);
}

/* 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;
}

/* Enhanced dropdown styles */
.solutions-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  min-width: 1000px;
  padding: 20px;
  border-radius: 15px;
  z-index: 1000;
}

.solutions-submenu.show {
  display: block;
}

/* Remove hover-based display */
.has-submenu:hover .solutions-submenu {
  display: none;
}

.nav-item.has-submenu {
  cursor: pointer;
}

.nav-item.has-submenu.active > a {
  color: #1a5fa3;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.solution-item {
  position: relative;
  padding: 8px;
  cursor: pointer;
}

.solution-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
  padding: 8px;
  font-weight: 500;
}

.solution-item > a::after {
  content: "▼";
  font-size: 0.8em;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.solution-item.active > a::after {
  transform: rotate(180deg);
}

/* Nested submenu styles */
.nested-submenu {
  display: none;
  position: relative;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 8px;
  margin-top: 5px;
}

.nested-submenu.show {
  display: block;
}

.nested-submenu a {
  display: block;
  padding: 8px 12px;
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nested-submenu a:hover {
  background: white;
  color: #1a5fa3;
  transform: translateX(5px);
}

/* Active states */
.solution-item.active {
  background: #f8f9fa;
}

.solution-item.active > a {
  color: #1a5fa3;
}

/* Ensure proper z-index */
.main-nav {
  position: relative;
  z-index: 1001;
}

/* Product indicators */
.nested-submenu a[href*="1Ci"]::before {
  background-color: #4caf50;
}

.nested-submenu a[href*="ERPNext"]::before {
  background-color: #2196f3;
}

.nested-submenu a[href*="Odoo"]::before {
  background-color: #ff5722;
}

/* Add subtle animation for child items */
.solutions-submenu.show .solution-item {
  animation: fadeIn 0.3s ease forwards;
  animation-delay: calc(var(--item-index) * 0.05s);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Animation classes */
.solutions-submenu.show {
  animation: fadeIn 0.3s ease;
}

.nested-submenu.show {
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .solutions-submenu {
    min-width: 800px;
  }
}

@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-submenu {
    min-width: 600px;
  }
}

@media (max-width: 768px) {
  .solutions-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .solutions-submenu {
    min-width: 300px;
  }
}


.carousel-wrapper {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  margin-top: -100px; /* Move carousel up */
}

.carousel-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 40px;
  padding: 20px;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-372px * 4 - 40px * 4)
    ); /* Move by width of original cards */
  }
}

.carousel-card {
  width: 372px;
  height: 482px;
  flex: 0 0 372px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  background: url("../assets/gambar/Rectangle\ 68.png");
  background-size: cover;
  background-position: center;
  bottom: 20%;
}

.card-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(150, 162, 173, 1), rgba(0, 0, 0, 1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}

.card-icon {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  object-fit: contain;
}

.card-text {
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  margin: 0;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}

/* Additional wrapper for content */
.content-wrapper {
  position: relative;
  z-index: 2;
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Add smooth animation effect */
.carousel-track:hover {
  animation-play-state: paused;
}

/* Add these dropdown styles while keeping your existing carousel styles */

.solutions-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  min-width: 1000px;
  padding: 20px;
  border-radius: 15px;
  z-index: 1000;
}

.solutions-submenu.show {
  display: block;
}

.nested-submenu {
  display: none;
  position: relative;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 8px;
  margin-top: 5px;
}

.nested-submenu.show {
  display: block;
}

.solutions-trigger.active,
.dropdown-trigger.active {
  color: #1a5fa3;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 20px;
  border-radius: 15px;
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

/* Ensure dropdowns appear above carousel */
.main-nav {
  position: relative;
  z-index: 1001;
}

/* Keep your existing styles and add/update these */
.solution-trigger {
  width: 100%;
  text-align: left;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution-trigger::after {
  content: "▼";
  font-size: 0.8em;
  margin-left: 8px;
}

.solution-trigger.active::after {
  transform: rotate(180deg);
}

.solution-submenu {
  display: none;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
  margin-top: 5px;
}

.solution-submenu.show {
  display: block;
}

.solution-submenu a {
  display: block;
  padding: 8px 10px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}

.solution-submenu a:hover {
  color: #1a5fa3;
  background: #fff;
  transform: translateX(5px);
}

.solution-item {
  position: relative;
  margin-bottom: 5px;
}

.solution-item:hover {
  background: #f8f9fa;
}

/* Challenges Section Styles */
.challenges-section {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.challenges-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.challenges-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px;
}

.challenges-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.challenge-btn {
  width: 396px; /* Exact width */
  height: 76px; /* Exact height */
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px; /* Adjusted padding to accommodate fixed height */
  border-radius: 25px; /* Half of height for perfect pill shape */
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s ease;
  flex-shrink: 0; /* Prevent button from shrinking */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.challenge-btn:hover {
  transform: translateY(-2px);
}

.challenge-btn img {
  width: 24px;
  height: 24px;
}

/* Light version buttons */
.challenge-btn.light {
  background-color: #e8eff3;
  color: #333;
}

/* Dark version buttons */
.challenge-btn.dark {
  background-color: #4f6571;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .challenge-btn {
    width: 300px; /* Smaller width for tablets */
  }
}

@media (max-width: 768px) {
  .button-row {
    flex-direction: column;
    align-items: center;
  }

  .challenge-btn {
    width: 100%;
    max-width: 396px; /* Maximum width same as desktop */
    justify-content: center;
  }
}

/* Introduction Section Styles */
.introduction-section {
  width: 100%;
  height: 2360px;
  background-color: #d9d9d9;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.introduction-content {
  width: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px; /* Increase the gap between text and illustrations */
}

.intro-text {
  flex: 1;
  padding-right: 40px;
}

.intro-text h2 {
  font-size: 48px;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
}

.intro-text h2 span {
  color: #00a19c; /* Teal color for "Semua" */
}

.intro-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.demo-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #00a19c;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer; /* Add cursor pointer to indicate clickable */
  position: relative; /* Add position relative for z-index */
  z-index: 10000; /* Increase z-index to ensure it's above other elements */
  pointer-events: auto; /* Ensure pointer events are enabled */
}

.demo-button:hover {
  background-color: #008b87;
  transform: translateY(-2px);
}

.intro-illustrations {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  left: 5%;
}

.shape-container {
  width: 759px;
  height: 189px;
  background-color: #083562;
  border-radius: 90px 0 0 90px;
  position: relative;
  display: flex;
  align-items: center;
}

.shape-icon {
  position: absolute;
  left: -5px;
  height: 180px;
  width: 180px;
  background-color: #083562;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.shape-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: translateY(24px);
}

.shape-container:nth-child(1) .shape {
  width: 100%;
}

.shape-container:nth-child(2) .shape {
  width: 100%;
}

.shape-container:nth-child(3) .shape {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .introduction-content {
    flex-direction: column;
    text-align: center;
  }

  .intro-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .intro-text h2 {
    font-size: 36px;
  }
}

/* Integration Benefits Section */
.integration-benefits {
  background: #d9d9d9;
  padding: 80px 0;
  margin-top: 60px;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.benefits-header {
  text-align: center;
  margin-bottom: 60px;
}

.benefits-header h2 {
  font-size: 2.5rem;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
}

.benefits-header h2 span {
  color: rgba(7, 129, 135, 1);
}

.benefits-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 262px);
  gap: 70px;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}

.benefit-item {
  width: 262px;
  height: 262px;
  background-color: #083562;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-icon i {
  font-size: 2rem;
  color: white;
}

.benefit-item h3 {
  font-size: 1.2rem;
  margin: 0;
}

/* Center item styling */
.center-item {
  grid-column: 2;
  grid-row: 3;
}

/* Hover effects */
.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(8, 53, 98, 0.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 262px);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 262px;
  }
}

/* System Integration Section Styles */
.system-integration {
  padding: 80px 0;
  background-color: white;
}

.integration-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.integration-header {
  text-align: center;
  margin-bottom: 60px;
}

.integration-header h2 {
  font-size: 2rem;
  color: #083562;
  margin-bottom: 20px;
}

.integration-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}

.integration-diagram {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.diagram-circle {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto;
  border: 18px solid rgba(8, 53, 98, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.icon-circle.top {
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-circle.left {
  left: -10px;
  top: 80%;
  transform: translateY(-50%);
}

.icon-circle.right {
  right: -10px;
  top: 80%;
  transform: translateY(-50%);
}

.center-text {
  text-align: center;
  max-width: 300px;
}

.center-text h3 {
  color: rgba(8, 53, 98, 1);
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.center-text h2 {
  color: rgba(8, 53, 98, 1);
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.center-text h2 span {
  color: rgba(7, 129, 135, 1);
}

.center-text p {
  color: rgba(8, 53, 98, 1);
  font-size: 1rem;
  line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .diagram-circle {
    width: 400px;
    height: 400px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }

  .center-text h2 {
    font-size: 1.5rem;
  }

  .center-text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .diagram-circle {
    width: 300px;
    height: 300px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .center-text {
    max-width: 200px;
  }

  .center-text h2 {
    font-size: 1.2rem;
  }
}

/* Manager Section Styles */
.manager-section {
  margin-top: 80px;
  padding: 40px 0;
}

.manager-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.manager-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 45%; /* Mengatur lebar card */
}

.left-card {
  margin-right: auto; /* Mendorong card ke kiri */
  transform: translateX(-80px); /* Mendorong lebih ke kiri */
}

.right-card {
  margin-left: auto; /* Mendorong card ke kanan */
  transform: translateX(80px); /* Mendorong lebih ke kanan */
}

.manager-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.manager-card h3 {
  color: rgba(8, 53, 98, 1);
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.manager-card p {
  color: rgba(8, 53, 98, 1);
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .manager-grid {
    flex-direction: column;
    padding: 0 20px;
  }
  
  .manager-card {
    width: 100%;
  }
  
  .manager-card h3 {
    font-size: 1.3rem;
  }
}

/* Automation Section Styles */
.automation-section {
  padding: 80px 0;
  background-color: white;
  overflow: hidden;
}

.automation-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.automation-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.automation-left {
  flex: 1;
  max-width: 50%;
}

.automation-left h2 {
  font-size: 48px;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.automation-intro {
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}

.automation-image {
  margin-top: 30px;
}

.automation-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.automation-text {
  flex: 1;
  background: rgba(217, 217, 217, 1);
  padding: 60px 40px; /* Menambah padding atas dan bawah */
  border-radius: 20px;
  min-height: 800px; /* Menambah tinggi minimum box */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Mendistribusikan space antara konten */
}

.automation-text h2 {
  font-size: 48px;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.automation-text p {
  color: #666;
  line-height: 0.5;
  margin-bottom: 30px;
}

.automation-features {
  margin: 0 0 40px 0; /* Menambah margin bottom */
}

.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 30px; /* Menambah jarak antar item */
}

.feature-item:last-child {
  margin-bottom: 40px; /* Menambah jarak dengan additional text */
}

.feature-item i {
  color: #083562;
  font-size: 20px;
  margin-top: 3px;
}

.feature-item p {
  margin: 0;
  flex: 1;
  line-height: 1.8; /* Menambah line height untuk keterbacaan */
}

.additional-text {
  margin-top: auto; /* Mendorong teks tambahan ke bawah */
}

.additional-text p {
  margin-bottom: 25px; /* Menambah jarak antar paragraf */
  line-height: 1.8; /* Menambah line height untuk keterbacaan */
}

.additional-text p:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .automation-content {
    flex-direction: column;
  }

  .automation-left {
    max-width: 100%;
  }

  .automation-left h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .automation-section {
    padding: 40px 0;
  }

  .automation-text {
    padding: 30px;
  }

  .automation-left h2 {
    font-size: 28px;
  }
}

/* How It Works Section Styles */
.how-it-works-section {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; /* Menambahkan position relative */
}

/* Background Logo */
.background-logo {
  position: absolute;
  top: 55%; /* Menggeser ke bawah dari 50% menjadi 55% */
  left: 45%; /* Tetap di 45% untuk kemiringan ke kiri */
  transform: translate(-50%, -50%) rotate(-5deg); /* Tetap dengan rotasi -5 derajat */
  width: 80%;
  height: 80%;
  background-image: url('../../../assets/gambar/logo bg horizon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1; /* Mengatur transparansi */
  z-index: 0; /* Memastikan logo berada di belakang konten */
}

/* Memastikan konten berada di atas background */
.section-header, .distribution-cards-section {
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.section-header h2 span {
  color: #00a19c;
}

.section-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .how-it-works-section {
    padding: 40px 0;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
}

/* Distribution Cards Section */
.distribution-cards-section {
  margin-top: 60px;
  position: relative;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.distribution-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.bottom-row {
  justify-content: center;
}

.distribution-card {
  width: 260px;
  height: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.distribution-card:hover {
  transform: translateY(-5px);
}

.card-header {
  background-color: white;
  border: 4px solid rgba(252, 213, 63, 1);
  border-radius: 15px;
  padding: 12px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.card-header h3 {
  color: #083562;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.card-body {
  background-color: white;
  border: 4px solid rgba(69, 89, 95, 1);
  border-radius: 15px;
  padding: 20px;
  flex-grow: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.card-body p {
  color: #083562;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .distribution-row {
    padding: 0 20px;
  }
  
  .distribution-card {
    width: 220px;
  }
}

@media (max-width: 992px) {
  .distribution-card {
    width: 45%;
    min-width: 200px;
  }
}

@media (max-width: 576px) {
  .distribution-card {
    width: 100%;
    max-width: 300px;
  }
}

/* Product ERP Section Styles */
.product-erp-section {
  padding: 80px 0;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-erp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-erp-title {
  font-size: 48px;
  font-weight: bold;
  color: #083562;
  margin-bottom: 20px;
  line-height: 1.2;
}

.product-erp-title .highlight {
  color: #00a19c;
}

.product-erp-description {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-erp-section {
    padding: 40px 0;
  }
  
  .product-erp-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .product-erp-title {
    font-size: 28px;
  }
}


 /* Product ERP Cards Styles */
 .product-erp-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.erp-card-container {
  width: 300px;
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
}

.erp-card-icon-top {
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.erp-card-icon-top img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.erp-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 50px 30px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e0e0;
  background-color: white;
}

.erp-card-container:hover .erp-card {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.erp-card-title {
  color: #083562;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.erp-card-text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.erp-card-link {
  color: #083562;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
  margin-top: auto;
}

.erp-card-link:hover {
  color: #00a19c;
}

.erp-card-link i {
  font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .product-erp-cards {
    gap: 20px;
  }
  
  .erp-card-container {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .erp-card-container {
    width: 100%;
    max-width: 320px;
  }
}

* Pembaruan Section Styling */
.pembaruan-section {
  padding: 80px 0;
  background-color: #eb2f2f;
  overflow: hidden;
}

.pembaruan-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pembaruan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pembaruan-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0e2b5c;
  margin-bottom: 20px;
}

.pembaruan-title .teal-text {
  color: #00a19a;
}

.pembaruan-description {
  max-width: 800px;
  margin-bottom: 50px;
  color: #4a5568;
  line-height: 1.6;
}

.pembaruan-illustration {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}

.cycle-image {
  width: 100%;
  height: auto;
}

.floating-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.chat-icon {
  top: 10%;
  left: 10%;
  animation: float 3s ease-in-out infinite;
}

.puzzle-icon {
  top: 15%;
  right: 15%;
  animation: float 4s ease-in-out infinite;
}

.gear-icon {
  bottom: 20%;
  right: 10%;
  animation: float 3.5s ease-in-out infinite;
}

.chart-icon {
  bottom: 15%;
  left: 15%;
  animation: float 4.5s ease-in-out infinite;
}

.user-icon {
  top: 50%;
  right: 5%;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.demo-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e2b5c;
  margin-bottom: 20px;
}

.contact-button-container {
  margin-top: 10px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background-color: rgba(209, 223, 234, 0.7);
  color: #0e2b5c;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-button i {
  margin-left: 10px;
}

.contact-button:hover {
  background-color: rgba(209, 223, 234, 1);
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pembaruan-title {
    font-size: 2rem;
  }
  
  .pembaruan-illustration {
    max-width: 90%;
  }
  
  .floating-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .pembaruan-title {
    font-size: 1.8rem;
  }
  
  .pembaruan-description {
    font-size: 0.9rem;
  }
  
  .demo-text {
    font-size: 1rem;
  }
  
  .contact-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@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: relative;
  max-width: 1850px; /* Memperlebar max-width */
  transition: all 0.3s ease-in-out;
  margin-top: -80px; /* Menyesuaikan margin-top */
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; /* Menambah padding kanan kiri */
  width: 100%; /* Memastikan lebar penuh */
  /* Menghilangkan margin atas */
}
/* 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;
}
/* Navbar Container Styling */
.navbar-container {
  background: white;
  border-radius: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 40;
  max-width: 1850px;
  padding: 1rem 2rem;
  transform: translateY(30px); /* Mendorong navbar ke bawah */
}

/* 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;
}

.hero-section {
    position: relative;
    margin-top: -64px;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
  }
  
  .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      #1a5fa3 0%,
      #f8f8f8 50%,
      #f8f8f8 100%
    ); /* Blue to white gradient */
    z-index: -1;
  }
  