/* 中文版本字体 + 红色主题覆盖 */
:root {
  --voldor-base: #CB181B;
  --voldor-base-rgb: 203, 24, 27;
  --voldor-base-hover: #A01215;
  --voldor-base-dark: #8B0F12;
  --voldor-gray: #F5E8E8;
  --voldor-gray-rgb: 245, 232, 232;
  --voldor-border-color: #F8EDED;
  --voldor-border-color-rgb: 248, 237, 237;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, input, textarea, button, label {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Barlow", "Manrope", sans-serif !important;
}

/* 按钮与链接悬停：更深红色，增强力量感 */
.voldor-btn--base:hover,
.main-header__btn:hover,
.service-card .voldor-btn:hover,
.about-one__link__btn:hover {
  background: var(--voldor-base-hover) !important;
}

.voldor-btn--secondary:hover::after {
  background-color: var(--voldor-base-hover) !important;
}

a:hover {
  color: var(--voldor-base-hover);
}

.main-menu__list > li > a:hover,
.main-menu__list li ul li a:hover {
  color: var(--voldor-base);
}

/* 进度条、装饰线等 */
.about-one__progress__inner,
.why-choose-two__funfact__item__icon {
  background-color: var(--voldor-base);
}

/* 首页特色卡片：红色主题，默认即清晰可见 */
.feature-one__item {
  background: var(--voldor-gray);
}
.feature-one__item__top {
  background: var(--voldor-base);
}
.feature-one__item__top__icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.feature-one__item__top__title {
  color: #fff;
}
.feature-one__item__content {
  background: #fff;
}
.feature-one__item:hover {
  background: var(--voldor-border-color);
}
.feature-one__item:hover .feature-one__item__top {
  background: var(--voldor-base-hover);
}
.feature-one__item:hover .feature-one__item__top__icon {
  background: #fff;
  color: var(--voldor-base);
  border-color: #fff;
}

/* 联系我们：信息区深色底，文字默认可见（旧版 contact-bottom 兼容） */
.contact-page-info .contact-bottom__inner__right__bottom {
  padding: 48px 40px;
}
.contact-page-info .contact-bottom__list__item__text,
.contact-page-info .contact-bottom__list__item__text a {
  color: #fff;
}
.contact-page-info .contact-bottom__list__item__subtitle {
  color: rgba(255, 255, 255, 0.65);
}
.contact-page-info .contact-bottom__list__item__text a:hover {
  color: var(--voldor-base);
}

/* 联系我们页 */
.contact-page {
  padding: 80px 0 60px;
  background: var(--voldor-gray);
}
.contact-page__lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #797577;
  line-height: 1.8;
}
.contact-page__cards {
  margin-top: 48px;
  margin-bottom: 36px;
}
.contact-info-card {
  width: 100%;
  background: #fff;
  border: 1px solid var(--voldor-border-color);
  border-radius: 8px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-info-card:hover {
  border-color: rgba(var(--voldor-base-rgb), 0.35);
  box-shadow: 0 10px 32px rgba(var(--voldor-base-rgb), 0.1);
}
.contact-info-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--voldor-base);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-card__label {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-info-card__value {
  font-size: 17px;
  font-weight: 700;
  color: var(--voldor-secondary, #241F21);
  line-height: 1.6;
  margin-bottom: 0;
  word-break: break-word;
}
.contact-info-card__value a {
  color: inherit;
}
.contact-info-card__value a:hover {
  color: var(--voldor-base);
}
.contact-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.contact-page__actions .voldor-btn {
  min-width: 140px;
}
.contact-page__map-section {
  background: #fff;
}
.contact-page__map-bar {
  background: linear-gradient(90deg, var(--voldor-secondary, #241F21) 0%, #2f2a2b 100%);
  color: #fff;
  padding: 20px 0;
  border-top: 3px solid var(--voldor-base);
}
.contact-page__map-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.02em;
}
.contact-page__map-title i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--voldor-base);
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-page__map-address {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}
.contact-page__map-wrap {
  line-height: 0;
  background: #e8e8e8;
}
.contact-page__map {
  display: block;
  width: 100%;
  height: 480px;
  border: none;
  mix-blend-mode: normal;
}
@media (max-width: 767px) {
  .contact-page {
    padding: 60px 0 40px;
  }
  .contact-page__map {
    height: 360px;
  }
  .contact-page__map-bar .container {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

/* 企业介绍：母公司突出 + 子公司等高卡片 */
.company-parent-card__inner {
  background: linear-gradient(135deg, #241F21 0%, #3d3234 100%);
  border-left: 5px solid var(--voldor-base);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 40px 48px;
  color: #fff;
}
.company-parent-card__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.company-parent-card__text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  margin-bottom: 24px;
}
.company-card {
  width: 100%;
}
.company-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  padding-bottom: 24px;
}
.company-card__content {
  flex: 1 1 auto;
  margin: 25px 20px 16px 40px;
}
.company-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 7.5em;
}
.company-card__btn {
  margin: 0 20px 20px 40px;
  align-self: flex-start;
}

/* 产品分类卡片（首页 / 产品分类页）等高 */
.category-card {
  width: 100%;
}
.category-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding-bottom: 24px;
}
.category-card__content {
  flex: 1 1 auto;
}
.category-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5.5em;
}
.category-card__count {
  margin-top: 8px;
  color: var(--voldor-base);
}
.category-card__btn {
  margin: 0 20px 20px 40px;
  align-self: flex-start;
}

