.elementor-40 .elementor-element.elementor-element-bfacee5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-40 .elementor-element.elementor-element-b443169{width:var( --container-widget-width, 103.291% );max-width:103.291%;--container-widget-width:103.291%;--container-widget-flex-grow:0;}.elementor-40 .elementor-element.elementor-element-b443169.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-b443169 */.fe-how-page,
.fe-how-page * {
  box-sizing: border-box;
}

.fe-how-page {
  width: 100%;
  background: #f4eee5;
  font-family: 'Poppins', sans-serif;
  color: #191919;
  overflow: hidden;
}

/* HERO */
.fe-how-hero {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(244,238,229,0.98) 0%, rgba(244,238,229,0.82) 38%, rgba(244,238,229,0.15) 70%),
    url('https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1800&q=90');
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  padding: 70px 7%;
}

.fe-how-hero-content {
  max-width: 560px;
}

.fe-how-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 1;
  font-weight: 500;
  margin: 0 0 28px;
}

.fe-how-hero p {
  font-size: 23px;
  line-height: 1.55;
  margin: 0 0 34px;
}

.fe-how-hero p span,
.fe-heading span,
.fe-support-text span {
  color: #696b2d;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.fe-btn,
.fe-contact-btn {
  display: inline-block;
  background: #696b2d;
  color: #fff !important;
  padding: 16px 30px;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  transition: 0.25s ease;
}

.fe-btn:hover,
.fe-contact-btn:hover {
  background: #555722;
  transform: translateY(-2px);
}

/* PROCESS */
.fe-process-section {
  padding: 38px 7% 70px;
  text-align: center;
  background: #f4eee5;
}

.fe-heading h2,
.fe-love-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 12px;
}

.fe-heading p {
  font-size: 17px;
  margin: 0;
}

.fe-leaf {
  color: #747537;
  font-size: 26px;
  margin: 10px 0 28px;
}

.fe-process-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  position: relative;
}

.fe-step {
  text-align: center;
  position: relative;
}

.fe-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 16px;
  background: #eadfd2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #746b35;
}

.fe-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fe-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: -4px auto 18px;
  background: #696b2d;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
}

.fe-step h3 {
  font-size: 19px;
  margin: 0 0 12px;
  font-weight: 600;
}

.fe-step p {
  font-size: 15px;
  line-height: 1.55;
  max-width: 210px;
  margin: 0 auto;
}

/* WHY LOVE */
.fe-love-section {
  padding: 10px 7% 55px;
  text-align: center;
  background: #f4eee5;
}

.fe-love-grid {
  max-width: 1080px;
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fe-love-card {
  padding: 0 35px;
  border-right: 1px solid #d8ccb9;
}

.fe-love-card:last-child {
  border-right: 0;
}

.fe-love-card svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #696b2d;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 20px;
}

.fe-love-card h3 {
  font-size: 16px;
  margin: 0 0 12px;
}

.fe-love-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* SUPPORT BOX */
.fe-support-box {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 39% 36% 25%;
  background: #f4eee5;
  border-radius: 8px;
  overflow: hidden;
}

.fe-support-image {
  min-height: 330px;
  background: url('https://freelyed.com/wp-content/uploads/2026/04/89.png') center center / cover no-repeat;
}

.fe-support-side {
  min-height: 330px;
  background: url('https://freelyed.com/wp-content/uploads/2026/04/2.2.png') center center / cover no-repeat;
}

.fe-support-text {
  padding: 42px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fe-support-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.12;
  font-weight: 500;
  margin: 0;
}

.fe-support-text .fe-leaf {
  margin: 14px 0 18px;
  text-align: left;
}

.fe-support-text p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 26px;
}

/* CONTACT */
.fe-contact-strip {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 34px;
  background: #eee6db;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 100px 220px 1fr 150px;
  align-items: center;
  gap: 25px;
  padding: 24px 34px;
}

.fe-mail-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f4eee5;
  display: grid;
  place-items: center;
  color: #696b2d;
  margin: 0 auto;
}

.fe-mail-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.fe-contact-title {
  border-right: 1px solid #d4c8b8;
}

.fe-contact-title h3 {
  font-size: 18px;
  margin: 0 0 6px;
}

.fe-contact-title p,
.fe-contact-email p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.fe-contact-email a {
  color: #696b2d;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .fe-how-hero {
    min-height: 520px;
    padding: 60px 28px;
  }

  .fe-process-grid,
  .fe-love-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .fe-love-card {
    border-right: 0;
    padding: 20px;
  }

  .fe-support-box {
    width: 92%;
    grid-template-columns: 1fr;
  }

  .fe-support-image,
  .fe-support-side {
    min-height: 260px;
  }

  .fe-contact-strip {
    width: 92%;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fe-contact-title {
    border-right: 0;
  }
}

@media (max-width: 520px) {
  .fe-how-hero {
    min-height: 500px;
    padding: 45px 20px;
    background-position: center;
  }

  .fe-how-hero p {
    font-size: 18px;
  }

  .fe-process-section,
  .fe-love-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fe-process-grid,
  .fe-love-grid {
    grid-template-columns: 1fr;
  }

  .fe-support-box,
  .fe-contact-strip {
    width: calc(100% - 28px);
  }

  .fe-support-text {
    padding: 34px 22px;
    text-align: center;
  }

  .fe-support-text .fe-leaf {
    text-align: center;
  }

  .fe-btn,
  .fe-contact-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */