.faq-section {
  padding-top: 0 !important;
}

.faq-section .title-holder {
  text-align: center;
  padding-bottom: 40px !important;
}

.faq-section .title-block h2 {
  font-size: 24px;
  font-weight: 700;
  color: black;
}

.custom-accordion {
  max-width: 100%;
}

.custom-accordion-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.custom-accordion-header {
  background-color: #f8f9fa;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}

.custom-accordion-header:hover {
  background-color: #e9ecef;
}

.custom-accordion-item.active .custom-accordion-header {
  background-color: #0093dd;
  color: #fff;
}

.accordion-title {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  padding-right: 20px;
}

.accordion-icon {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  min-width: 24px;
  text-align: center;
}

.custom-accordion-body {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}

.accordion-content {
  padding: 20px 25px;
  line-height: 1.6;
}

.accordion-content p {
  margin-bottom: 10px;
  color: #666;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }

  .custom-accordion-header {
    padding: 15px 20px;
  }

  .accordion-content {
    padding: 15px 20px;
  }

  .accordion-title {
    font-size: 14px;
  }
}
