/* Start custom CSS for html, class: .elementor-element-bcee095 */.bes-contact-page,
.bes-contact-page *{
  box-sizing: border-box;
}

.bes-contact-page{
  background: #f7f1ea;
  color: #2f241d;
}

/* HERO */
.bes-contact-hero{
  padding: 110px 0 82px;
  background:
    radial-gradient(circle at top left, rgba(111,78,55,0.08), transparent 24%),
    linear-gradient(180deg, #f4ece3 0%, #efe4d7 100%);
}

.bes-contact-hero__wrap{
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.bes-contact-hero__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bes-contact-hero__title{
  margin: 0 auto 18px;
  max-width: 12ch;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 600;
}

.bes-contact-hero__title span{
  display: block;
  color: #6f4e37;
}

.bes-contact-hero__text{
  margin: 0 auto;
  max-width: 46ch;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #5f4d42;
}

/* MAIN */
.bes-contact-main{
  padding: 78px 0 90px;
  background: #f9f5ef;
}

.bes-contact-main__wrap{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: start;
}

/* LEFT */
.bes-contact-info{
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(75,53,40,0.10);
  box-shadow: 0 18px 44px rgba(58,39,28,0.05);
}

.bes-contact-info__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bes-contact-info__title{
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 600;
}

.bes-contact-info__title span{
  display: block;
  color: #6f4e37;
}

.bes-contact-info__text{
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.86;
  color: #5f4d42;
}

.bes-contact-info__cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bes-contact-info__card{
  padding: 16px 16px 18px;
  border-radius: 20px;
  background: rgba(111,78,55,0.05);
}

.bes-contact-info__card strong{
  display: block;
  margin-bottom: 8px;
  font-size: .95rem;
  color: #2f241d;
}

.bes-contact-info__card p{
  margin: 0;
  font-size: .94rem;
  line-height: 1.72;
  color: #5f4d42;
}

.bes-contact-info__card a{
  color: #5f4d42;
  text-decoration: none;
}

.bes-contact-info__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bes-contact-info__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  transition: all .25s ease;
}

.bes-contact-info__btn--primary{
  background: #6f4e37;
  color: #fff !important;
}

.bes-contact-info__btn--primary:hover{
  background: #5a3f2c;
  transform: translateY(-1px);
}

.bes-contact-info__btn--ghost{
  border: 1px solid rgba(75,53,40,0.14);
  color: #5f4d42;
  background: transparent;
}

.bes-contact-info__btn--ghost:hover{
  background: rgba(75,53,40,0.05);
  transform: translateY(-1px);
}

/* FORM BOX */
.bes-contact-formbox{
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(75,53,40,0.10);
  box-shadow: 0 18px 44px rgba(58,39,28,0.05);
}

.bes-contact-formbox__eyebrow{
  display: inline-block;
  margin-bottom: 10px;
  color: #7a5843;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bes-contact-formbox__head h2{
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.bes-contact-formbox__head p{
  margin: 0 0 22px;
  font-size: .98rem;
  line-height: 1.78;
  color: #5f4d42;
}

.bes-contact-form__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bes-contact-form__field{
  display: flex;
  flex-direction: column;
}

.bes-contact-form__field--full{
  grid-column: 1 / -1;
}

.bes-contact-form__field label{
  margin-bottom: 8px;
  font-size: .88rem;
  font-weight: 600;
  color: #4f3f35;
}

.bes-contact-form__field input,
.bes-contact-form__field select,
.bes-contact-form__field textarea{
  width: 100%;
  border: 1px solid rgba(75,53,40,0.12);
  border-radius: 16px;
  background: #fffdfb;
  color: #2f241d;
  padding: 14px 14px;
  font-size: .95rem;
  line-height: 1.5;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.bes-contact-form__field input:focus,
.bes-contact-form__field select:focus,
.bes-contact-form__field textarea:focus{
  border-color: rgba(111,78,55,0.28);
  box-shadow: 0 0 0 4px rgba(111,78,55,0.08);
}

.bes-contact-form__field textarea{
  resize: vertical;
  min-height: 150px;
}

.bes-contact-form__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.bes-contact-form__note{
  margin: 0;
  max-width: 36ch;
  font-size: .88rem;
  line-height: 1.7;
  color: #6b594d;
}

.bes-contact-form__submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #6f4e37;
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(111,78,55,0.22);
  transition: all .25s ease;
}

.bes-contact-form__submit:hover{
  background: #5a3f2c;
  transform: translateY(-1px);
}

/* MAP */
.bes-contact-map{
  padding: 0 0 100px;
  background: linear-gradient(180deg, #f9f5ef 0%, #f7f1ea 100%);
}

.bes-contact-map__wrap{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.bes-contact-map__card{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(75,53,40,0.10);
  box-shadow: 0 18px 44px rgba(58,39,28,0.05);
}

.bes-contact-map__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 4px;
}

.bes-contact-map__eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  color: #7a5843;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bes-contact-map__content h2{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.bes-contact-map__content p{
  margin: 0 0 18px;
  font-size: .98rem;
  line-height: 1.8;
  color: #5f4d42;
}

.bes-contact-map__content a{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #6f4e37;
  color: #fff !important;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
}

.bes-contact-map__frame{
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
  background: #dccfc3;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .bes-contact-hero{
    padding: 90px 0 72px;
  }

  .bes-contact-main__wrap,
  .bes-contact-map__wrap,
  .bes-contact-hero__wrap{
    width: min(1280px, calc(100% - 28px));
  }

  .bes-contact-main__wrap,
  .bes-contact-map__card{
    grid-template-columns: 1fr;
  }

  .bes-contact-map__frame{
    min-height: 360px;
  }
}

@media (max-width: 767px){
  .bes-contact-hero{
    padding: 72px 0 58px;
  }

  .bes-contact-main{
    padding: 52px 0 68px;
  }

  .bes-contact-map{
    padding: 0 0 76px;
  }

  .bes-contact-hero__wrap,
  .bes-contact-main__wrap,
  .bes-contact-map__wrap{
    width: calc(100% - 24px);
  }

  .bes-contact-hero__title{
    max-width: none;
    font-size: clamp(2rem, 8vw, 3.2rem);
    line-height: 1.04;
  }

  .bes-contact-hero__text,
  .bes-contact-info__text{
    max-width: none;
    font-size: .96rem;
    line-height: 1.82;
  }

  .bes-contact-info,
  .bes-contact-formbox,
  .bes-contact-map__card{
    padding: 18px;
    border-radius: 22px;
  }

  .bes-contact-info__title,
  .bes-contact-formbox__head h2,
  .bes-contact-map__content h2{
    font-size: clamp(1.7rem, 7vw, 2.6rem);
  }

  .bes-contact-info__actions{
    flex-direction: column;
  }

  .bes-contact-info__btn{
    width: 100%;
  }

  .bes-contact-form__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bes-contact-form__field--full{
    grid-column: auto;
  }

  .bes-contact-form__footer{
    flex-direction: column;
    align-items: stretch;
  }

  .bes-contact-form__note{
    max-width: none;
  }

  .bes-contact-form__submit{
    width: 100%;
  }

  .bes-contact-map__frame{
    min-height: 300px;
    border-radius: 18px;
  }

  .bes-contact-map__content a{
    width: 100%;
  }
}/* End custom CSS */