.inner-page-body-wrapper.page-fq {
  background-color: #fff;
  color: #502c1e;
}
.page-fq .inner-hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.page-fq .inner-hero-section::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.page-fq .inner-hero-section::after,
.page-fq .inner-hero-section .text-overlay {
  display: none;
}
.page-fq .inner-hero-section .inner-hero-content {
  text-align: left;
  display: flex;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.page-fq .inner-hero-section .text-wrap {
  position: relative;
  display: block;
  padding: 0;
}
.new-section.faq-section .faq-search-bar {
  margin-bottom: 30px;
  border: 1px solid #e2ded5;
  background: #fff;
  box-shadow: 0 5px 16px 0 #080f340f;
}
.new-section.faq-section .faq-search-bar:focus-within {
  border-color: #9f662d;
}
.new-section.faq-section .faq-search-bar .swi-search {
  color: #9f662d;
  font-size: 1rem;
}
.faq-search-bar input.search-faq.text-color-light {
  color: #502c1e;
}
.faq-search-bar input.search-faq::placeholder {
  color: rgba(80, 44, 30, 0.5);
  opacity: 1;
}
.new-section.faq-section .faq-categories {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.new-section.faq-section .faq-categories-wrapper {
  gap: 12px;
}
.new-section.faq-section .faq-categories button {
  padding: 12px 26px;
  border: 1px solid #e2ded5;
  box-shadow: 0 5px 16px 0 #080f340f;
  font-size: 0.833rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.new-section.faq-section .faq-categories button.text-color-light {
  color: #502c1e;
}
.new-section.faq-section .faq-categories button:hover {
  border-color: #9f662d;
  color: #9f662d;
}
.new-section.faq-section .faq-categories button.active {
  border-width: 1px;
  background-color: #9f662d;
  color: #fff;
}
.new-section.faq-section .faq-categories-dropdown select {
  border: 1px solid #e2ded5;
  border-radius: 0;
  background-color: #fff;
  color: #502c1e;
  box-shadow: 0 5px 16px 0 #080f340f;
}
.new-section.faq-section .faq-item {
  position: relative;
  margin-bottom: 10px;
  border: 2px solid transparent;
  background: #fff;
  box-shadow: 0 5px 16px 0 #080f340f;
  transition: border-color 0.3s ease;
}
.new-section.faq-section .faq-item:hover,
.new-section.faq-section .faq-item.open {
  border-color: #9f662d;
}
.new-section.faq-section .faq-question {
  gap: 24px;
  padding: 32px 38px;
  border: 0;
  background: transparent;
  color: #502c1e;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
.new-section.faq-section .faq-item.open .faq-question,
.new-section.faq-section .faq-question:hover {
  color: #9f662d;
}
.new-section.faq-section .faq-question .chevron-type-1 {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 16px 0 #080f340f;
  color: #9f662d;
  font-size: 0.778rem;
  line-height: 1;
  transition: all 0.3s ease;
}
.new-section.faq-section .faq-item.open .chevron-type-1 {
  background: #9f662d;
  color: #fff;
}
.new-section.faq-section .faq-answer {
  padding: 0 38px 32px;
}
.new-section.faq-section .faq-answer.text-color-light p {
  margin: 0 0 11px;
  color: #502c1e;
  font-weight: 300;
  line-height: 1.5;
}
.new-section.faq-section .faq-answer.text-color-light p:last-child {
  margin-bottom: 0;
}
.new-section.faq-section .no-faq-msg {
  display: none;
  margin-top: 40px;
  color: rgba(80, 44, 30, 0.7);
}
@media (max-width: 767px) {
  .page-fq .inner-hero-section {
    height: 320px;
  }
  .page-fq .inner-hero-section .inner-hero-title {
    font-size: 3.2rem;
  }
  .new-section.faq-section .faq-item {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .new-section.faq-section .faq-question {
    gap: 12px;
  }
  .new-section.faq-section .faq-question .chevron-type-1 {
    width: 40px;
    height: 40px;
  }
}
/* Override the legacy global #search-faq field without affecting other pages. */
.new-section.faq-section .faq-search-bar {
  padding: 16px 20px !important;
  border-color: #e2ded5 !important;
}

.new-section.faq-section .faq-search-bar input#search-faq {
  width: 100% !important;
  padding: 0 0 0 12px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #502c1e !important;
}

.new-section.faq-section .faq-search-bar input#search-faq:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
