.elementor-95 .elementor-element.elementor-element-4161556{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c0db13c */.faq-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}

.faq-header {
  background-color: #011813;
  padding: 80px 40px;
  text-align: center;
}

.faq-header h1 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.faq-header p {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0;
  opacity: 0.8;
}

/* FAQ Container */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #FFFFFF;
}

/* FAQ Category */
.faq-category {
  margin-bottom: 60px;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category h2 {
  color: #011813;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #011813;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #011813;
}

.faq-question span:first-child {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  padding-right: 20px;
}

.faq-icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #011813;
  transition: transform 0.3s ease;
}

.faq-icon::before {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}

.faq-icon::after {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}

.faq-item.active .faq-icon::after {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 24px;
}

.faq-answer p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.faq-answer a {
  color: #011813;
  font-weight: 600;
  text-decoration: underline;
}

.faq-answer a:hover {
  text-decoration: none;
}

/* CTA Section */
.faq-cta {
  background-color: #011813;
  padding: 80px 40px;
  text-align: center;
}

.faq-cta h2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.faq-cta p {
  color: #FFFFFF;
  font-size: 17px;
  margin: 0 0 30px 0;
  opacity: 0.8;
}

.faq-cta-btn {
  display: inline-block;
  background-color: #FFFFFF;
  color: #011813;
  padding: 16px 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.faq-cta-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-header {
    padding: 60px 20px;
  }
  
  .faq-header h1 {
    font-size: 32px;
  }
  
  .faq-container {
    padding: 60px 20px;
  }
  
  .faq-category h2 {
    font-size: 22px;
  }
  
  .faq-question span:first-child {
    font-size: 15px;
  }
  
  .faq-answer p {
    font-size: 15px;
  }
  
  .faq-cta {
    padding: 60px 20px;
  }
  
  .faq-cta h2 {
    font-size: 26px;
  }
}/* End custom CSS */