@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 */
@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%;
  }
}

/* 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: 3rem;
  letter-spacing: 0.5em;
  animation: fadeInDown 0.8s ease-out forwards;
}

.hero-illustration {
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.hero-illustration img {
  width: 50%;
  max-width: 42rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  margin-top: 1.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);
  }
}

.carousel-wrapper {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  margin-top: -50px; /* Mengubah dari -100px menjadi -50px untuk menggeser lebih ke bawah */
}

.carousel-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  margin-top: -10px;
  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: 300px;
  height: 452px;
  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 animation keyframes */
@keyframes expandNavbar {
  from {
    max-width: 1850px;
    border-radius: 1rem;
  }
  to {
    max-width: 100%;
    border-radius: 0;
  }
}

/* Styling untuk judul tantangan perusahaan */
.challenges-title-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 0;
  position: relative;
  z-index: 5;
}

.challenges-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.challenges-title .text-blue-900 {
  color: #1e3a8a;
  display: block;
}

.challenges-title .text-teal-500 {
  color: #0d9488;
  display: block;
}

.challenges-subtitle {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Styling untuk section CTA */
.cta-container {
  text-align: center;
  max-width: 800px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.cta-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta-button {
  display: inline-block;
  padding: 18px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button.primary {
  background-color: rgba(61, 85, 93, 1);
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button.secondary {
  background-color: rgba(206, 223, 228, 1);
  color: #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cta-button.primary:hover {
  background-color: #2c3e50;
}

.cta-button.secondary:hover {
  background-color: #c0d8ea;
}

@media (max-width: 640px) {
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-button {
    width: 100%;
  }
}

/* Solutions Overview Section */
.solutions-overview {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.solutions-overview h2 {
  font-size: 36px;
  color: #083562;
  margin-bottom: 10px;
  font-weight: bold;
}

.solutions-overview h2 span {
  color: #00a19c; /* Teal color for "Semua" */
}

.solutions-overview p {
  color: #666;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.solutions-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.solution-card {
  flex: 1;
  max-width: 350px;
  position: relative;
}

.solution-icon {
  background-color: #083562;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.solution-icon img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1); /* Makes the icon white */
}

.solution-description {
  background-color: #e8eff3;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: left;
  color: #083562;
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .solutions-cards {
    flex-direction: column;
    align-items: center;
  }

  .solution-card {
    width: 100%;
  }
}

/* Styling untuk Features Section yang Diperbaiki */
.features-section {
  background: #d9d9d9;
  padding: 80px 0;
  overflow: hidden;
}

.features-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 40px 0;
}

.features-track {
  display: flex;
  width: fit-content;
}

.features-group {
  display: flex;
  gap: 32px;
}

.feature-item {
  min-width: 180px;
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
}

.feature-icon {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(13, 44, 84, 0.3);
}

/* Animasi scroll yang mulus */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2));
  }
}

.animate-scroll {
  animation: scroll 30s linear infinite;
}

