* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Koh Santepheap", serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 76px;
}

.navbar-light .navbar-nav .nav-link {
  color: #08043c; /* Custom color */
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff; /* Custom hover color */
}

.navbar-nav {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-collapse {
    text-align: center;
  }
}

.navbar {
  background-color: #d1d1e0;
}

.footer {
  background-color: #d1d1e0;
  text-align: center;
  padding: 20px 0;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo {
  height: 40px;
  margin-right: 10px;
}

.footer-company-name {
  font-size: 18px;
  font-weight: bold;
  color: #08043c;
}

.footer-rights {
  font-size: 14px;
  color: #555;
}

.navbar-light .navbar-nav .nav-link {
  color: #08043c;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-nav {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-collapse {
    text-align: center;
  }
}

.navbar {
  background-color: #d1d1e0;
}

.footer {
  background-color: #d1d1e0;
  text-align: center;
  padding: 20px 0;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo {
  height: 40px;
  margin-right: 10px;
}

.footer-company-name {
  font-size: 18px;
  font-weight: bold;
  color: #08043c;
}

.footer-rights {
  font-size: 14px;
  color: #555;
}

#search-item {
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product-list {
  position: absolute;
  top: 100%; /* Position the list directly below the search bar */
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  display: none;
  box-sizing: border-box; /* Ensure padding and border are included in width */
}

.product-list.active {
  display: block;
}

.result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.result-item a {
  text-decoration: none;
  color: black;
}

.result-item:hover {
  background: #f9f9f9;
}

.result-item img {
  max-width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.container-form {
  width: 300px;
  margin: 0 auto;
  position: relative;
}

.nav-item {
  position: relative;
}

.nav-item i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #ccc;
}

.d-flex {
  display: flex !important;
  align-items: center;
}

.slides {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  border: 4px solid #08043c;
  box-shadow: rgb(0, 0, 0, 0.35) 0px 5px 15px;
}

.slide {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  inset: 0;
}

.slide-1 {
  animation: slide-show 20s infinite;
}

.slide-2 {
  animation: slide-show 20s infinite;
  animation-delay: 4s;
}

.slide-3 {
  animation: slide-show 16s infinite;
  animation-delay: 8s;
}

.slide-4 {
  animation: slide-show 16s infinite;
  animation-delay: 12s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.font-detail-product {
  font-size: 1rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.title-detail-product {
  padding-top: 3vh;
  padding-bottom: 1vh;
  color: #08043c;
}

.google-maps {
  border: 2px solid #08043c;
  padding: 20px;

  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.whatsapp_float {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .slides {
    height: 200px;
  }
}

@keyframes slide-show {
  0%,
  100% {
    opacity: 0;
  }

  10%,
  90% {
    opacity: 1;
  }

  20%,
  30%,
  80% {
    opacity: 1;
    transform: scale(1.03);
  }

  50%,
  70% {
    opacity: 0;
  }
}

.rounded-img {
  border-radius: 10px; /* Adjust the value as needed */
}

.shadow-card {
  box-shadow: 0 4px 8px rgba(28, 24, 24, 0.1); /* Adjust the values as needed */
}

.btn-center {
  text-align: center;
}

.card-title {
  text-align: center;
  color: #242961;
}
.custom-btn {
  background-color: #242961;
  border-color: #ffff;
}

.card {
  background-color: #cbcddf;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #242961;
}
