.elementor-6792 .elementor-element.elementor-element-012218d{text-align:center;}.elementor-6792 .elementor-element.elementor-element-b308420{text-align:center;}.elementor-6792 .elementor-element.elementor-element-abce62f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6792 .elementor-element.elementor-element-abce62f.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-6792 .elementor-element.elementor-element-abce62f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-6792 .elementor-element.elementor-element-abce62f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-8039e93 */.fh-advantages {
  background: #ffffff;
  padding: 72px 20px;
}

.fh-advantages__container {
  max-width: 1280px;
  margin: 0 auto;
}

.fh-advantages__head {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.fh-advantages__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F04E02;
  background: rgba(240, 78, 2, 0.08);
  border: 1px solid rgba(240, 78, 2, 0.18);
  border-radius: 999px;
  text-transform: uppercase;
}

.fh-advantages h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.25;
  color: #1b1f23;
  font-weight: 700;
}

.fh-advantages__head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #55606b;
}

.fh-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fh-advantages__card {
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(20, 28, 36, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fh-advantages__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 28, 36, 0.08);
}

.fh-advantages__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(240, 78, 2, 0.10);
  color: #F04E02;
  font-size: 16px;
  font-weight: 700;
}

.fh-advantages__card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: #1b1f23;
  font-weight: 700;
}

.fh-advantages__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6872;
}

@media (max-width: 1024px) {
  .fh-advantages {
    padding: 60px 20px;
  }

  .fh-advantages h2 {
    font-size: 30px;
  }

  .fh-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fh-advantages {
    padding: 48px 16px;
  }

  .fh-advantages h2 {
    font-size: 26px;
  }

  .fh-advantages__head p {
    font-size: 15px;
  }

  .fh-advantages__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fh-advantages__card {
    padding: 24px 18px;
  }

  .fh-advantages__card h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-507cd68 */.fh-features {
  background: #f8f9fb;
  padding: 72px 20px;
}

.fh-features__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.fh-features__intro {
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 28px rgba(20, 28, 36, 0.04);
}

.fh-features__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F04E02;
  background: rgba(240, 78, 2, 0.08);
  border: 1px solid rgba(240, 78, 2, 0.18);
  border-radius: 999px;
  text-transform: uppercase;
}

.fh-features h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.25;
  color: #1b1f23;
  font-weight: 700;
}

.fh-features__intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #55606b;
}

.fh-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.fh-features__item {
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-top: 4px solid #F04E02;
  border-radius: 14px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(20, 28, 36, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fh-features__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(20, 28, 36, 0.08);
}

.fh-features__item h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  color: #1b1f23;
  font-weight: 700;
}

.fh-features__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6872;
}

@media (max-width: 1024px) {
  .fh-features {
    padding: 60px 20px;
  }

  .fh-features__container {
    grid-template-columns: 1fr;
  }

  .fh-features h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fh-features {
    padding: 48px 16px;
  }

  .fh-features h2 {
    font-size: 26px;
  }

  .fh-features__intro {
    padding: 24px 18px;
  }

  .fh-features__intro p {
    font-size: 15px;
  }

  .fh-features__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fh-features__item {
    padding: 20px 18px;
  }

  .fh-features__item h3 {
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d99307 */.fh-faq {
  background: #ffffff;
  padding: 72px 20px;
}

.fh-faq__container {
  max-width: 1180px;
  margin: 0 auto;
}

.fh-faq__head {
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center;
}

.fh-faq__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #F04E02;
  background: rgba(240, 78, 2, 0.08);
  border: 1px solid rgba(240, 78, 2, 0.18);
  border-radius: 999px;
  text-transform: uppercase;
}

.fh-faq h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.25;
  color: #1b1f23;
  font-weight: 700;
}

.fh-faq__head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #55606b;
}

.fh-faq__list {
  display: grid;
  gap: 18px;
}

.fh-faq__item {
  background: #ffffff;
  border: 1px solid #e6e9ed;
  border-left: 4px solid #F04E02;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(20, 28, 36, 0.04);
}

.fh-faq__item h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.4;
  color: #1b1f23;
  font-weight: 700;
}

.fh-faq__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #5d6872;
}

@media (max-width: 1024px) {
  .fh-faq {
    padding: 60px 20px;
  }

  .fh-faq h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fh-faq {
    padding: 48px 16px;
  }

  .fh-faq h2 {
    font-size: 26px;
  }

  .fh-faq__head p {
    font-size: 15px;
  }

  .fh-faq__item {
    padding: 20px 18px;
  }

  .fh-faq__item h3 {
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c59595 */.fh-cta {
  background: linear-gradient(135deg, #1f2430 0%, #2d3442 100%);
  padding: 76px 20px;
}

.fh-cta__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.fh-cta__content {
  color: #ffffff;
}

.fh-cta__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: rgba(240, 78, 2, 0.18);
  border: 1px solid rgba(240, 78, 2, 0.45);
  border-radius: 999px;
  text-transform: uppercase;
}

.fh-cta h2 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
}

.fh-cta__desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
  max-width: 720px;
}

.fh-cta__points {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.fh-cta__point {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.fh-cta__point:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F04E02;
}

.fh-cta__note {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid #F04E02;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.fh-cta__form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.fh-cta__form-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: #1b1f23;
  font-weight: 700;
}

.fh-cta__form-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.75;
  color: #5d6872;
}

.fh-cta__form-wrap {
  margin-top: 10px;
}

/* Optional Fluent Forms visual refinement inside CTA */
.fh-cta__form-wrap .ff-el-form-control,
.fh-cta__form-wrap input,
.fh-cta__form-wrap textarea,
.fh-cta__form-wrap select {
  border-radius: 8px;
}

.fh-cta__form-wrap .ff-btn-submit,
.fh-cta__form-wrap button[type="submit"] {
  background: #F04E02 !important;
  border-color: #F04E02 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
}

.fh-cta__form-wrap .ff-btn-submit:hover,
.fh-cta__form-wrap button[type="submit"]:hover {
  background: #d84400 !important;
  border-color: #d84400 !important;
}

@media (max-width: 1024px) {
  .fh-cta {
    padding: 64px 20px;
  }

  .fh-cta__container {
    grid-template-columns: 1fr;
  }

  .fh-cta h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .fh-cta {
    padding: 48px 16px;
  }

  .fh-cta h2 {
    font-size: 27px;
  }

  .fh-cta__desc,
  .fh-cta__point,
  .fh-cta__note,
  .fh-cta__form-card p {
    font-size: 15px;
  }

  .fh-cta__form-card {
    padding: 22px 18px;
  }

  .fh-cta__form-card h3 {
    font-size: 21px;
  }
}/* End custom CSS */