
#contact-19 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#contact-19.no-bg-image {
  background-color: #343a40;
}
#contact-19 .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contact-19 .container {
  position: relative;
  z-index: 2;
}
#contact-19 .contact-form-card {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 35px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-19 .form-card-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
}
#contact-19 .form-card-subtitle {
  font-size: 1rem;
  color: #5a677d;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}
#contact-19 .form-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
#contact-19 .form-control {
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 0.95rem;
  background-color: #fff;
  border: 1px solid #ced4da;
}
#contact-19 .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  background-color: #fff;
}
#contact-19 textarea.form-control {
  resize: vertical;
}
#contact-19 .btn-submit-contact {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: 100%;
}
#contact-19 .btn-submit-contact:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  transform: translateY(-2px);
}
#contact-19 .additional-contact-info-area {
  margin-top: 30px;
  text-align: center;
}
#contact-19 .additional-contact-title {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}
#contact-19 .additional-contact-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-19 .additional-contact-list li a {
  color: #f8f9fa;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
#contact-19 .additional-contact-list li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}
#contact-19 .additional-contact-list li i {
  margin-right: 8px;
  color: #0d6efd;
}