.features-slider-container:hover .animate-scroll {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .feature-item {
    min-width: 160px;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .feature-item {
    min-width: 140px;
  }

  .feature-icon {
    width: 90px;
    height: 90px;
  }

  .features-section {
    padding: 40px 0;
  }
}

/* Odoo Enterprise Section */
.odoo-enterprise-section {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.odoo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.odoo-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.odoo-text-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.odoo-header {
  margin-bottom: 30px;
}

.odoo-tag {
  color: #083562;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.odoo-header h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #083562;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.odoo-header h2 .text-teal {
  color: #008b8b;
}

.odoo-subtitle {
  font-size: 1.1rem;
  color: rgba(8, 53, 98, 1);
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}

.odoo-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.odoo-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.odoo-feature-item .feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: none;
  color: #083562;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.odoo-feature-item .feature-icon i {
  font-size: 1.2rem;
}

.odoo-feature-item p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.odoo-image-content {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive styles */
@media (max-width: 992px) {
  .odoo-content-wrapper {
    flex-direction: column;
  }

  .odoo-text-content {
    max-width: 100%;
    flex: 1 0 100%;
    order: 2;
  }

  .odoo-image-content {
    flex: 1 0 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .odoo-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .odoo-header h2 {
    font-size: 1.8rem;
  }

  .odoo-subtitle {
    font-size: 1rem;
  }

  .odoo-feature-item {
    gap: 10px;
  }

  .odoo-feature-item p {
    font-size: 0.9rem;
  }
}

/* Styling untuk Section Automasikan Setiap Langkah Bisnis */
.automation-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.automation-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0d2c54;
}

.automation-section p {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
}

/* Styling untuk bullet points */
.automation-section .w-6 {
  transition: all 0.3s ease;
}

.automation-section .flex:hover .w-6 {
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(13, 44, 84, 0.2);
}

/* Styling untuk ilustrasi */
.automation-illustration {
  position: relative;
  transition: all 0.5s ease;
}

.automation-illustration img {
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.automation-illustration:hover img {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Animasi untuk elemen floating */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating-element {
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.floating-element-delay-1 {
  animation: float 3s ease-in-out 0.5s infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.floating-element-delay-2 {
  animation: float 3s ease-in-out 1s infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.floating-element-delay-3 {
  animation: float 3s ease-in-out 1.5s infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

/* Responsive styling */
@media (max-width: 768px) {
  .automation-section .flex-col {
    margin-bottom: 2rem;
  }

  .automation-illustration {
    margin-top: 2rem;
  }

  .floating-element,
  .floating-element-delay-1,
  .floating-element-delay-2,
  .floating-element-delay-3 {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .automation-section h2 {
    font-size: 28px;
  }

  .floating-element,
  .floating-element-delay-1,
  .floating-element-delay-2,
  .floating-element-delay-3 {
    width: 40px;
    height: 40px;
  }
}

/* Auto Slide Section Styles */
.auto-slide-section {
  padding: 80px 0;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}

.auto-slide-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../../assets/gambar/logo\ bg\ horizon.png");
  background-size: cover;
  opacity: 0.05;
  z-index: 0;
}

.auto-slide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.auto-slide-header {
  text-align: center;
  margin-bottom: 60px;
}

.auto-slide-header h2 {
  font-size: 36px;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 700;
}

.auto-slide-header h3 {
  font-size: 36px;
  color: #003366;
  margin-bottom: 20px;
  font-weight: 700;
}

.auto-slide-header h3 .teal-text {
  color: #00a19a;
}

.auto-slide-header p {
  font-size: 16px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.auto-slide-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.auto-slide-track {
  display: flex;
  gap: 30px;
  animation: autoSlide 20s linear infinite;
  width: fit-content;
}

@keyframes autoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-300px * 3 - 30px * 3)
    ); /* Adjust based on card width and gap */
  }
}

.auto-slide-card {
  flex: 0 0 300px;
  height: 350px; /* Menambah tinggi card */
  background-color: #003366;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auto-slide-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.auto-slide-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(8, 53, 98, 1);
  border-radius: 50%;
  padding: 15px;
}

.auto-slide-icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1); /* Makes icon white */
}

.auto-slide-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.auto-slide-card p {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.5;
}

.slide-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: #003366;
}

/* Responsive styles */
@media (max-width: 992px) {
  .auto-slide-card {
    flex: 0 0 280px;
    padding: 25px;
  }

  @keyframes autoSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-280px * 3 - 30px * 3));
    }
  }
}

@media (max-width: 768px) {
  .auto-slide-section {
    padding: 60px 0;
  }

  .auto-slide-header h2,
  .auto-slide-header h3 {
    font-size: 28px;
  }

  .auto-slide-card {
    flex: 0 0 250px;
    padding: 20px;
  }

  .auto-slide-icon {
    width: 60px;
    height: 60px;
  }

  @keyframes autoSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 3 - 30px * 3));
    }
  }
}

@media (max-width: 576px) {
  .auto-slide-card {
    flex: 0 0 220px;
  }

  .auto-slide-icon {
    width: 50px;
    height: 50px;
  }

  .auto-slide-card h4 {
    font-size: 18px;
  }

  @keyframes autoSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-220px * 3 - 30px * 3));
    }
  }
}

/* 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;
  }
}

/* Innovation Section */
.innovation-section {
  padding: 80px 0;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.innovation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.innovation-section h2 {
  font-size: 2.5rem;
  color: #1b3b5a;
  margin-bottom: 20px;
  text-align: center;
}

.innovation-section .description {
  max-width: 800px;
  margin: 0 auto 50px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.innovation-illustration {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

.floating-elements {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.float {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.8;
}

.float.chat {
  top: 0%;
  left: 5%;
  animation: float 3s ease-in-out infinite;
}

.float.puzzle {
  top: 10%;
  right: 5%;
  animation: float 4s ease-in-out infinite;
}

.float.graph {
  bottom: 10%;
  right: 10%;
  animation: float 3.5s ease-in-out infinite;
}

.float.user {
  bottom: 5%;
  left: 10%;
  animation: float 4.5s ease-in-out infinite;
}

.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%;
  }
}

/* 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%;
}
