
#content-block-24 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-24 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-24 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-24 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-24 .table {
  margin-bottom: 0;
  vertical-align: middle;
}
#content-block-24 .table thead th {
  background-color: #e9ecef;
  color: #495057;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 2px;
}
#content-block-24 .table th,
#content-block-24 .table td {
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}
#content-block-24 .table tbody th,
#content-block-24 .table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  color: #343a40;
}
#content-block-24 .table tbody tr td:not(:first-child) {
  text-align: center;
  color: #555;
}
#content-block-24 .table td .fas.fa-star {
  margin: 0 0.1rem;
}
#content-block-24 .table-responsive {
}



#faq-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-7 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-7 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-7 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-7 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-7 .tab-content {
  margin-top: 30px;
}
#faq-7 .accordion-button {
  background-color: #ffffff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#faq-7 .accordion-button.collapsed {
  background-color: #ffffff;
  color: #17a2b8;
}
#faq-7 .accordion-button:not(.collapsed) {
  background-color: #17a2b8;
  color: #ffffff;
}
#faq-7 .accordion-body {
  padding: 20px;
  background-color: #e9ecef;
  border-left: 2px solid #17a2b8;
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


