
#terms-conditions-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f7f1e3;
}
#terms-conditions-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #e2d7c5;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#terms-conditions-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#terms-conditions-10 .content-wrapper p {
  margin-bottom: 15px;
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}


