.elementor-403 .elementor-element.elementor-element-59d295b{--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:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e12d3d2 */.sf-faq-section,
.sf-faq-section * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-faq-section {
  position: relative;
  padding: 250px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.sf-faq-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.sf-faq-heading {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.sf-faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sf-faq-heading h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b2f73;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sf-faq-heading h2 span {
  color: #f89b13;
}

.sf-faq-heading p {
  font-size: 18px;
  line-height: 1.85;
  color: #5f7290;
  margin: 0;
}

.sf-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sf-faq-item {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 47, 115, 0.07);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(11, 47, 115, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.sf-faq-item.active {
  box-shadow: 0 18px 45px rgba(11, 47, 115, 0.10);
}

.sf-faq-item.avtive .sf-faq-question{
    color:  #F89B12 !important;
}

.sf-faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
}

.sf-faq-question span:first-child {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #0b2f73;
}

.sf-faq-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(248, 155, 19, 0.12);
  color: #f89b13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sf-faq-item.active .sf-faq-icon {
  transform: rotate(45deg);
  background: #f89b12;
  color: #ffffff;
}

.sf-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.sf-faq-answer p {
  padding: 0 26px 24px;
  font-size: 15px;
  line-height: 1.85;
  color: #617593;
  margin: 0;
}

.sf-faq-item.active .sf-faq-answer {
  max-height: 260px;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-faq-heading h2 {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-faq-section {
    padding: 80px 0;
  }

  .sf-faq-heading {
    margin-bottom: 35px;
  }

  .sf-faq-heading h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .sf-faq-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sf-faq-item {
    border-radius: 20px;
  }

  .sf-faq-question {
    padding: 20px 18px;
  }

  .sf-faq-question span:first-child {
    font-size: 17px;
  }

  .sf-faq-answer p {
    padding: 0 18px 20px;
    font-size: 14px;
  }

  .sf-faq-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 22px;
  }
}/* End custom CSS */