.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}

/* Shenbao Head Component Styles */

.shenbao_head_main {
  width: 100%;
}
.lang-selector .lang-box::before{
  right: 10px !important;
}

html[dir="rtl"] .lang-selector .lang-box::before{
  right: auto !important;
  left: 10px !important;
}
/* Desktop Header */
.shenbao_head_main .head-menu {
  /* background: #fff; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}
.shenbao_head_main .serchbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.shenbao_head_main .serchbox.active {
    display: flex;
}

.shenbao_head_main .serchbox form {
    width: 80%;
    max-width: 895px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.shenbao_head_main .serchbox .submit_text {
    width: 100%;
    background: transparent;
    border-bottom: 0.0938rem solid #fff;
    font-size: 1.5625rem;
    font-weight: 500;
    height: 1.4;
    line-height: 1.4;
    color: #fff;
    padding: 0 1.25rem 0 0.5rem;
}

.shenbao_head_main .serchbox .submit_text::placeholder {
    color: #fff;
}

.shenbao_head_main .serchbox .submit_btn {
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    cursor: pointer;
}

.shenbao_head_main .serchbox .submit_btn i {
    font-size: max(16px, 1rem);
    color: #fff;
    line-height: 1.5625rem;
}
.shenbao_head_main .lang-selector .current-lang em {
  display: none;
}
.shenbao_head_main .head-menu.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

/* .shenbao_head_main .head-menu.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
} */

.shenbao_head_main .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.shenbao_head_main .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background: transparent;
}

/* Logo */
.shenbao_head_main .logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  padding-left: 30px;
  background: #fff;
}

.shenbao_head_main .logo-link img {
  width: 169px;
  object-fit: contain;
  aspect-ratio: 169/53;
}

/* Navigation */
.shenbao_head_main .nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  flex: 1;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  background: #fff;
}
.shenbao_head_main .head-menu .nav-list{
  height: 100%;
}
.shenbao_head_main .nav-item {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
}

.shenbao_head_main .nav-link {
  font-family: var(--lato-semibold-family);
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.shenbao_head_main .nav-link .iconfont-down7 {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.shenbao_head_main .head-menu  .nav-item:hover .nav-link .iconfont-down7 {
  transform: rotate(180deg);
}

.shenbao_head_main .nav-link:hover,
.shenbao_head_main .nav-item.active .nav-link {
  color: var(--color-primary);
}

/* ===================================
   PC Dropdown Menu
   =================================== */

.shenbao_head_main .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  display: block;
  margin-top: 10px;
}

.shenbao_head_main .head-menu  .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.shenbao_head_main .dropdown-menu li {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}

.shenbao_head_main .dropdown-menu li:last-child {
  border-bottom: none;
}

.shenbao_head_main .dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #1d1d1d;
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.shenbao_head_main .dropdown-item:hover {
  background: #f5f5f5;
  color: var(--color-primary) !important;
}
.shenbao_head_main .right-actions i{
  color: rgba(44, 44, 44, 0.9) !important;
  font-size: var(--font-size-26) !important;
}


/* ===================================
   Mobile Styles
   =================================== */

/* Right Actions */
.shenbao_head_main .right-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  background: #fff;
  border-left: 1px solid rgba(29, 29, 29, 0.16);
  padding-right: 20px;
  padding-left: 20px;
}

.shenbao_head_main .lang-selector {
  display: flex;
  align-items: center;
  padding: 0;
  height: 80px;
  cursor: pointer;
  width: 40px;
  justify-content: center;
  box-sizing: border-box;
}

.shenbao_head_main .lang-selector img {
  /* width: 26px; */
  height: 100%;
  /* object-fit: contain; */
}

/* CTA Button */
.shenbao_head_main .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: transparent;
  color: #1d1d1d;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.shenbao_head_main .cta-button:hover {
  color: var(--color-primary);
}

/* ===================================
   Mobile Styles
   =================================== */

/* Mobile Actions */
.shenbao_head_main .mobile-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.shenbao_head_main .mobile-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #1d1d1d;
}

/* Mobile Menu Container */
.shenbao_head_main .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80vw;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  transition: left 0.3s ease;
  overflow-y: auto;
}

.shenbao_head_main .mobile-menu.active {
  left: 0;
}

.shenbao_head_main .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.shenbao_head_main .mobile-menu-header .logo-link img {
  height: 40px;
}

.shenbao_head_main .mobile-menu-header .close-btn {
  font-size: 24px;
  cursor: pointer;
  color: #1d1d1d;
}

/* Mobile Navigation List */
.shenbao_head_main .mobile-menu .nav-list {
  flex-direction: column;
  gap: 0;
  padding: 20px;
  background: transparent;
}

.shenbao_head_main .mobile-menu .nav-item {
  width: 100%;
  border-bottom: 1px solid #eee;
  position: static;
  z-index: auto;
}

.shenbao_head_main .mobile-menu .nav-link {
  display: flex;
  padding: 15px 0;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}

.shenbao_head_main .head-menu .mobile-menu .nav-link .iconfont-down7 {
  font-size: 12px;
}

/* Mobile Dropdown Menu - Fixed below parent */
.shenbao_head_main .mobile-menu .dropdown-menu {
  display: none;
  background: #f8f8f8;
  position: static;
  padding: 0;
  margin: 0;
  opacity: 1;
  transform: none;
  visibility: visible;
  border: none;
  box-shadow: none;
  width: 100%;
}

.shenbao_head_main .mobile-menu .dropdown-menu.d-block {
  display: block !important;
}

.shenbao_head_main .mobile-menu .dropdown-menu li {
  padding: 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.shenbao_head_main .mobile-menu .dropdown-menu li:last-child {
  border-bottom: none;
}

.shenbao_head_main .mobile-menu .dropdown-item {
  padding: 12px 0;
  font-size: 14px;
  color: #333;
}
.lang-selector .lang-box{
  top: 80px !important;
  right: 0px !important;
}

html[dir="rtl"] .lang-selector .lang-box{
  left: 0px !important;
  right: auto !important;
}
/* ===================================
   Responsive Breakpoints
   =================================== */
@media screen and (max-width: 1400px) {
  /* .shenbao_head_main .container {
    max-width: 1330px;
  } */


  .shenbao_head_main .nav-list {
    gap: var(--text-gap);
  }

  .shenbao_head_main .logo-link img {
    width: 140px;
  }

  .shenbao_head_main .logo-link{
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  /* .shenbao_head_main .container {
    max-width: 1130px;
  } */
  .shenbao_head_main .lang-selector {
    width: 36px;
  }


  .shenbao_head_main .nav-list {
    gap: 10px;
  }

  .shenbao_head_main .logo-link img {
    width: 100px;
  }
.shenbao_head_main .logo-link{
  padding-left:10px;
}
}

@media screen and (max-width: 992px) {
  .shenbao_head_main .head-menu{
    background:#fff;
  }
    .lang-selector .lang-box {
      top: 60px !important;
      right: 0px !important;
    }

  .shenbao_head_main .header-wrapper {
    height: 60px;
    padding-left: 0;
  }

  .shenbao_head_main .nav-list {
    gap: var(--text-gap-sm);
  }
.shenbao_head_main .logo-link{
  padding-left:0;
}
  .shenbao_head_main .logo-link img {
    /* height: 40px; */
    width: 160px;
  }

  .shenbao_head_main .lang-selector,
  .shenbao_head_main .cta-button {
    height: 60px;
    border: none;
  }

}

@media screen and (max-width: 768px) {

  .shenbao_head_main .header-wrapper {
    height: 60px;
  }
  .shenbao_head_main .lang-selector,
  .shenbao_head_main .cta-button {
    height: 60px;
  }

  .shenbao_head_main .logo-link img {
    /* height: 36px; */
    width: 120px;
  }

  .shenbao_head_main .cta-button{
    padding: 0 0.625rem;
  }
  
}

@media screen and (max-width: 576px) {
  .shenbao_head_main .right-actions{
    gap: 10px;
  }

  .shenbao_head_main .header-wrapper {
    height: 56px;
  }
  .shenbao_head_main .lang-selector,
  .shenbao_head_main .cta-button {
    height: 56px;
  }

  .shenbao_head_main .logo-link img {
    width: 100px;
  }
}