.language-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.08em;
  margin-right: 18px;
  min-height: 40px;
  padding: 6px 10px;
}

.language-switcher a {
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  min-width: 34px;
  padding: 0 9px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.language-switcher a:hover,
.language-switcher a.active {
  background: #fff;
  color: var(--theme-color1);
}

.language-switcher span {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
}

.mobile-language-switcher {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 25px 0 0;
  padding-top: 20px;
}

.public-member-actions {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin-left: 2px;
}

.public-member-link,
.public-member-name {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 14px 24px;
  text-decoration: none;
  white-space: nowrap;
}

.public-member-register {
  background: #f5e631;
  color: #111;
  box-shadow: 0 10px 24px rgba(245, 230, 49, 0.2);
}

.public-member-login,
.public-member-name {
  background: #fff;
  color: #111;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.14);
}

.public-member-link:hover,
.public-member-name:hover {
  background: var(--theme-color2);
  color: #fff;
}

.sticky-header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: 26px;
}

.sticky-header .inner-container {
  align-items: center;
  display: flex;
}

.sticky-header .nav-outer {
  flex: 1 1 auto;
}

.sticky-header .language-switcher {
  background: #f7f3fb;
  border-color: #eadff4;
  color: rgba(0, 0, 0, 0.48);
  margin-right: 0;
}

.sticky-header .language-switcher a {
  color: rgba(0, 0, 0, 0.72);
}

.sticky-header .language-switcher a:hover,
.sticky-header .language-switcher a.active {
  background: var(--theme-color1);
  color: #fff;
}

.sticky-header .language-switcher span {
  color: rgba(0, 0, 0, 0.35);
}

.sticky-header .public-member-register {
  background: #f5e631;
  color: #111;
}

.sticky-header .public-member-login,
.sticky-header .public-member-name {
  background: var(--theme-color1);
  color: #fff;
}

.sticky-header .public-member-link,
.sticky-header .public-member-name {
  min-height: 38px;
  padding: 11px 18px;
}

.sticky-header .public-member-link:hover,
.sticky-header .public-member-name:hover {
  background: var(--theme-color2);
  color: #fff;
}

.header-style-one .main-box .nav-outer .navigation > li.template-home-caret > a {
  margin-right: 0;
  padding-right: 14px;
}

.header-style-one .main-box .nav-outer .navigation > li.template-home-caret > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-style-one .main-box .nav-outer .navigation > li.template-home-caret:hover > a::before,
.header-style-one .main-box .nav-outer .navigation > li.template-home-caret.current > a::before {
  width: calc(100% - 14px);
}

@media (min-width: 992px) {
  .header-style-one .main-box .nav-outer {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 34px;
  }

  .header-style-one .main-box .nav-outer .navigation {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }

  .header-style-one .main-box .nav-outer .navigation > li {
    flex-shrink: 0;
    margin-right: 10px;
    white-space: nowrap;
  }

  .header-style-one .main-box .outer-box {
    gap: 14px;
    padding-right: 14px;
  }

  .language-switcher {
    font-size: 12px;
    margin-right: 0;
  }

  .header-style-one .main-box .outer-box .search-btn {
    margin-right: 0;
  }

  .header-style-one .main-box .outer-box .public-member-actions {
    margin-left: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-style-one .main-box .nav-outer {
    padding-left: 20px;
  }

  .header-style-one .main-box .nav-outer .navigation > li {
    margin-right: 10px;
  }

  .language-switcher {
    font-size: 12px;
    gap: 5px;
  }
}

@media (min-width: 1400px) {
  .header-style-one .main-box .nav-outer .navigation > li > a {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .header-navbar .language-switcher {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .public-member-link,
  .public-member-name {
    min-height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-header-actions {
    gap: 12px;
    margin-left: 18px;
  }
}

@media (max-width: 991.98px) {
  .sticky-header-actions {
    display: none;
  }
}

/* Public content cards replace unverified template logo placeholders. */
.audience-card {
  align-items: center;
  color: var(--theme-color-dark);
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  text-align: center;
}

.audience-card .icon {
  color: #D51C55;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}

.audience-card .label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.audience-card .detail {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.3;
}

.client-block-two .audience-card {
  border: 1px solid #BBBBBB;
  height: 168px;
  padding: 18px 12px;
  transition: all 300ms ease;
}

.client-block-two .audience-card:hover,
.client-block .inner-box:hover {
  border-color: #D51C55;
}

.pricing-block .inner-box .price-box .price.quote-label {
  font-size: 44px;
  letter-spacing: -1px;
  line-height: 1.1;
  max-width: calc(100% - 66px);
}

@media (max-width: 575.98px) {
  .audience-card .label {
    font-size: 15px;
  }

  .audience-card .detail {
    font-size: 12px;
  }

  .pricing-block .inner-box .price-box .price.quote-label {
    font-size: 35px;
  }
}
