:root,
[data-bs-theme=light] {
    --primary: #1e3d58;
    --secondary: #0097A9;
    --third: #53D8F4;
    --bs-blue: #0ea5e9;
    --bs-indigo: #6366f1;
    --bs-purple: #a855f7;
    --bs-pink: #ec4899;
    --bs-red: #f43f5e;
    --bs-orange: #f97316;
    --bs-yellow: #eab308;
    --bs-green: #22c55e;
    --bs-teal: #14b8a6;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* this hides any horizontal overflow */
}

* {
    font-family: 'Nunito', sans-serif;
}


html {
  scroll-behavior: smooth;
}


body .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

/* .navbar .logo {
    height: 150px;
    width: 150px;
} */

@media (max-width: 767.98px) {
  section,
  .row,
  .container > div {
    margin-bottom: 1rem !important;
  }

  /* Optional: spacing between cards inside columns if needed */
  .card {
    margin-bottom: 1.5rem;
  }

  /* Optional: override any margin-top collapse on the first section */
  section:first-of-type {
    margin-top: 1.5rem;
  }
}



.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1); /* semi-transparent white */
  backdrop-filter: blur(2px);           /* optional: adds a blur effect */
  z-index: 1;
}


.fixed-text-height {
  min-height: 60px; /* or height: 80px if you want to clip overflow */
}

.card-img-overlay {
  z-index: 2; /* Ensure the text is above the overlay */
}

.card-img {
  object-fit: cover;
}


.header .logo {
    margin-left: 110px;
}

.header .navbar {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.header .navbar .collapse{
  padding-right: 110px;
}

/* section {
    padding: 0px 0 5px 0;
} */

section h4 {
    margin-bottom: 15px;
}

section p {
    color: #535353;
}

.action-question {
    padding-top: 0;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
}



.card-img-top {
  width: auto;              /* Allow natural image width */
  height: auto;             /* Allow natural image height */
  max-width: 100%;          /* Prevent overflow on smaller screens */
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide h5 {
    margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    color: var(--secondary);
    background-color: var(--secondary);
}

.swiper {
  overflow: hidden;
}


.footer {
    background-color: var(--primary);
    color: white;
    padding: 25px;

}

.footer h4 {
    margin-bottom: 0;
}

.footer h5 {
    font-size: 20px;
}

@media screen and (max-width: 576px) {
  .container-fluid {
    padding-left: 5px;
  }

  .header .logo {
    margin-left: 0px;
  }

  .hero {
    padding: 0 10px
  }

  .hero .card-title {
    font-size: 18px;
  }

  .key-and-benefits {
    padding: 0 10px
  }

  .logistic-erp {
        padding: 0 10px

  }

  .footer {
    padding: 18px;
    display: flex;
    justify-content: center;
  }

  .action-question {
    padding: 25px 20px 35px 20px; 
  }

  .logistic-erp h5 {
    font-size: 16px;
  }

  .logistic-erp p {
    font-size: 14px;
  }
}

