.elementor-226 .elementor-element.elementor-element-a7baf5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-226 .elementor-element.elementor-element-430706f{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-430706f *//* FAQ PAGE */
.lc-faq-page {
  background: #f7f9fc;
  font-family: 'Poppins', sans-serif;
}

/* HERO */
.lc-faq-hero {
  background: linear-gradient(135deg, #062b54 0%, #2F963F 100%);
  padding: 78px 20px;
  text-align: center;
  color: #ffffff;
}

.lc-faq-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 700;
}

.lc-faq-hero p {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.5;
  color: #eaf4ef;
  font-weight: 500;
}

/* CONTAINER */
.lc-faq-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 20px 70px;
}

/* CATEGORY HEADING */
.faq-heading {
  margin: 34px 0 14px;
  color: #062b54;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.faq-heading:first-child {
  margin-top: 0;
}

/* FAQ ITEM */
.lc-faq-item {
  background: #ffffff;
  border: 1px solid #e1e8ef;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(6, 43, 84, 0.06);
  transition: 0.25s ease;
}

.lc-faq-item:hover {
  border-color: rgba(47, 150, 63, 0.35);
  box-shadow: 0 12px 26px rgba(6, 43, 84, 0.10);
}

/* QUESTION */
.faq-question {
  width: 100%;
  min-height: 62px;
  padding: 18px 22px;
  border: none;
  background: #ffffff;
  color: #062b54;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

/* ICON */
.faq-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #eaf7ee;
  color: #2F963F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: 0.25s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 0 18px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* ACTIVE */
.lc-faq-item.active {
  border-color: rgba(47, 150, 63, 0.45);
}


.lc-faq-item.active .faq-question {
  background: #ffffff;
}

.lc-faq-item.active .faq-icon {
  background: #2F963F;
  color: #ffffff;
  transform: rotate(45deg);
}

.lc-faq-item.active .faq-answer {
  max-height: 220px;
  padding: 0 22px;
}

/* MOBILE */
@media (max-width: 768px) {
  .lc-faq-hero {
    padding: 58px 20px;
  }

  .lc-faq-hero h1 {
    font-size: 40px;
  }

  .lc-faq-hero p {
    font-size: 16px;
  }

  .lc-faq-container {
    padding: 42px 16px 55px;
  }

  .faq-heading {
    font-size: 23px;
    margin: 28px 0 12px;
  }

  .faq-question {
    min-height: 58px;
    padding: 16px;
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 16px;
  }

  .lc-faq-item.active .faq-answer {
    padding: 0 16px;
  }
}/* End custom CSS */