/* 首页子公司概览等高 */
.subsidiary-card {
  width: 100%;
}
.subsidiary-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 240px;
  padding-bottom: 24px;
}
.subsidiary-card__content {
  flex: 1 1 auto;
  margin: 25px 20px 16px 40px;
}
.subsidiary-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 7.5em;
}
.subsidiary-card__btn {
  margin: 0 20px 20px 40px;
  align-self: flex-start;
}

/* 产品列表网格卡片 */
.product-grid-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(203, 24, 27, 0.12);
}
.product-grid-card__image {
  display: block;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}
.product-grid-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-grid-card:hover .product-grid-card__image img {
  transform: scale(1.04);
}
.product-grid-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.product-grid-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
  text-transform: none;
}
.product-grid-card__title a {
  color: var(--voldor-secondary, #241F21);
}
.product-grid-card__title a:hover {
  color: var(--voldor-base);
}
.product-grid-card__summary {
  flex: 1;
  font-size: 14px;
  color: #797577;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.5em;
  margin-bottom: 16px;
}
.product-grid-card__btn {
  align-self: flex-start;
}

/* 产品详情 — 同分类产品侧栏 */
.product-detail-sidebar {
  background: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
}
.product-detail-sidebar__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--voldor-base);
}
.related-product-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 520px;
  overflow-y: auto;
}
.related-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--voldor-gray);
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.related-product-card:hover {
  background: #fff;
  border-color: var(--voldor-base);
  box-shadow: 0 4px 16px rgba(203, 24, 27, 0.1);
}
.related-product-card__img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
}
.related-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product-card__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.related-product-card__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--voldor-secondary, #241F21);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-product-card__more {
  font-size: 12px;
  color: var(--voldor-base);
}
.product-detail-contact {
  padding: 20px 24px 24px;
}

/* 轮播指示器 */
.hero-one__carousel .owl-dots .owl-dot.active span,
.hero-one__carousel .owl-dots .owl-dot span::after {
  background: var(--voldor-base);
  border-color: var(--voldor-base);
}

/* 容诚 Logo 尺寸 */
.main-header__logo.logo-voldor img {
  width: auto;
  height: 62px;
  max-width: 280px;
  object-fit: contain;
  image-rendering: auto;
}
.main-footer__logo img {
  width: auto;
  height: 56px;
  max-width: 240px;
  object-fit: contain;
  image-rendering: auto;
}
.mobile-nav__content .logo-box img {
  width: auto;
  height: 58px;
  max-width: 220px;
  object-fit: contain;
  image-rendering: auto;
}
.preloader__image {
  background-size: 72px auto !important;
}

