
#contact-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
#contact-18 .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#contact-18 .container {
  position: relative;
  z-index: 2;
}
#contact-18 .banner-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-18 .banner-main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#contact-18 .banner-main-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.9;
}
#contact-18 .btn-cta-banner {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#contact-18 .btn-cta-banner:hover {
  background-color: #ffffff;
  color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#contact-18 .secondary-contact-display {
  margin-top: 25px;
  font-size: 1rem;
  opacity: 0.85;
}
#contact-18 .secondary-contact-display i {
  margin-right: 8px;
}
#contact-18.no-bg-image {
  background-color: #2c3e50;
}


