
.navbar-custom-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.flex-row-center {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-circle-nav {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.custom-circle-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbarNav-lang {
  display: none ;
}

.flag-circle {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

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

.navbar-nav .nav-link {
  color: #0e1541 !important;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 4px;
}

.navbar-nav .nav-link:hover {
  color: #ff6806 !important;
  /* background-color: rgba(255, 104, 6, 0.1); */
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 10px;
}

.navbar-nav .nav-link.active {
  color: #ff6806 !important;
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background-color: #ff6806;
  border-radius: 2px;
  line-height: 1;
}

.icon-responsive {
  display: none;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -2px;
  color: #0e1541;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link.active .icon-responsive {
  color: #ff6806 !important;
}

.navbar-nav .nav-link:hover .icon-responsive {
  color: #ff6806 !important;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: white;
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
  }

  .icon-responsive {
    display: inline-block;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 12px;
  }

  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    padding: 12px 20px;
  }

  .navbar-nav .nav-link:hover {
    background: #fff4ed;
  }

  
}
@media (max-width: 767px) {
.navbarNav-lang {
    display: block;
  }
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230E1541' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand {
  color: #0e1541;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -2px;
}

.navbar-brand img {
  margin-top: -3px;
}
