:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bdf2855 */.rtk-fixed-float-faq-section {
  margin-top: 36px;
}

.rtk-fixed-float-faq-accordion {
  margin-top: 22px;
}

.rtk-fixed-float-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin: 14px 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
}

.rtk-fixed-float-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 18px;
  font-weight: 800;
  color: #111827;
  position: relative;
  background: #ffffff;
}

.rtk-fixed-float-faq-item summary::-webkit-details-marker {
  display: none;
}

.rtk-fixed-float-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fde5e5;
  color: #ec0101;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.rtk-fixed-float-faq-item[open] summary {
  background: #f9fafb;
}

.rtk-fixed-float-faq-item[open] summary::after {
  content: "−";
}

.rtk-fixed-float-faq-answer {
  padding: 0 18px 18px 18px;
  color: #374151;
}

.rtk-fixed-float-faq-answer p {
  margin-bottom: 0;
}/* End custom CSS */