
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#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;
}


