/* Loader */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

#loader svg {
  width: 72px;
  height: 72px;
}

#loader.none {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-bar {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fcfcfc;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
}

.header-nav-lists {
  display: none;
}

.header-nav-list {
  padding: 0 24px;
  list-style-type: none;
}

.header-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  min-height: 72px;
}

.header-nav-link {
  text-decoration: none;
  color: #241e09;
  font-size: 20px;
}

.header-active {
  color: #d4af37;
}

.header-nav-logo {
  width: 130px;
  flex: 0 0 130px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
}

.header-nav-logo a {
  display: inline-flex;
  align-items: center;
}

.header-nav-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/**Hamburger ICON **/
.header-hamburger-icon {
  width: 100px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}

.header-hamburger-line-1,
.header-hamburger-line-2,
.header-hamburger-line-3 {
  background-color: #d4af37;
  width: 1.78rem;
  height: 0.2rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 10;
}

.header-hamburger-line-1,
.header-hamburger-line-2 {
  margin-bottom: 6px;
}

/* Show class to  change the state of hambuger icon cross*/
.show .header-hamburger-line-1 {
  transform: translateY(10px) rotate(135deg);
}

.show .header-hamburger-line-2 {
  opacity: 0;
}

.show .header-hamburger-line-3 {
  transform: translateY(-8.6px) rotate(-135deg);
}

/*Show */

header ul.show {
  position: fixed;
  background-color: #fff;
  top: 8vh;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: -8vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

header ul.show li {
  margin: 1rem 0;
}

.header-btn {
  text-decoration: none;
}

.header-btn-custom {
  padding: 10px 30px;
  min-width: 133px;
  min-height: 48px;
  border-radius: 4px;
  background-color: #d4af37;
  color: #fff;
}

.header-btn-custom:hover,
.header-btn-custom:active {
  background-color: #c9a633;
  border: 1px solid #c9a633;
}

@media (min-width: 850px) {
  .header-nav-lists {
    display: flex;
  }

  .header-hamburger-icon {
    display: none;
  }
}

@media (min-width: 1200px) {
  * {
    font-size: 20px;
  }
}

@media (max-width: 849px) {
  .header-nav-logo {
    width: 110px;
    flex-basis: 110px;
  }

  .header-nav-logo img {
    max-height: 50px;
  }
}
/* Cegled apartment house header refresh */
header {
  background: #fffdf8;
  border-bottom: 1px solid #e4d8c8;
}

.header-container {
  padding: 8px 16px;
}

.header-brand {
  width: 220px;
  flex: 0 0 220px;
}

.header-brand a {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #2d2925;
  text-decoration: none;
}

.header-brand-title {
  color: #4f5c38;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.1;
}

.header-brand-subtitle {
  color: #766f66;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-nav-link {
  color: #2d2925;
  font-size: 0.98rem;
  font-weight: 700;
}

.header-nav-link:hover,
.header-active {
  color: #6f7d4f;
}

.header-btn-custom {
  border: 1px solid #6f7d4f;
  border-radius: 999px;
  background-color: #6f7d4f;
  color: #fff;
  font-weight: 700;
}

.header-btn-custom:hover,
.header-btn-custom:active {
  border-color: #4f5c38;
  background-color: #4f5c38;
}

.header-language-list {
  position: relative;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-height: auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #766f66 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.language-button-icon {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.language-button:hover,
.language-button:focus-visible {
  color: #6f7d4f !important;
  background: transparent !important;
  outline: none;
}

.language-button:hover .language-button-icon,
.language-button:focus-visible .language-button-icon {
  opacity: 1;
  transform: translateY(-1px);
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: -8px;
  z-index: 9999;
  width: min(340px, calc(100vw - 24px));
  padding: 16px;
  border: 1px solid #d8c8b5;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(45, 41, 37, 0.18);
}

.language-dropdown[hidden] {
  display: none;
}

.language-dropdown.is-open {
  display: block;
}

.language-dropdown .goog-te-gadget {
  color: #2d2925;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.language-dropdown #google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.language-search-input {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 0 14px;
  border: 1px solid #d8c8b5;
  border-radius: 12px;
  background: #fff;
  color: #2d2925;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.language-search-input::placeholder {
  color: #9b9288;
  font-weight: 400;
}

.language-search-input:focus {
  border-color: #6f7d4f;
  outline: 3px solid rgba(111, 125, 79, 0.18);
}

.language-results {
  max-height: 230px;
  overflow-y: auto;
  border: 1px solid #e4d8c8;
  border-radius: 12px;
  background: #fff;
}

.language-result-option,
.language-result-empty {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #f0e7db;
  background: transparent;
  color: #2d2925;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.language-result-option {
  cursor: pointer;
}

.language-result-option:last-child,
.language-result-empty:last-child {
  border-bottom: 0;
}

.language-result-option:hover,
.language-result-option:focus,
.language-result-option.is-active {
  background: #f7f1e8;
  color: #4f5c38;
  outline: none;
}

.language-dropdown .goog-te-gadget-simple {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d8c8b5;
  border-radius: 12px;
  background-color: #fff;
}

.language-dropdown select.goog-te-combo {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.language-dropdown select.goog-te-combo:focus {
  border-color: #6f7d4f;
  outline: 3px solid rgba(111, 125, 79, 0.18);
}

.header-hamburger-line-1,
.header-hamburger-line-2,
.header-hamburger-line-3 {
  background-color: #6f7d4f;
}

@media (min-width: 850px) {
  .header-nav-list {
    padding: 0 10px;
  }
}

@media (max-width: 849px) {
  .header-brand {
    width: 190px;
    flex-basis: 190px;
  }

  header ul.show {
    background-color: #fffdf8;
  }

  header ul.show .header-language-list {
    width: auto;
    display: flex;
    justify-content: center;
  }

  header ul.show .language-switcher {
    width: auto;
    justify-content: center;
  }

  header ul.show .language-button {
    width: 44px;
    max-width: none;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    padding: 0;
    font-size: 0.82rem;
  }

  header ul.show .language-button-icon {
    width: 34px;
    height: 34px;
  }

  header ul.show .language-dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 32px));
  }
}
