/* Start custom CSS for html, class: .elementor-element-2bf0920 */.bes-hero,
.bes-hero *{
  box-sizing: border-box;
}

.bes-hero{
  position: relative;
  overflow: hidden;
  padding: 42px 0 72px;
  background:
    linear-gradient(180deg, #f6f1ea 0%, #efe6dc 100%);
}

.bes-hero__bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at left top, rgba(111, 78, 55, 0.10), transparent 32%),
    radial-gradient(circle at right center, rgba(75, 53, 40, 0.08), transparent 28%);
}

.bes-hero__wrap{
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 54px;
  min-height: calc(100vh - 120px);
}

.bes-hero__content{
  max-width: 640px;
  padding: 28px 0;
}

.bes-hero__eyebrow{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(75, 53, 40, 0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  color: #6f4e37;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bes-hero__title{
  margin: 0 0 22px;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
  max-width: 11ch;
}

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

.bes-hero__text{
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.95;
  color: #5f4d42;
}

.bes-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bes-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.bes-hero__btn--primary{
  background: #4b3528;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(58, 39, 28, 0.14);
}

.bes-hero__btn--primary:hover{
  background: #6f4e37;
  color: #fff !important;
  transform: translateY(-1px);
}

.bes-hero__btn--ghost{
  border: 1px solid rgba(75, 53, 40, 0.14);
  background: rgba(255,255,255,0.38);
  color: #3a2a22;
}

.bes-hero__btn--ghost:hover{
  background: rgba(255,255,255,0.75);
  color: #4b3528;
  transform: translateY(-1px);
}

.bes-hero__meta{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.bes-hero__meta-item{
  padding: 16px 16px 15px;
  border: 1px solid rgba(75, 53, 40, 0.10);
  border-radius: 22px;
  background: rgba(255,255,255,0.44);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bes-hero__meta-item strong{
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #3a2a22;
  font-weight: 700;
}

.bes-hero__meta-item span{
  display: block;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #7b685c;
}

.bes-hero__media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.bes-hero__media-main{
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5.3;
  border-radius: 34px;
  overflow: hidden;
  background: #d8cabd;
  box-shadow:
    0 30px 80px rgba(58, 39, 28, 0.16),
    0 10px 26px rgba(58, 39, 28, 0.08);
}

.bes-hero__video,
.bes-hero__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bes-hero__media-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(40, 28, 22, 0.18), transparent 38%),
    linear-gradient(to bottom, rgba(255,255,255,0.05), transparent 25%);
  pointer-events: none;
}

.bes-hero__floating-card{
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: min(280px, calc(100% - 40px));
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 22px;
  background: rgba(246, 241, 234, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(58, 39, 28, 0.14);
}

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

.bes-hero__floating-card p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #3a2a22;
}

@media (max-width: 1180px){
  .bes-hero__wrap{
    gap: 34px;
  }

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

  .bes-hero__title{
    max-width: 12ch;
  }
}

@media (max-width: 1024px){
  .bes-hero{
    padding: 28px 0 56px;
  }

  .bes-hero__wrap{
    width: min(1280px, calc(100% - 28px));
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
  }

  .bes-hero__content{
    max-width: none;
    padding: 10px 0 0;
    order: 2;
  }

  .bes-hero__media{
    order: 1;
  }

  .bes-hero__media-main{
    width: min(100%, 620px);
    aspect-ratio: 4 / 5;
  }

  .bes-hero__floating-card{
    left: 18px;
    bottom: 18px;
    max-width: 240px;
  }

  .bes-hero__title{
    max-width: none;
    font-size: clamp(2.2rem, 8vw, 4.4rem);
  }

  .bes-hero__text{
    max-width: none;
  }

  .bes-hero__meta{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px){
  .bes-hero{
    padding: 18px 0 44px;
  }

  .bes-hero__eyebrow{
    margin-bottom: 14px;
    font-size: 0.72rem;
    padding: 7px 12px;
  }

  .bes-hero__title{
    margin-bottom: 18px;
    letter-spacing: -0.035em;
  }

  .bes-hero__text{
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .bes-hero__actions{
    margin-top: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .bes-hero__btn{
    width: 100%;
    min-height: 52px;
  }

  .bes-hero__meta{
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .bes-hero__media-main{
    border-radius: 24px;
    aspect-ratio: 4 / 5.5;
  }

  .bes-hero__floating-card{
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 14px 14px 13px;
    border-radius: 18px;
  }

  .bes-hero__floating-card p{
    font-size: 0.9rem;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25ec4d6 */.bes-intro,
.bes-intro *{
  box-sizing: border-box;
}

.bes-intro{
  position: relative;
  padding: 92px 0;
  background: #f9f5ef;
  overflow: hidden;
}

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

.bes-intro__wrap{
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 64px;
}

.bes-intro__content{
  max-width: 650px;
}

.bes-intro__eyebrow{
  display: inline-block;
  margin-bottom: 16px;
  color: #7a5843;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bes-intro__title{
  margin: 0 0 22px;
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
  max-width: 11ch;
}

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

.bes-intro__text{
  margin: 0 0 18px;
  font-size: 1.03rem;
  line-height: 1.95;
  color: #5f4d42;
  max-width: 580px;
}

.bes-intro__points{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 30px;
  max-width: 560px;
}

.bes-intro__point{
  padding: 18px 20px;
  border: 1px solid rgba(75, 53, 40, 0.10);
  border-radius: 22px;
  background: rgba(255,255,255,0.52);
  box-shadow: 0 10px 30px rgba(58, 39, 28, 0.04);
}

.bes-intro__point strong{
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
  line-height: 1.4;
  color: #332720;
  font-weight: 700;
}

.bes-intro__point span{
  display: block;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #7b685c;
}

.bes-intro__gallery{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bes-intro__image{
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: #ddd0c3;
  box-shadow:
    0 24px 70px rgba(58, 39, 28, 0.12),
    0 10px 26px rgba(58, 39, 28, 0.06);
}

.bes-intro__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bes-intro__image--lg{
  width: min(100%, 420px);
  height: 620px;
  left: 20px;
  top: 40px;
  z-index: 2; /* ÖNE ALDIK */
  border: 10px solid #f9f5ef;
  box-shadow:
    0 30px 80px rgba(58, 39, 28, 0.18),
    0 10px 30px rgba(58, 39, 28, 0.08);
}

.bes-intro__image--sm{
  width: min(100%, 280px);
  height: 360px;
  right: -40px; /* SAĞA KAYDI */
  bottom: 40px;
  border: 10px solid #f9f5ef;
  z-index: 1; /* ARKAYA ATTIK */
  opacity: 0.95; /* hafif premium his */
  
}

@media (max-width: 1180px){
  .bes-intro__wrap{
    gap: 42px;
  }

  .bes-intro__gallery{
    min-height: 680px;
  }

  .bes-intro__image--lg{
    width: 360px;
    height: 540px;
    left: 0;
  }

  .bes-intro__image--sm{
    width: 240px;
    height: 320px;
  }
}

@media (max-width: 1024px){
  .bes-intro{
    padding: 72px 0;
  }

  .bes-intro__wrap{
    width: min(1280px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bes-intro__content{
    max-width: none;
  }

  .bes-intro__title{
    max-width: none;
    font-size: clamp(2rem, 8vw, 3.8rem);
  }

  .bes-intro__text{
    max-width: none;
  }

  .bes-intro__points{
    max-width: none;
  }

  .bes-intro__gallery{
    min-height: auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
    align-items: stretch;
  }

  .bes-intro__image{
    position: relative;
    border-radius: 24px;
  }

  .bes-intro__image--lg,
  .bes-intro__image--sm{
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .bes-intro__image--lg{
    aspect-ratio: 4 / 5.5;
  }

  .bes-intro__image--sm{
    aspect-ratio: 4 / 5;
    border: none;
    margin-top: 48px;
  }
}

@media (max-width: 767px){
  .bes-intro{
    padding: 52px 0;
  }

  .bes-intro__eyebrow{
    margin-bottom: 12px;
    font-size: 0.74rem;
  }

  .bes-intro__title{
    margin-bottom: 18px;
    letter-spacing: -0.035em;
  }

  .bes-intro__text{
    font-size: 0.98rem;
    line-height: 1.85;
    margin-bottom: 16px;
  }

  .bes-intro__points{
    gap: 12px;
    margin-top: 24px;
  }

  .bes-intro__point{
    padding: 16px 16px;
    border-radius: 18px;
  }

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

  .bes-intro__image{
    border-radius: 20px;
  }

  .bes-intro__image--lg{
    aspect-ratio: 4 / 5.3;
  }

  .bes-intro__image--sm{
    aspect-ratio: 4 / 5.1;
    margin-top: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffe9f96 */.bes-flow,
.bes-flow *{
  box-sizing: border-box;
}

.bes-flow{
  position: relative;
  height: 400vh;
  background: #f3ece3;
}

.bes-flow__track{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.bes-flow__item{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .7s ease, visibility .7s ease;
}

.bes-flow__item.active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bes-flow__bg{
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bes-flow__bg img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.06);
  filter: saturate(0.94) contrast(1.03) brightness(0.74);
  transition: transform 1.2s ease, filter 1.2s ease;
}

.bes-flow__item.active .bes-flow__bg img{
  transform: scale(1.01);
  filter: saturate(0.98) contrast(1.04) brightness(0.76);
}

.bes-flow__veil{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20, 12, 8, 0.14) 0%, rgba(20, 12, 8, 0.18) 28%, rgba(20, 12, 8, 0.48) 100%),
    linear-gradient(90deg, rgba(20, 12, 8, 0.34) 0%, rgba(20, 12, 8, 0.14) 40%, rgba(20, 12, 8, 0.10) 100%);
}

.bes-flow__content{
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 0 58px clamp(20px, 7vw, 90px);
  padding: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.bes-flow__item.active .bes-flow__content{
  opacity: 1;
  transform: translateY(0);
}

.bes-flow__index{
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bes-flow__kicker{
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.92);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-flow__content h2{
  margin: 0 0 14px;
  max-width: 10ch;
  font-size: clamp(2.8rem, 6vw, 5.9rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #fffaf5;
  text-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.bes-flow__content p{
  margin: 0;
  max-width: 44ch;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.95;
  color: rgba(255,247,240,0.88);
  text-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.bes-flow__line{
  width: 92px;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.16));
}

@media (max-width: 1024px){
  .bes-flow{
    height: 400vh;
  }

  .bes-flow__content{
    width: min(680px, calc(100% - 32px));
    margin: 0 0 36px 18px;
  }

  .bes-flow__content h2{
    max-width: 11ch;
    font-size: clamp(2.4rem, 7vw, 4.6rem);
  }

  .bes-flow__content p{
    max-width: 40ch;
    line-height: 1.85;
  }
}

@media (max-width: 767px){
  .bes-flow{
    height: 400vh;
  }

  .bes-flow__track{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .bes-flow__item{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .bes-flow__item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .bes-flow__bg img{
    transform: scale(1.03);
    filter: saturate(0.96) contrast(1.03) brightness(0.74);
  }

  .bes-flow__veil{
    background:
      linear-gradient(180deg, rgba(18, 11, 8, 0.08) 0%, rgba(18, 11, 8, 0.18) 24%, rgba(18, 11, 8, 0.66) 100%),
      linear-gradient(90deg, rgba(18, 11, 8, 0.22) 0%, rgba(18, 11, 8, 0.08) 48%, rgba(18, 11, 8, 0.04) 100%);
  }

  .bes-flow__content{
    width: calc(100% - 24px);
    margin: 0 12px 16px;
    opacity: 0;
    transform: translateY(18px);
  }

  .bes-flow__item.active .bes-flow__content{
    opacity: 1;
    transform: translateY(0);
  }

  .bes-flow__index{
    margin-bottom: 8px;
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .bes-flow__kicker{
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .bes-flow__content h2{
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(2.15rem, 9vw, 3.4rem);
    line-height: 0.98;
  }

  .bes-flow__content p{
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .bes-flow__line{
    width: 74px;
    margin-top: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d7ac0e */.bes-wall,
.bes-wall *{
  box-sizing: border-box;
}

.bes-wall{
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at top left, rgba(111, 78, 55, 0.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(75, 53, 40, 0.08), transparent 24%),
    linear-gradient(180deg, #efe6dc 0%, #e7dbcd 100%);
}

.bes-wall::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0%, transparent 24%, transparent 76%, rgba(255,255,255,0.04) 100%);
  pointer-events: none;
}

.bes-wall__wrap{
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

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

.bes-wall__title{
  margin: 0 auto 22px;
  max-width: 14ch;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #2f241d;
  text-wrap: balance;
}

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

.bes-wall__text{
  margin: 0 auto;
  max-width: 46ch;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.95;
  color: #5f4d42;
}

@media (max-width: 1024px){
  .bes-wall{
    padding: 96px 0;
  }

  .bes-wall__wrap{
    width: min(1120px, calc(100% - 28px));
  }

  .bes-wall__title{
    max-width: 15ch;
    font-size: clamp(2.2rem, 7vw, 4.6rem);
  }

  .bes-wall__text{
    max-width: 40ch;
  }
}

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

  .bes-wall__eyebrow{
    margin-bottom: 12px;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .bes-wall__title{
    max-width: none;
    margin-bottom: 16px;
    font-size: clamp(2rem, 9vw, 3.3rem);
    line-height: 1.02;
  }

  .bes-wall__text{
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa5e6fe */.bes-signature-programs,
.bes-signature-programs *{
  box-sizing:border-box;
}

.bes-signature-programs{
  position:relative;
  padding:110px 0;
  background:#f8f3ec;
  overflow:hidden;
}

.bes-signature-programs::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at top left, rgba(111,78,55,0.06), transparent 24%),
    radial-gradient(circle at bottom right, rgba(111,78,55,0.05), transparent 22%);
}

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

.bes-signature-programs__top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:38px;
}

.bes-signature-programs__intro{
  max-width:760px;
}

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

.bes-signature-programs__title{
  margin:0 0 16px;
  font-size:clamp(2.2rem, 4.6vw, 4.7rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:600;
  color:#2f241d;
  max-width:12ch;
}

.bes-signature-programs__title span{
  display:block;
  color:#6f4e37;
}

.bes-signature-programs__text{
  margin:0;
  max-width:48ch;
  font-size:1.02rem;
  line-height:1.88;
  color:#5f4d42;
}

.bes-signature-programs__cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(75,53,40,0.14);
  background:rgba(255,255,255,0.72);
  color:#4b3528;
  text-decoration:none;
  font-size:.88rem;
  font-weight:600;
  letter-spacing:.04em;
  transition:all .25s ease;
  box-shadow:0 10px 24px rgba(58,39,28,0.05);
}

.bes-signature-programs__cta a:hover{
  transform:translateY(-2px);
  background:#6f4e37;
  color:#fff;
  border-color:#6f4e37;
}

.bes-signature-programs__layout{
  display:grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap:24px;
  align-items:stretch;
}

.bes-signature-programs__featured{
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border-radius:32px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(75,53,40,0.10);
  box-shadow:
    0 24px 60px rgba(58,39,28,0.06),
    0 8px 24px rgba(58,39,28,0.04);
}

.bes-signature-programs__featured-media{
  display:block;
  overflow:hidden;
  background:#ddd0c3;
  aspect-ratio: 4 / 4.35;
}

.bes-signature-programs__featured-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .8s ease;
}

.bes-signature-programs__featured:hover .bes-signature-programs__featured-media img{
  transform:scale(1.04);
}

.bes-signature-programs__featured-body{
  display:grid;
  grid-template-columns: 58px 1fr auto;
  gap:18px;
  align-items:end;
  padding:24px 24px 24px;
}

.bes-signature-programs__no{
  display:inline-block;
  font-size:1.7rem;
  line-height:1;
  color:#b79d8c;
  letter-spacing:-.04em;
  font-weight:500;
}

.bes-signature-programs__featured-texts h3{
  margin:0 0 10px;
  font-size:clamp(1.45rem, 2vw, 2.15rem);
  line-height:1.08;
  font-weight:600;
  color:#2f241d;
}

.bes-signature-programs__featured-texts p{
  margin:0;
  max-width:40ch;
  font-size:.98rem;
  line-height:1.82;
  color:#5f4d42;
}

.bes-signature-programs__side{
  display:grid;
  grid-template-rows: repeat(3, 1fr);
  gap:18px;
}

.bes-signature-programs__mini{
  display:grid;
  grid-template-columns: 180px 1fr;
  overflow:hidden;
  border-radius:26px;
  background:rgba(255,255,255,0.74);
  border:1px solid rgba(75,53,40,0.10);
  box-shadow:
    0 18px 40px rgba(58,39,28,0.05),
    0 6px 18px rgba(58,39,28,0.03);
  transition:transform .3s ease, box-shadow .3s ease;
}

.bes-signature-programs__mini:hover{
  transform:translateY(-3px);
  box-shadow:
    0 24px 50px rgba(58,39,28,0.08),
    0 8px 22px rgba(58,39,28,0.04);
}

.bes-signature-programs__mini-media{
  display:block;
  background:#ddd0c3;
  overflow:hidden;
}

.bes-signature-programs__mini-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .8s ease;
}

.bes-signature-programs__mini:hover .bes-signature-programs__mini-media img{
  transform:scale(1.04);
}

.bes-signature-programs__mini-body{
  padding:18px 18px 18px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.bes-signature-programs__mini-no{
  display:inline-block;
  margin-bottom:8px;
  color:#9b8576;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.bes-signature-programs__mini-body h3{
  margin:0 0 8px;
  font-size:1.18rem;
  line-height:1.15;
  font-weight:600;
  color:#2f241d;
}

.bes-signature-programs__mini-body p{
  margin:0 0 12px;
  font-size:.92rem;
  line-height:1.72;
  color:#5f4d42;
}

.bes-signature-programs__link{
  display:inline-flex;
  align-items:center;
  color:#6f4e37;
  text-decoration:none;
  font-size:.87rem;
  font-weight:600;
  transition:color .25s ease, transform .25s ease;
}

.bes-signature-programs__link:hover{
  color:#4b3528;
  transform:translateX(3px);
}

@media (max-width: 1180px){
  .bes-signature-programs__top{
    flex-direction:column;
    align-items:flex-start;
    margin-bottom:30px;
  }

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

  .bes-signature-programs__side{
    grid-template-columns:1fr;
    grid-template-rows:none;
  }
}

@media (max-width: 1024px){
  .bes-signature-programs{
    padding:90px 0;
  }

  .bes-signature-programs__wrap{
    width:min(1280px, calc(100% - 28px));
  }

  .bes-signature-programs__title{
    max-width:none;
  }

  .bes-signature-programs__text{
    max-width:60ch;
  }

  .bes-signature-programs__featured-body{
    grid-template-columns: 1fr;
    align-items:start;
    gap:10px;
  }

  .bes-signature-programs__no{
    font-size:1rem;
    letter-spacing:.16em;
  }
}

@media (max-width: 767px){
  .bes-signature-programs{
    padding:72px 0;
  }

  .bes-signature-programs__wrap{
    width:calc(100% - 24px);
  }

  .bes-signature-programs__title{
    font-size:clamp(2rem, 8vw, 3.15rem);
    line-height:1.04;
  }

  .bes-signature-programs__text{
    max-width:none;
    font-size:.96rem;
    line-height:1.82;
  }

  .bes-signature-programs__cta{
    width:100%;
  }

  .bes-signature-programs__cta a{
    width:100%;
  }

  .bes-signature-programs__featured,
  .bes-signature-programs__mini{
    border-radius:22px;
  }

  .bes-signature-programs__featured-media{
    aspect-ratio:4 / 3.35;
  }

  .bes-signature-programs__featured-body{
    padding:16px 16px 18px;
  }

  .bes-signature-programs__featured-texts h3{
    font-size:1.36rem;
  }

  .bes-signature-programs__featured-texts p{
    font-size:.94rem;
    line-height:1.76;
    max-width:none;
  }

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

  .bes-signature-programs__mini-media{
    aspect-ratio:4 / 3.1;
  }

  .bes-signature-programs__mini-body{
    padding:15px 16px 18px;
  }

  .bes-signature-programs__mini-body h3{
    font-size:1.18rem;
  }

  .bes-signature-programs__mini-body p{
    font-size:.92rem;
    line-height:1.72;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5da876d */.bes-models,
.bes-models *{
  box-sizing: border-box;
}

.bes-models{
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(111, 78, 55, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(75, 53, 40, 0.06), transparent 22%),
    linear-gradient(180deg, #f7f1ea 0%, #f1e7db 100%);
}

.bes-models__wrap{
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: start;
}

.bes-models__intro{
  position: sticky;
  top: 110px;
  max-width: 520px;
  padding-top: 10px;
}

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

.bes-models__title{
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: #2f241d;
}

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

.bes-models__text{
  margin: 0 0 24px;
  max-width: 42ch;
  font-size: 1.04rem;
  line-height: 1.92;
  color: #5f4d42;
}

.bes-models__nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bes-models__dot{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(75, 53, 40, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.58);
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: all .25s ease;
}

.bes-models__dot:hover,
.bes-models__dot.is-active{
  background: #4b3528;
  color: #fff;
  border-color: #4b3528;
}

.bes-models__stage{
  position: relative;
  min-height: 760px;
}

.bes-model{
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(75, 53, 40, 0.10);
  box-shadow:
    0 20px 50px rgba(58, 39, 28, 0.06),
    0 6px 18px rgba(58, 39, 28, 0.04);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    z-index .2s ease;
}

.bes-model.is-front{
  z-index: 20 !important;
  transform: translateY(-8px);
  box-shadow:
    0 28px 70px rgba(58, 39, 28, 0.12),
    0 10px 28px rgba(58, 39, 28, 0.06);
}

.bes-model__media{
  position: relative;
  overflow: hidden;
  background: #d8cabd;
}

.bes-model__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s ease;
}

.bes-model:hover .bes-model__media img{
  transform: scale(1.04);
}

.bes-model__content{
  position: relative;
  z-index: 2;
  padding: 18px 18px 20px;
  background: rgba(255,255,255,0.94);
}

.bes-model__no{
  display: inline-block;
  margin-bottom: 8px;
  color: #9b8576;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-model__content h3{
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 1.9vw, 2rem);
  line-height: 1.12;
  font-weight: 600;
  color: #2f241d;
}

.bes-model__content p{
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #5f4d42;
}

/* yerleşim */
.bes-model--private{
  width: min(100%, 400px);
  top: 0;
  left: 0;
  z-index: 3;
}

.bes-model--private .bes-model__media{
  height: 390px;
}

.bes-model--duet{
  width: min(100%, 300px);
  top: 130px;
  right: 0;
  z-index: 2;
}

.bes-model--duet .bes-model__media{
  height: 250px;
}

.bes-model--group{
  width: min(100%, 340px);
  left: 110px;
  bottom: 0;
  z-index: 4;
}

.bes-model--group .bes-model__media{
  height: 240px;
}

@media (max-width: 1180px){
  .bes-models__wrap{
    gap: 34px;
  }

  .bes-models__stage{
    min-height: 700px;
  }

  .bes-model--private{
    width: 360px;
  }

  .bes-model--private .bes-model__media{
    height: 350px;
  }

  .bes-model--duet{
    width: 280px;
    top: 118px;
  }

  .bes-model--duet .bes-model__media{
    height: 230px;
  }

  .bes-model--group{
    width: 310px;
    left: 70px;
  }

  .bes-model--group .bes-model__media{
    height: 220px;
  }
}

@media (max-width: 1024px){
  .bes-models{
    padding: 92px 0;
  }

  .bes-models__wrap{
    width: min(1240px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bes-models__intro{
    position: relative;
    top: auto;
    max-width: none;
  }

  .bes-models__text{
    max-width: none;
  }

  .bes-models__stage{
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .bes-model{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto !important;
    transform: none !important;
  }

  .bes-model--private{
    grid-column: 1 / -1;
  }

  .bes-model--private .bes-model__media{
    height: 360px;
  }

  .bes-model--duet .bes-model__media,
  .bes-model--group .bes-model__media{
    height: 260px;
  }
}

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

  .bes-models__wrap{
    width: calc(100% - 24px);
  }

  .bes-models__title{
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .bes-models__text{
    font-size: 0.96rem;
    line-height: 1.82;
  }

  .bes-models__nav{
    gap: 8px;
  }

  .bes-models__dot{
    min-width: 44px;
    height: 36px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .bes-models__stage{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bes-model{
    border-radius: 20px;
  }

  .bes-model--private .bes-model__media,
  .bes-model--duet .bes-model__media,
  .bes-model--group .bes-model__media{
    height: auto;
    aspect-ratio: 4 / 4.5;
  }

  .bes-model__content{
    padding: 16px 16px 18px;
  }

  .bes-model__content h3{
    font-size: 1.34rem;
  }

  .bes-model__content p{
    font-size: 0.94rem;
    line-height: 1.76;
  }
}
/* === PASİF TÜM KARTLAR (default state) === */
.bes-model{
  transform: scale(0.94);
  filter: blur(2px);
  opacity: 0.65;
  transition:
    transform .5s cubic-bezier(.22,1,.36,1),
    filter .5s ease,
    opacity .4s ease,
    box-shadow .5s ease;
}

/* === AKTİF KART === */
.bes-model.is-front{
  transform: scale(1);
  filter: blur(0);
  opacity: 1;

  /* glow efekti */
  box-shadow:
    0 30px 80px rgba(58, 39, 28, 0.18),
    0 0 0 1px rgba(111, 78, 55, 0.12),
    0 0 40px rgba(111, 78, 55, 0.12);
}

/* === hover'da ekstra premium hissiyat === */
.bes-model.is-front:hover{
  transform: scale(1.03);
}

/* === arkadaki kartlar hover olunca biraz canlansın === */
.bes-model:not(.is-front):hover{
  transform: scale(0.97);
  filter: blur(1px);
  opacity: 0.8;
}
@media (max-width: 767px){

  .bes-models__stage{
    display: block;
    position: relative;
  }

  .bes-model{
    position: sticky !important;
    top: 84px;
    width: 100% !important;
    margin-bottom: 18px;
    border-radius: 22px;
    transform: scale(0.95);
    filter: blur(3px);
    opacity: 0.52;
    transition:
      transform .55s cubic-bezier(.22,1,.36,1),
      filter .45s ease,
      opacity .4s ease,
      box-shadow .45s ease;
  }

  .bes-model:last-child{
    margin-bottom: 0;
  }

  .bes-model.is-front{
    transform: scale(1) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
    z-index: 20 !important;
    box-shadow:
      0 24px 60px rgba(58, 39, 28, 0.16),
      0 0 0 1px rgba(111, 78, 55, 0.08);
  }

  .bes-model:not(.is-front){
    box-shadow:
      0 10px 26px rgba(58, 39, 28, 0.06),
      0 4px 12px rgba(58, 39, 28, 0.04);
  }

  .bes-model--private .bes-model__media,
  .bes-model--duet .bes-model__media,
  .bes-model--group .bes-model__media{
    height: auto;
    aspect-ratio: 4 / 4.7;
  }

  .bes-model__content{
    padding: 16px 16px 18px;
  }

  .bes-model__content h3{
    font-size: 1.3rem;
  }

  .bes-model__content p{
    font-size: 0.94rem;
    line-height: 1.76;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eef01a3 */.bes-experience,
.bes-experience *{
  box-sizing: border-box;
}

.bes-experience{
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at top left, rgba(111, 78, 55, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(75, 53, 40, 0.06), transparent 22%),
    linear-gradient(180deg, #f4ece3 0%, #efe4d7 100%);
}

.bes-experience::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0%, transparent 24%, transparent 76%, rgba(255,255,255,0.04) 100%);
}

.bes-experience__wrap{
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 52px;
  align-items: center;
}

.bes-experience__intro{
  max-width: 520px;
}

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

.bes-experience__title{
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4.3vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: #2f241d;
}

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

.bes-experience__text{
  margin: 0;
  max-width: 42ch;
  font-size: 1.04rem;
  line-height: 1.92;
  color: #5f4d42;
}

.bes-experience__cards{
  position: relative;
  min-height: 640px;
}

.bes-exp-card{
  position: absolute;
  width: min(100%, 360px);
  padding: 24px 24px 22px;
  border-radius: 28px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(75, 53, 40, 0.10);
  box-shadow:
    0 20px 50px rgba(58, 39, 28, 0.06),
    0 6px 18px rgba(58, 39, 28, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .35s ease, box-shadow .35s ease;
}

.bes-exp-card:hover{
  transform: translateY(-6px);
  box-shadow:
    0 28px 70px rgba(58, 39, 28, 0.10),
    0 10px 28px rgba(58, 39, 28, 0.05);
}

.bes-exp-card__no{
  display: inline-block;
  margin-bottom: 12px;
  color: #9b8576;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-exp-card h3{
  margin: 0 0 12px;
  font-size: clamp(1.32rem, 1.8vw, 1.95rem);
  line-height: 1.14;
  font-weight: 600;
  color: #2f241d;
}

.bes-exp-card p{
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.82;
  color: #5f4d42;
}

.bes-exp-card--one{
  top: 0;
  left: 0;
  z-index: 3;
}

.bes-exp-card--two{
  top: 130px;
  right: 20px;
  z-index: 2;
}

.bes-exp-card--three{
  bottom: 0;
  left: 90px;
  z-index: 4;
}

@media (max-width: 1180px){
  .bes-experience__wrap{
    gap: 34px;
  }

  .bes-experience__cards{
    min-height: 600px;
  }

  .bes-exp-card{
    width: min(100%, 330px);
  }

  .bes-exp-card--two{
    right: 0;
  }

  .bes-exp-card--three{
    left: 50px;
  }
}

@media (max-width: 1024px){
  .bes-experience{
    padding: 92px 0;
  }

  .bes-experience__wrap{
    width: min(1220px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bes-experience__intro{
    max-width: none;
  }

  .bes-experience__text{
    max-width: none;
  }

  .bes-experience__cards{
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .bes-exp-card{
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
  }

  .bes-exp-card--one{
    grid-column: 1 / -1;
  }
}

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

  .bes-experience__wrap{
    width: calc(100% - 24px);
  }

  .bes-experience__title{
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .bes-experience__text{
    font-size: 0.96rem;
    line-height: 1.82;
  }

  .bes-experience__cards{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bes-exp-card{
    padding: 18px 18px 18px;
    border-radius: 20px;
  }

  .bes-exp-card h3{
    font-size: 1.32rem;
  }

  .bes-exp-card p{
    font-size: 0.94rem;
    line-height: 1.76;
  }
}
.bes-exp-card{
  z-index: 1;
  transition: transform .5s ease, box-shadow .5s ease;
}

.bes-exp-card.is-active{
  z-index: 10;
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 30px 80px rgba(58, 39, 28, 0.18),
    0 12px 32px rgba(58, 39, 28, 0.08);
}
.bes-exp-card{
  z-index: 1;
}

.bes-exp-card--one{
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43aa5d7 */.bes-founder,
.bes-founder *{
  box-sizing: border-box;
}

.bes-founder{
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(111, 78, 55, 0.08), transparent 22%),
    linear-gradient(180deg, #efe4d7 0%, #f6eee6 100%);
}

.bes-founder__wrap{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  align-items: center;
}

.bes-founder__media{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #dccfc3;
  min-height: 560px;
  box-shadow:
    0 24px 60px rgba(58, 39, 28, 0.08),
    0 8px 22px rgba(58, 39, 28, 0.04);
}

.bes-founder__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s ease;
}

.bes-founder__media:hover img{
  transform: scale(1.03);
}

.bes-founder__content{
  max-width: 560px;
}

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

.bes-founder__title{
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
}

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

.bes-founder__text{
  margin: 0 0 26px;
  max-width: 46ch;
  font-size: 1rem;
  line-height: 1.9;
  color: #5f4d42;
}

.bes-founder__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: #6f4e37;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(111, 78, 55, 0.22);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.bes-founder__btn:hover{
  transform: translateY(-2px);
  background: #5a3f2c;
  box-shadow: 0 18px 40px rgba(111, 78, 55, 0.30);
  color: #fff !important;
}

@media (max-width: 1024px){
  .bes-founder{
    padding: 88px 0;
  }

  .bes-founder__wrap{
    width: min(1180px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bes-founder__media{
    min-height: 460px;
  }

  .bes-founder__content{
    max-width: none;
  }

  .bes-founder__text{
    max-width: none;
  }
}

@media (max-width: 767px){
  .bes-founder{
    padding: 70px 0;
  }

  .bes-founder__wrap{
    width: calc(100% - 24px);
    gap: 20px;
  }

  .bes-founder__media{
    min-height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }

  .bes-founder__title{
    font-size: clamp(1.95rem, 8vw, 3rem);
    line-height: 1.04;
  }

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

  .bes-founder__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c80573d */.bes-cta-minimal,
.bes-cta-minimal *{
  box-sizing: border-box;
}

.bes-cta-minimal{
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #efe4d7 0%, #e8dbcd 100%);
}

.bes-cta-minimal::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(111,78,55,0.10), transparent 45%);
}

.bes-cta-minimal__inner{
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.bes-cta-minimal__line{
  width: 60px;
  height: 2px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent, #6f4e37, transparent);
  opacity: 0.7;
}

.bes-cta-minimal__title{
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
}

.bes-cta-minimal__title span{
  display: block;
  color: #6f4e37;
}

.bes-cta-minimal__sub{
  margin: 0 auto 26px;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.8;
  color: #5f4d42;
}

.bes-cta-minimal__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(75,53,40,0.2);
  color: #4b3528 !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all .25s ease;
}

.bes-cta-minimal__btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.6);
  border-color: rgba(75,53,40,0.3);
}

/* MOBILE */
@media (max-width: 767px){

  .bes-cta-minimal{
    padding: 65px 0;
  }

  .bes-cta-minimal__inner{
    width: calc(100% - 24px);
  }

  .bes-cta-minimal__title{
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .bes-cta-minimal__sub{
    font-size: 0.95rem;
  }

  .bes-cta-minimal__btn{
    width: 100%;
  }
}/* End custom CSS */