.custom-link {
  font-size:17px;
  font-weight: bold;

}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#00a096;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.promo-topbar {
  min-height: 48px;
  height: auto;
  position: relative;
  z-index: 1001;
}

.promo-topbar > .container {
  min-height: 48px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

body:not(.body-scrolled) .promo-topbar.d-lg-flex ~ .navbar {
  top: 48px;
}

.promo-topbar-link {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.promo-topbar-link:hover,
.promo-topbar-link:focus {
  color: #fff;
  text-decoration: underline;
}

.promo-topbar-mobile {
  min-height: 78px;
  z-index: 1002;
}

.promo-topbar-mobile > .container {
  min-height: 78px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.promo-topbar-mobile p {
  margin-bottom: 2px !important;
}

.promo-topbar-mobile .promo-topbar-link {
  display: inline-block;
  font-size: 10px;
  line-height: 1.1;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.08);
}

.language-switcher-link {
  display: inline-block;
  min-width: 42px;
  padding: 7px 9px;
  border-radius: 999px;
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  opacity: 0.8;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.language-switcher-link:hover,
.language-switcher-link:focus {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

.language-switcher-link.is-active {
  background-color: #fff;
  color: #191919;
  opacity: 1;
}

.header-scrolled .language-switcher,
.navbar-scrolled .language-switcher,
.navbar.stick .language-switcher {
  border-color: rgba(25, 25, 25, 0.12);
  background-color: rgba(25, 25, 25, 0.04);
}

.navbar-mobile {
  display: flex;
  align-items: center;
  flex: 1;
}

.navbar-mobile .nav.nav-navbar {
  margin-right: auto;
}

.solution-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.solution-coming-soon {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(0, 160, 150, 0.12);
  color: #00a096;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  body:not(.body-scrolled) .promo-topbar-mobile.d-lg-none ~ .navbar {
    top: 88px;
  }

  .navbar-mobile {
    display: block;
  }

  .navbar-brand .logo-dark,
  .navbar-brand .logo-light {
    width: 92px !important;
    height: auto !important;
  }

  .navbar-toggler {
    margin-right: 0.5rem;
  }

  .language-switcher {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-title {
    gap: 6px;
  }
}