.elementor-16570 .elementor-element.elementor-element-3a90956{--display:flex;--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-c31922f */.faq-section {
  font-family: 'Poppins', sans-serif;
  background: #fdfaf6;
  color: #4a2a1a;
  padding: 60px 20px;
}

.faq-section .container {
  max-width: 850px;
  margin: auto;
  background: #fff;
  border: 1px solid #e8e1d8;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 50px;
}

.faq-section h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8em;
  color: #4a2a1a;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

.faq-section h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #6b4226, #a67c52);
  margin: 16px auto 0;
  border-radius: 1px;
  opacity: 0.8;
}

.faq-section .intro {
  font-size: 1.1em;
  color: #5a4a3b;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  line-height: 1.6;
}

.faq-item {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e1d8;
}

.faq-item h2 {
  font-size: 1.3em;
  color: #6b4226;
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #5a4a3b;
  margin-bottom: 8px;
}

a {
  color: #6b4226;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
  color: #4a2a1a;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }

  .faq-section .container {
    padding: 30px 20px;
    border-radius: 12px;
  }

  .faq-section h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }

  .faq-section .intro {
    font-size: 1em;
    margin-bottom: 28px;
  }

  .faq-item h2 {
    font-size: 1.1em;
  }

  .faq-item p {
    font-size: 0.95em;
  }
}/* End custom CSS */