
#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;
  }
}


