.elementor-4072 .elementor-element.elementor-element-4d3bd27{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2667119 */.wp-faq-section,
.wp-faq-section * {
  box-sizing: border-box;
}

.wp-faq-section {
  position: relative;
  padding: 95px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.wp-faq-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.wp-faq-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(42, 168, 223, 0.10);
  border: 1px solid rgba(42, 168, 223, 0.16);
  color: #0f3f72;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.wp-faq-title {
  margin: 0 0 14px;
  color: #0a2745;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wp-faq-text {
  margin: 0;
  color: #62758d;
  font-size: 16px;
  line-height: 1.8;
}

.wp-faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.wp-faq-item {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 63, 114, 0.08);
  box-shadow: 0 16px 36px rgba(15, 63, 114, 0.06);
  overflow: hidden;
}

.wp-faq-question {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 24px 70px 24px 24px;
  color: #0a2745;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
}

.wp-faq-question::-webkit-details-marker {
  display: none;
}

.wp-faq-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.wp-faq-icon::before,
.wp-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f3f72, #2aa8df);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.wp-faq-icon::after {
  width: 2px;
  height: 18px;
}

.wp-faq-item[open] .wp-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.wp-faq-answer {
  padding: 0 24px 24px;
  color: #63768d;
  font-size: 15px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 1024px) {
  .wp-faq-section {
    padding: 78px 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .wp-faq-section {
    padding: 60px 0;
  }

  .wp-faq-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .wp-faq-badge {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .wp-faq-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .wp-faq-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .wp-faq-list {
    gap: 12px;
  }

  .wp-faq-item {
    border-radius: 16px;
  }

  .wp-faq-question {
    padding: 18px 56px 18px 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .wp-faq-icon {
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .wp-faq-icon::before {
    width: 16px;
  }

  .wp-faq-icon::after {
    height: 16px;
  }

  .wp-faq-answer {
    padding: 0 16px 18px;
    font-size: 14px;
    line-height: 1.7;
  }
}/* End custom CSS */