/* Start custom CSS for html, class: .elementor-element-6c54fe8 */.bes-footer,
.bes-footer *{
  box-sizing: border-box;
}

.bes-footer{
  position: relative;
  background: linear-gradient(180deg, #f3ece3 0%, #eadfd3 100%);
  border-top: 1px solid rgba(75, 53, 40, 0.10);
  overflow: hidden;
}

.bes-footer::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(111, 78, 55, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(75, 53, 40, 0.06), transparent 28%);
  pointer-events: none;
}

.bes-footer__wrap{
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 28px;
}

.bes-footer__top{
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(75, 53, 40, 0.10);
}

.bes-footer__brand-col{
  max-width: 520px;
}

.bes-footer__brand{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.bes-footer__logo{
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.bes-footer__text{
  margin: 0 0 24px;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #5f4d42;
  max-width: 520px;
}

.bes-footer__socials{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bes-footer__socials a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(75, 53, 40, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.42);
  text-decoration: none;
  color: #4b3528;
  font-size: 0.92rem;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.bes-footer__socials a:hover{
  transform: translateY(-1px);
  background: #4b3528;
  border-color: #4b3528;
  color: #fff;
}

.bes-footer__title{
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f4e37;
}

.bes-footer__nav{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bes-footer__nav a{
  text-decoration: none;
  color: #3a2a22;
  font-size: 0.98rem;
  line-height: 1.5;
  transition: color .25s ease, transform .25s ease;
}

.bes-footer__nav a:hover{
  color: #6f4e37;
  transform: translateX(4px);
}

.bes-footer__info-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bes-footer__info-item{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bes-footer__label{
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a776b;
}

.bes-footer__info-item a,
.bes-footer__info-item p{
  margin: 0;
  text-decoration: none;
  color: #3a2a22;
  font-size: 0.98rem;
  line-height: 1.7;
  word-break: break-word;
}

.bes-footer__info-item a:hover{
  color: #6f4e37;
}

.bes-footer__bottom{
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.bes-footer__bottom p{
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #7a685d;
}

.bes-footer__credit a{
  color: #4b3528;
  text-decoration: none;
  font-weight: 600;
}

.bes-footer__credit a:hover{
  color: #6f4e37;
}

@media (max-width: 1024px){
  .bes-footer__wrap{
    width: min(1280px, calc(100% - 28px));
    padding: 58px 0 24px;
  }

  .bes-footer__top{
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .bes-footer__brand-col{
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 767px){
  .bes-footer__wrap{
    padding: 48px 0 22px;
  }

  .bes-footer__top{
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .bes-footer__logo{
    max-width: 180px;
  }

  .bes-footer__text{
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .bes-footer__socials{
    gap: 10px;
  }

  .bes-footer__socials a{
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .bes-footer__nav{
    gap: 12px;
  }

  .bes-footer__bottom{
    padding-top: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px){
  .bes-footer{
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }

  .bes-footer__wrap{
    width: calc(100% - 24px);
    padding: 38px 0 20px;
  }

  .bes-footer__top{
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 22px;
  }

  .bes-footer__brand-col,
  .bes-footer__links-col,
  .bes-footer__contact-col{
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
    background: rgba(255,255,255,0.36);
    border: 1px solid rgba(75, 53, 40, 0.08);
    border-radius: 18px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .bes-footer__brand{
    margin-bottom: 14px;
  }

  .bes-footer__logo{
    max-width: 170px;
    width: auto;
    height: auto;
  }

  .bes-footer__title{
    margin-bottom: 14px;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .bes-footer__text{
    font-size: 0.94rem;
    line-height: 1.75;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .bes-footer__socials{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .bes-footer__socials a{
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.88rem;
    text-align: center;
  }

  .bes-footer__nav{
    gap: 2px;
  }

  .bes-footer__nav a{
    padding: 10px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(75, 53, 40, 0.08);
  }

  .bes-footer__nav a:last-child{
    border-bottom: 0;
  }

  .bes-footer__nav a:hover{
    transform: none;
  }

  .bes-footer__info-list{
    gap: 14px;
  }

  .bes-footer__info-item{
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(75, 53, 40, 0.08);
  }

  .bes-footer__info-item:last-child{
    padding-bottom: 0;
    border-bottom: 0;
  }

  .bes-footer__label{
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .bes-footer__info-item a,
  .bes-footer__info-item p{
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .bes-footer__bottom{
    padding-top: 16px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bes-footer__bottom p{
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .bes-footer__credit{
    opacity: 0.95;
  }
}

@media (max-width: 480px){
  .bes-footer__wrap{
    width: calc(100% - 20px);
    padding-top: 32px;
  }

  .bes-footer__brand-col,
  .bes-footer__links-col,
  .bes-footer__contact-col{
    padding: 16px 14px;
    border-radius: 16px;
  }

  .bes-footer__logo{
    max-width: 150px;
  }

  .bes-footer__socials{
    grid-template-columns: 1fr;
  }

  .bes-footer__socials a{
    min-height: 40px;
    font-size: 0.87rem;
  }

  .bes-footer__text,
  .bes-footer__nav a,
  .bes-footer__info-item a,
  .bes-footer__info-item p{
    font-size: 0.91rem;
  }
}/* End custom CSS */