
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#contact-24 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#contact-24 .section-title-container {
  margin-bottom: 30px;
}
#contact-24 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-steps-indicator {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding: 15px 0;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-step {
  display: flex;
  align-items: center;
  color: #adb5bd;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}
#contact-24 .progress-step:not(:last-child)::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #dee2e6;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#contact-24 .progress-step .step-number {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #adb5bd;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
#contact-24 .progress-step .step-name {
  transition: color 0.3s ease;
}
#contact-24 .progress-step.active {
  color: #0d6efd;
}
#contact-24 .progress-step.active .step-number {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}
#contact-24 .progress-step.active:not(:last-child)::after {
  background-color: #0d6efd;
}
#contact-24 .contact-form-container {
  background-color: #ffffff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .form-current-step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
}
#contact-24 .form-label {
  font-weight: 500;
}
#contact-24 .form-control {
  border-radius: 5px;
}
#contact-24 .btn-submit-stepform {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
}
#contact-24 .form-footer-text {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #contact-24 .progress-steps-indicator {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    padding: 15px;
  }
  #contact-24 .progress-step {
    margin-bottom: 10px;
    width: 100%;
  }
  #contact-24 .progress-step:not(:last-child)::after {
    display: none;
  }
  #contact-24 .contact-form-container {
    padding: 25px;
  }
  #contact-24 .form-current-step-title {
    font-size: 1.5rem;
  }
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}


