.faq-page .sec-title {
  margin-bottom: 40px;
}

.faq-page .sec-title__tagline {
  font-size: 14px;
  color: #ECD1D5;
  line-height: 0.9;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.faq-page .sec-title__title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 40px;
}

/*.faq-page .trevlo-accrodion {
  margin-top: 20px;
}*/

.accrodion {
  border: 1px solid #EBE6DE;
  border-radius: 6px;
  margin-bottom: 15px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/*.accrodion.active {
  border-color: #FF5956;
}*/

.accrodion .accrodion-title {
    position: relative;
    display: block;
    background-color:#ffffff;
    border-radius: 10px;
    padding: 18px 30px 17px 24px;
    overflow: hidden;
}

.accrodion .accrodion-title:hover {
  
  color:#000;
}
.accrodion .accrodion-title h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
    font-size:20px;
    color:#e53e50;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accrodion .accrodion-content p{
    font-size:15px;
    color:#000;
    line-height: 1.5;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0 10px;
}
.accrodion .accrodion-content {
  padding: 15px;
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #2D2330;
}

.accrodion.active .accrodion-content {
  display: block;
}

.faq-page .product__sidebar {
/*   background-color: #F8F8F8;
  padding: 20px;
  border-radius: 6px; */
  padding: 25px 30px 30px;
    background-color: var(--trevlo-white, #ffffff);
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.faq-page .product__sidebar-title {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.083;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECD1D5;
    margin-top: 10px;
    color:#e53e50;
}

.faq-page .product__categories ul {
  list-style: none;
  padding: 0;
}

.faq-page .product__categories ul li {
  margin-bottom: 8px;
}

.faq-page .product__categories ul li a {
    font-family: "Noto Serif TC", serif;
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    padding: 10px 0;
    letter-spacing: 1px;
    border-bottom: 1px solid #FAF5EE;
}

.faq-page .product__categories ul li a:hover {
  color: #FF5956;
}

.faq-page__faq .accrodion .accrodion-title h4::after {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background-color:  #FAF5EE;
    border-radius: 50%;
    position: relative;
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 900;
    transition: all 500ms ease;
    font-size: 16px;
    color:  #2D2330;
    box-sizing: border-box;
}
.faq-page__faq .accrodion.active .accrodion-title h4::after {
    content: "\f068";
    background-color: #ECD1D5;
    color: var(--trevlo-white, #ffffff);
}
.product__categories ul li a::before {
    content: "\f101";
    font-family: "FontAwesome";
    font-weight: 900;
    transition: all 500ms ease;
    font-size: 15px;
    margin-right: 10px;
    color: #ECD1D5;
}