.elementor-4307 .elementor-element.elementor-element-5dd356e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-08c1ee3 */.faq-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.faq-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  cursor: pointer;
}

.faq-item summary {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  list-style: none;
  position: relative;
  padding-right: 20px;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
}/* End custom CSS */