
#faq-5 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-5 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-5 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-5 .faq-item {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#faq-5 .faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#faq-5 .faq-icon {
  font-size: 30px;
  color: #17a2b8;
  margin-right: 20px;
}
#faq-5 .faq-content {
  flex: 1;
}
#faq-5 .faq-question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#faq-5 .faq-answer {
  font-size: 14px;
  color: #6c757d;
}



#customer-support-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-9 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#customer-support-9 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-9 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-9 .contact-form {
  max-width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-9 .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #495057;
}
#customer-support-9 .form-control {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
}
#customer-support-9 .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
#customer-support-9 textarea.form-control {
  min-height: 150px;
}
#customer-support-9 .submit-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}
#customer-support-9 .btn-submit {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#customer-support-9 .form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.25rem;
  display: none;
  text-align: center;
}
#customer-support-9 .form-message.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
  display: block;
}
#customer-support-9 .form-message.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
  display: block;
}
@media (max-width: 767.98px) {
  #customer-support-9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-9 .section-title {
    font-size: 2rem;
  }
  #customer-support-9 .contact-form {
    padding: 1.5rem;
  }
}