/* 服务理念页 */
.philosophy-intro {
  padding: 80px 0 60px;
}
.philosophy-intro__body {
  margin-top: 48px;
}
.philosophy-intro__media {
  position: relative;
  height: 100%;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
  isolation: isolate;
}
.philosophy-intro__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-top: 4px solid var(--voldor-base);
  border-left: 4px solid var(--voldor-base);
  z-index: 2;
  pointer-events: none;
}
.philosophy-intro__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.philosophy-intro__panel {
  background: #fff;
  border: 1px solid var(--voldor-border-color);
  border-left: 4px solid var(--voldor-base);
  border-radius: 8px;
  padding: 36px 32px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.philosophy-intro__panel .sec-title {
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.philosophy-intro__panel .sec-title__title {
  color: var(--voldor-secondary, #241F21);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.45;
  text-transform: none;
  font-weight: 700;
}
.philosophy-intro__text {
  color: #555;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.philosophy-intro__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .philosophy-intro__media {
    min-height: 280px;
  }
  .philosophy-intro__media img {
    min-height: 280px;
  }
  .philosophy-intro__panel {
    padding: 28px 22px;
  }
}
.philosophy-culture-banner {
  text-align: center;
  padding: 48px 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--voldor-base) 0%, var(--voldor-base-dark) 100%);
  box-shadow: 0 12px 40px rgba(var(--voldor-base-rgb), 0.28);
  color: #fff;
}
.philosophy-culture-banner__badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.philosophy-culture-banner__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.philosophy-culture-banner__en {
  font-size: 16px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0;
  line-height: 1.7;
}
.philosophy-section-desc {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #797577;
  line-height: 1.8;
}
.philosophy-values {
  padding: 80px 0 100px;
}
.philosophy-values .feature-one__item__top__title {
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
}
.philosophy-value-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.philosophy-value-card .feature-one__item__content {
  flex: 1;
}
.philosophy-value-card .feature-one__item__text {
  line-height: 1.75;
}
.philosophy-commitments {
  padding-bottom: 100px;
}
.philosophy-commit-card {
  width: 100%;
}
.philosophy-commit-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
}
.philosophy-commit-card__content {
  flex: 1;
}
.philosophy-commit-card__text {
  line-height: 1.8;
  margin-bottom: 0;
}
.philosophy-process .work-process-one__item {
  margin-left: auto;
  margin-right: auto;
}
.philosophy-process .work-process-one {
  counter-reset: none;
}
.philosophy-process .work-process-one__item__count::before {
  content: none;
}
.philosophy-advantages {
  margin-bottom: 0;
}

