.title_faq {
  color: #ef8d65;
  font-size: 2rem !important;
  text-align: center;
}

.faq {
  margin-right: 1050px !important;
  width: 100%;
  text-align: right;
}

.faq-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.qustion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qustion p {
  font-size: 1.2rem;
  margin: 0;
  flex: 1;
  text-align: right;
  padding-left: 15px;
}

.qustion .toggle-btn {
  background: none;
  border: none;
  color: #ef8d65;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  border-radius: 5px;
  margin: 0 10px 10px;
  direction: rtl;
}

.answer p {
  padding: 0 25px 15px;
  margin: 0;
  width: 90%;
  line-height: 1.6;
  color: #555;
}

.dark-mode .answer p {
  color: #eeeeee;
}

.answer.show {
  max-height: 200px;
  padding: 10px 0;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
  width: 90%;
  margin: auto;
}

.bottom_contact {
  margin-top: 60px;
}

@media (max-width: 440px) {
  .faq {
    margin-right: 270px !important;
  }
  .wpb-content-wrapper {
    margin-left: -15px !important;
  }
}
