.elementor-2471 .elementor-element.elementor-element-8c16148{--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;}.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-21eec79 */.pc-footer{
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(199, 154, 59, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, #121317 0%, #0b0b0d 100%);
  overflow: hidden;
}

.pc-footer::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.18;
}

.pc-footer__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 25px 22px;
}

.pc-footer__top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 34px;
  padding: 34px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pc-footer__brand{
  max-width: 430px;
}

.pc-footer__logo-link{
  display: inline-flex;
  text-decoration: none !important;
}

.pc-footer__logo{
  width: auto;
  max-width: 230px;
  height: auto;
  display: block;
}

.pc-footer__brand-text{
  margin: 22px 0 0;
  color: rgba(248, 244, 238, 0.74);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}

.pc-footer__socials{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pc-footer__social{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
  text-decoration: none !important;
}

.pc-footer__social:hover{
  transform: translateY(-2px);
  border-color: rgba(199, 154, 59, 0.34);
  background: rgba(199, 154, 59, 0.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.pc-footer__social img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.pc-footer__nav-wrap{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pc-footer__nav-col{
  min-width: 0;
}

.pc-footer__accordion-trigger{
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: inherit;
  box-shadow: none !important;
  text-align: left !important;
  cursor: default;
  appearance: none;
  -webkit-appearance: none;
}

.pc-footer__accordion-trigger::-webkit-details-marker{
  display: none;
}

.pc-footer__accordion-trigger::marker{
  display: none;
}

.pc-footer__title{
  display: block;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0;
  color: #f8f4ee !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-align: left !important;
}

.pc-footer__accordion-icon{
  display: none;
}

.pc-footer__accordion-content{
  display: block;
}

.pc-footer__menu,
.pc-footer__contact-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-footer__menu li,
.pc-footer__contact-list li{
  margin: 0 0 12px;
}

.pc-footer__menu li:last-child,
.pc-footer__contact-list li:last-child{
  margin-bottom: 0;
}

.pc-footer__menu a,
.pc-footer__contact-list a,
.pc-footer__bottom-links a{
  color: rgba(248, 244, 238, 0.72);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none !important;
  transition: color 0.28s ease;
}

.pc-footer__menu a:hover,
.pc-footer__contact-list a:hover,
.pc-footer__bottom-links a:hover{
  color: #d5aa52;
}

.pc-footer__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
}

.pc-footer__copyright{
  margin: 0;
  color: rgba(248, 244, 238, 0.56);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.pc-footer__bottom-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 1199px){
  .pc-footer__container{
    padding: 28px 22px 20px;
  }

  .pc-footer__top{
    gap: 26px;
    padding: 30px 0 26px;
  }

  .pc-footer__nav-wrap{
    gap: 20px;
  }
}

@media (max-width: 991px){
  .pc-footer__container{
    padding: 24px 20px 18px;
  }

  .pc-footer__top{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pc-footer__brand{
    max-width: 100%;
  }

  .pc-footer__nav-wrap{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-footer__bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .pc-footer__bottom-links{
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .pc-footer__container{
    padding: 22px 16px 16px;
  }

  .pc-footer__top{
    gap: 22px;
    padding: 24px 0 22px;
  }

  .pc-footer__logo{
    max-width: 190px;
  }

  .pc-footer__brand-text{
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.8;
  }

  .pc-footer__socials{
    gap: 10px;
    margin-top: 18px;
  }

  .pc-footer__social{
    width: 42px;
    height: 42px;
  }

  .pc-footer__social img{
    width: 17px;
    height: 17px;
  }

  .pc-footer__nav-wrap{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pc-footer__nav-col{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 12px;
  }

  .pc-footer__accordion-trigger{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    column-gap: 12px;
    cursor: pointer;
  }

  .pc-footer__title{
    margin: 0;
    font-size: 24px;
    text-align: left !important;
    justify-self: start;
  }

  .pc-footer__accordion-icon{
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    justify-self: end;
  }

  .pc-footer__accordion-icon::before,
  .pc-footer__accordion-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.5px;
    background: rgba(248, 244, 238, 0.78);
    transform: translate(-50%, -50%);
    transition: transform 0.28s ease, opacity 0.28s ease;
  }

  .pc-footer__accordion-icon::after{
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .pc-footer__nav-col[open] .pc-footer__accordion-icon::after{
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  }

  .pc-footer__accordion-content{
    display: none;
    padding-top: 14px;
  }

  .pc-footer__nav-col[open] .pc-footer__accordion-content{
    display: block;
  }

  .pc-footer__menu li,
  .pc-footer__contact-list li{
    margin-bottom: 10px;
  }

  .pc-footer__menu a,
  .pc-footer__contact-list a,
  .pc-footer__bottom-links a{
    font-size: 13px;
    line-height: 1.7;
  }

  .pc-footer__bottom{
    gap: 10px;
    padding-top: 16px;
  }

  .pc-footer__copyright{
    font-size: 12px;
  }

  .pc-footer__bottom-links{
    gap: 12px;
  }
}/* End custom CSS */