.elementor-53 .elementor-element.elementor-element-d6f9008{--display:flex;--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-8e1035c */<style>

.seo-faq-page{
  background:#17110D;
  padding:90px 20px;
  font-family:Arial;
  color:#fff;
}

.seo-faq-header{
  text-align:center;
  margin-bottom:40px;
}

.seo-faq-header h2{
  font-size:38px;
  font-weight:800;
}

.seo-faq-header p{
  color:#cfcfcf;
}

/* FAQ BOX */
.faq-item{
  max-width:850px;
  margin:14px auto;
  background:#221913;
  border:1px solid rgba(198,140,95,0.3);
  border-radius:12px;
  padding:10px 15px;
  transition:0.3s;
}

/* HOVER */
.faq-item:hover{
  border-color:#C68C5F;
  transform:translateY(-2px);
}

/* SUMMARY */
.faq-item summary{
  cursor:pointer;
  font-weight:700;
  color:#fff;
  font-size:15px;
}

/* ANSWER */
.faq-item p{
  color:#ffffff;
  margin-top:10px;
  line-height:1.7;
}

/* REMOVE DEFAULT ARROW */
summary::-webkit-details-marker {
  display:none;
}

</style>/* End custom CSS */