.elementor-165 .elementor-element.elementor-element-fc73c31{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-969a67d */.krb-footer-luxe {
  position: relative;
  background:
    radial-gradient(circle at 15% 10%, rgba(215,181,122,0.05) 0%, rgba(215,181,122,0) 24%),
    linear-gradient(180deg, #080808 0%, #060606 100%);
  color: #fff;
  padding: 84px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.krb-footer-luxe__container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.krb-footer-luxe__top {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 56px;
  align-items: start;
}

.krb-footer-luxe__brand {
  max-width: 420px;
}

.krb-footer-luxe__logo {
  width: 130px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.krb-footer-luxe__brand-text {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.8;
}

.krb-footer-luxe__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.krb-footer-luxe__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
  transition: all .3s ease;
  overflow: hidden;
}

.krb-footer-luxe__btn--gold {
  color: #fff8ec;
  border: 1px solid rgba(215,181,122,0.55);
  background: linear-gradient(135deg, rgba(215,181,122,0.16) 0%, rgba(140,104,52,0.10) 100%);
}

.krb-footer-luxe__btn--gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: all .9s ease;
}

.krb-footer-luxe__btn--gold:hover::before {
  left: 140%;
}

.krb-footer-luxe__btn--gold:hover {
  transform: translateY(-2px);
  border-color: rgba(215,181,122,0.82);
  box-shadow: 0 14px 34px rgba(0,0,0,0.24);
}

.krb-footer-luxe__btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.krb-footer-luxe__btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.32);
}

.krb-footer-luxe__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.krb-footer-luxe__col h4 {
  margin: 0 0 16px;
  color: #d7b57a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.krb-footer-luxe__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.krb-footer-luxe__col li {
  margin-bottom: 12px;
}

.krb-footer-luxe__col a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: color .25s ease, opacity .25s ease;
}

.krb-footer-luxe__col a:hover {
  color: #ffffff;
}

.krb-footer-luxe__address {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  font-size: 15px;
}

.krb-footer-luxe__small {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.58);
  line-height: 1.8;
  font-size: 14px;
}

.krb-footer-luxe__maps-link {
  color: #d7b57a;
  text-decoration: none;
  font-size: 14px;
  transition: color .25s ease;
}

.krb-footer-luxe__maps-link:hover {
  color: #fff3dc;
}

.krb-footer-luxe__bottom {
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,0.48);
  font-size: 12px;
}

.krb-footer-luxe__bottom-right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.krb-footer-luxe__bottom-right a {
  color: rgba(255,255,255,0.48);
  text-decoration: none;
}

.krb-footer-luxe__bottom-right a:hover {
  color: rgba(255,255,255,0.82);
}

@media (max-width: 1024px) {
  .krb-footer-luxe__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .krb-footer-luxe__brand {
    max-width: none;
  }

  .krb-footer-luxe__cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .krb-footer-luxe {
    padding: 64px 0 22px;
  }

  .krb-footer-luxe__container {
    width: calc(100% - 24px);
  }

  .krb-footer-luxe__logo {
    width: 110px;
    margin-bottom: 16px;
  }

  .krb-footer-luxe__brand-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .krb-footer-luxe__actions {
    flex-direction: column;
  }

  .krb-footer-luxe__btn {
    width: 100%;
    text-align: center;
  }

  .krb-footer-luxe__cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .krb-footer-luxe__bottom {
    margin-top: 36px;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .krb-footer-luxe__bottom-right {
    gap: 14px;
  }
}/* End custom CSS */