/* 首页/服务理念底部 CTA 按钮 */
.site-cta .cta-one::after {
  background: rgba(var(--voldor-base-rgb), 0.92);
}
.site-cta__text {
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  margin-bottom: 0;
}
.site-cta .cta-one__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.site-cta .voldor-btn::after {
  display: none;
}
.site-cta .voldor-btn--cta-light {
  background: #fff;
  color: var(--voldor-base);
  border: 2px solid #fff;
}
.site-cta .voldor-btn--cta-light:hover {
  background: var(--voldor-secondary);
  color: #fff !important;
  border-color: var(--voldor-secondary);
}
.site-cta .voldor-btn--cta-outline {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.site-cta .voldor-btn--cta-outline:hover {
  background: #fff;
  color: var(--voldor-base) !important;
  border-color: #fff;
}
@media (max-width: 767px) {
  .site-cta .cta-one__btn {
    justify-content: flex-start;
  }
}

/* 产品详情联系方式卡片 */
.product-detail-contact {
  background: #fff;
  border: 1px solid var(--voldor-border-color);
  border-radius: 6px;
  padding: 24px 22px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.product-detail-contact__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--voldor-gray);
}
.product-detail-contact__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--voldor-base);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.product-detail-contact__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--voldor-secondary, #241F21);
  margin: 0;
  line-height: 1.3;
  text-transform: none;
}
.product-detail-contact__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  line-height: 1.7;
  color: #555;
}
.product-detail-contact__label {
  min-width: 42px;
  font-weight: 600;
  color: var(--voldor-secondary, #241F21);
}
.product-detail-contact__list a {
  color: var(--voldor-base);
  word-break: break-all;
}
.product-detail-contact__btn {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

/* 首页扩展 */
.home-section-desc {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: #797577;
  line-height: 1.8;
}
.home-features {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.home-features .feature-one__item__top__title {
  font-size: 20px;
  line-height: 1.35;
}
.home-about {
  padding-top: 100px;
  padding-bottom: 80px;
}
.home-about__highlights {
  margin: 24px 0 28px;
}
.home-about__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  line-height: 1.75;
  color: #555;
  border-bottom: 1px solid var(--voldor-border-color);
}
.home-about__highlights li:last-child {
  border-bottom: none;
}
.home-about__highlights li i {
  color: var(--voldor-base);
  font-size: 22px;
  margin-top: 3px;
  flex-shrink: 0;
}
.home-stats {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-stats .sec-title__tagline,
.home-stats .sec-title__title {
  color: #fff;
}
.home-stats .sec-title__tagline img {
  filter: brightness(0) invert(1);
}
.home-industries {
  padding-bottom: 100px;
}
.home-industry-card {
  width: 100%;
}
.home-industry-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}
.home-industry-card__content {
  flex: 1;
}
.home-industry-card__text {
  line-height: 1.8;
  margin-bottom: 0;
}
.home-products {
  padding-bottom: 100px;
}
.home-philosophy {
  padding: 90px 0 100px;
  background: var(--voldor-gray);
}
.home-value-card {
  background: #fff;
  border: 1px solid var(--voldor-border-color);
  border-radius: 4px;
  padding: 28px 22px;
  height: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.home-value-card:hover {
  border-color: rgba(var(--voldor-base-rgb), 0.35);
  box-shadow: 0 8px 24px rgba(var(--voldor-base-rgb), 0.08);
}
.home-value-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--voldor-base);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.home-value-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--voldor-secondary, #241F21);
}
.home-value-card__text {
  font-size: 14px;
  line-height: 1.75;
  color: #797577;
  margin-bottom: 0;
}
.home-subsidiaries {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .home-features {
    margin-top: 0;
  }
  .philosophy-culture-banner {
    padding: 36px 20px;
  }
}

.topbar-one__culture { color: #fff; font-size: 14px; font-weight: 500; }

.product-detail__gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.product-detail__gallery-item img { width: 120px; height: 90px; object-fit: cover; border-radius: 6px; border: 1px solid #eee; }
.product-detail__hero img { max-height: 420px; object-fit: contain; background: #f8f8f8; }
.product-detail__intro p { margin-bottom: 1rem; line-height: 1.8; }

.topbar-one__culture { color: #fff; font-size: 14px; font-weight: 500; }
.product-item-card .service-card__thumb__item img { width: 100%; height: 200px; object-fit: cover; }
.product-detail__gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.product-detail__gallery-item img { width: 120px; height: 90px; object-fit: cover; border-radius: 6px; border: 1px solid #eee; }
.product-detail__hero img { max-height: 420px; object-fit: contain; background: #f8f8f8; }
.product-detail__related li { margin-bottom: 8px; }
.product-detail__intro p { margin-bottom: 1rem; line-height: 1.8; }

/* Language switcher */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 3px;
  border-radius: 999px;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}
.lang-switcher--header {
  margin-right: 14px;
}
.lang-switcher--mobile {
  width: 100%;
  justify-content: center;
  margin: 16px 0 8px;
}
.lang-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.lang-switcher--mobile .lang-switcher__item {
  min-width: 72px;
  padding: 8px 14px;
  font-size: 13px;
}
.lang-switcher__item:hover {
  color: var(--voldor-base, #CB181B);
  background: rgba(203, 24, 27, 0.08);
}
.lang-switcher__item.is-active {
  color: #fff;
  background: var(--voldor-base, #CB181B);
  box-shadow: 0 4px 12px rgba(203, 24, 27, 0.28);
}
.mobile-nav__lang {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .lang-switcher--header {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-nav__lang {
    display: none;
  }
}
