.elementor-27643 .elementor-element.elementor-element-191d126{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-27643 .elementor-element.elementor-element-8bb7392 > .elementor-widget-container{border-radius:0px 0px 1px 0px;}}/* Start custom CSS for html, class: .elementor-element-8bb7392 */* {
  box-sizing: border-box;
}

.site-header {
     background: #f0eeed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
  align-items: center;
}

.header-container {
max-width: 1280px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  align-self: center;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  color: #1f2430;
  font-family: Georgia, "Times New Roman", serif;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-btn {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  transition: all 0.2s ease;
}

.lang-btn.active {
  background: #f0701c;
  color: #ffffff;
}

.lang-btn:not(.active):hover {
  color: #1f2430;
}

/* Demo content just to show switching works */
.demo-content {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  padding: 0 20px;
}

.demo-content h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  color: #1f2430;
  margin-bottom: 16px;
}

.demo-content p {
  font-size: 18px;
  color: #5b6270;
}

/* Responsive */
@media (max-width: 600px) {
  .site-header {
    padding: 14px 20px;
  }

  .brand-name {
    font-size: 17px;
  }

  .lang-btn {
    padding: 6px 14px;
    font-size: 13px;
  }
}/* End custom CSS */