.boulivan-lang-switcher {
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 10000;
  display: flex;
  gap: 4px;
  padding: 4px;
  background: rgba(20, 28, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  font-family: Montserrat, system-ui, sans-serif;
}

.boulivan-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 6px;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.78;
  transition: opacity 0.15s ease, background 0.15s ease;
}

.boulivan-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.boulivan-lang-btn .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.boulivan-lang-btn:hover,
.boulivan-lang-btn:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}

.boulivan-lang-btn.is-active {
  opacity: 1;
  background: #727f7c;
}

@media (max-width: 767px) {
  .boulivan-lang-switcher {
    top: auto;
    bottom: 14px;
    right: 12px;
    left: 12px;
    justify-content: center;
  }
}

/* Footer copyright: full-width centered */
.elementor-location-footer .elementor-element-3a18f04,
.elementor-99 .elementor-element-3a18f04 {
  text-align: center !important;
  width: 100%;
}
.elementor-location-footer .elementor-element-3a18f04 .elementor-widget-container,
.elementor-location-footer .elementor-element-3a18f04 p {
  text-align: center !important;
}
.elementor-location-footer .elementor-element-copyrow1 {
  width: 100%;
}

/* Footer: logo left, text close beside it */
.elementor-location-footer .elementor-element-logotxt1 {
  gap: 0 !important;
  column-gap: 0 !important;
  align-items: center;
}
.elementor-location-footer .elementor-element-logocol1 {
  padding: 0 !important;
  max-width: 96px;
  flex: 0 0 auto !important;
  width: auto !important;
}
.elementor-location-footer .elementor-element-txtcol1 {
  padding: 0 0 0 6px !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: calc(100% - 102px);
}
.elementor-location-footer .elementor-element-70030b4,
.elementor-location-footer .elementor-element-70030b4 .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-location-footer .elementor-element-70030b4 img {
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
  display: block;
}
.elementor-location-footer .elementor-element-72fb851,
.elementor-location-footer .elementor-element-72fb851 .elementor-widget-container,
.elementor-location-footer .elementor-element-72fb851 p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .elementor-location-footer .elementor-element-logocol1 {
    max-width: 128px;
  }
  .elementor-location-footer .elementor-element-txtcol1 {
    padding-left: 0 !important;
    max-width: 100%;
  }
  .elementor-location-footer .elementor-element-70030b4 img {
    width: 110px !important;
    max-width: 110px !important;
  }
}
